1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/gitlab_ynh.git synced 2024-09-03 18:36:35 +02:00

Merge pull request #251 from YunoHost-Apps/testing

Testing
This commit is contained in:
Kayou 2024-06-12 16:16:59 +02:00 committed by GitHub
commit f0d3023a71
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
8 changed files with 16 additions and 16 deletions

View file

@ -18,7 +18,7 @@ It shall NOT be edited by hand.
Git-repository manager providing wiki, issue-tracking and CI/CD pipeline features
**Shipped version:** 17.0.0~ynh1
**Shipped version:** 17.0.2~ynh1
**Demo:** <https://gitlab.com/explore>

View file

@ -18,7 +18,7 @@ No se debe editar a mano.
Git-repository manager providing wiki, issue-tracking and CI/CD pipeline features
**Versión actual:** 17.0.0~ynh1
**Versión actual:** 17.0.2~ynh1
**Demo:** <https://gitlab.com/explore>

View file

@ -18,7 +18,7 @@ EZ editatu eskuz.
Git-repository manager providing wiki, issue-tracking and CI/CD pipeline features
**Paketatutako bertsioa:** 17.0.0~ynh1
**Paketatutako bertsioa:** 17.0.2~ynh1
**Demoa:** <https://gitlab.com/explore>

View file

@ -18,7 +18,7 @@ Il NE doit PAS être modifié à la main.
Gestionnaire de dépôts Git proposant des fonctionnalités de wiki, suivi de bugs et de pipeline CI/CD
**Version incluse:** 17.0.0~ynh1
**Version incluse:** 17.0.2~ynh1
**Démo:** <https://gitlab.com/explore>

View file

@ -18,7 +18,7 @@ NON debe editarse manualmente.
Git-repository manager providing wiki, issue-tracking and CI/CD pipeline features
**Versión proporcionada:** 17.0.0~ynh1
**Versión proporcionada:** 17.0.2~ynh1
**Demo:** <https://gitlab.com/explore>

View file

@ -18,7 +18,7 @@
Git-repository manager providing wiki, issue-tracking and CI/CD pipeline features
**分发版本:** 17.0.0~ynh1
**分发版本:** 17.0.2~ynh1
**演示:** <https://gitlab.com/explore>

View file

@ -5,7 +5,7 @@ name = "GitLab"
description.en = "Git-repository manager providing wiki, issue-tracking and CI/CD pipeline features"
description.fr = "Gestionnaire de dépôts Git proposant des fonctionnalités de wiki, suivi de bugs et de pipeline CI/CD"
version = "17.0.0~ynh1"
version = "17.0.2~ynh1"
maintainers = ["kay0u"]

View file

@ -1,22 +1,22 @@
#!/bin/bash
gitlab_version="17.0.0"
gitlab_version="17.0.2"
# Upgrade path: https://gitlab-com.gitlab.io/support/toolbox/upgrade-path/
# sha256sum found here: https://packages.gitlab.com/gitlab
gitlab_debian_version="$(lsb_release -sc)"
gitlab_x86_64_bookworm_source_sha256="e8578507c0f14253a7d702e8305c9689742da89e8ff25c1c43f485f64d7a0bb3"
gitlab_x86_64_bullseye_source_sha256="ac33d4abf6856067c26b74ab263819db80111a1a0dd5e159e2a2a8f865b4f67f"
gitlab_x86_64_buster_source_sha256="31790cddd976a803a79dcb2ab62a0420e223c0ac80f23a91684cbe21b513aa09"
gitlab_x86_64_bookworm_source_sha256="447d32a4ee2fb278037f141eb5f2c2e4f9d5958c0e7b7101c7adb9f82c8b7635"
gitlab_x86_64_bullseye_source_sha256="df2eab15f094e30570da37914eb5b59478591684d1fd85d7f515e7834a9198b1"
gitlab_x86_64_buster_source_sha256="24863dd68cf6cf93b4b84dbc2f7b9662681c172b839f7fde30af1df2a1aac21f"
gitlab_arm64_bookworm_source_sha256="a885abfbf62f1993d00fc639a3aa60ce577fce9cb099f87bf48530d4f9fa530d"
gitlab_arm64_bullseye_source_sha256="7e8b3210983b1260cda9ea935dc517c71485da0040f8a2964fc4bee60ca20648"
gitlab_arm64_buster_source_sha256="41a82d681025493103b9aaae5d701576fb3ba34d16c28696e0b2a8148790101e"
gitlab_arm64_bookworm_source_sha256="d61abb2956b6c546fb0399c1ef8b0a040303ede9184f4553a7a8b2e4bc2b2188"
gitlab_arm64_bullseye_source_sha256="5ed91c06407090c5a961599b08ed8d7078cf3df971483c3c4702e298b12feaec"
gitlab_arm64_buster_source_sha256="127a53b317b03b523078c140023065a15c5d6f730478f7b1f49c280859576beb"
gitlab_arm_bookworm_source_sha256=""
gitlab_arm_bullseye_source_sha256="15ab0c73b8708aeba897d1c7d55f5b487ff6996c66bfb0f6b115075dee274c6a"
gitlab_arm_buster_source_sha256="30dd1a11f50de3b9c2e73cbbb833a53b23d1e62db63ac6c9c29dfa000132a04c"
gitlab_arm_bullseye_source_sha256="cffd318fce3bb73855f05d1761d79c49d21b1cf049ec2c16fc176d3b9d04ba4f"
gitlab_arm_buster_source_sha256="787b26de09953df417a4233cdd25879cc45a85cdff46ec92d301a660dd4776cb"
architecture=$(ynh_app_setting_get --app="$app" --key=architecture)