1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/gitlab_ynh.git synced 2024-09-03 18:36:35 +02:00
This commit is contained in:
Kay0u 2023-10-01 17:25:38 +02:00
parent 322b82d973
commit fb79c577fa
No known key found for this signature in database
GPG key ID: AE1DCADB6415A156
3 changed files with 12 additions and 11 deletions

View file

@ -3210,7 +3210,8 @@ package['modify_kernel_parameters'] = __MODIFY_KERNEL_PARAMETERS__
# consul['configuration'] = {
# 'client_addr' => nil,
# 'datacenter' => 'gitlab_consul',
# 'enable_script_checks' => true,
# 'enable_script_checks' => false,
# 'enable_local_script_checks' => true,
# 'server' => false
# }
# consul['services'] = []

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 = "16.4.0~ynh1"
version = "16.4.1~ynh1"
maintainers = ["kay0u"]

View file

@ -1,22 +1,22 @@
#!/bin/bash
gitlab_version="16.4.0"
gitlab_version="16.4.1"
# 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="f026ded6507866a8ef8ba22f6644ad183f83a435f4f9a798c7a6d57fb687330c"
gitlab_x86_64_bullseye_source_sha256="5fa3c5fa19d055f46a44d8f12e128315c758488971d11f9a89600ecba4ce9676"
gitlab_x86_64_buster_source_sha256="8b3850d09bb0e5c025c3048e344dabe739153e49a5f42946eb66d0f7de73686f"
gitlab_x86_64_bookworm_source_sha256="df3b33056545cf5fe4924bfd0095a6522ef71eee625e9401d44501f305c9c5a9"
gitlab_x86_64_bullseye_source_sha256="7dd3d47f77f349497ef93f686686c3a778e318393ec2917775faa6fe1afb650e"
gitlab_x86_64_buster_source_sha256="83ac8ea1fc5e9e85e9da10860a7fbd43da80754f74dce3b7323ac65a846907fb"
gitlab_arm64_bookworm_source_sha256="85c56255204603cbd7286b41f21e0c1109375bb9ada8034009039ae3885e5b6c"
gitlab_arm64_bullseye_source_sha256="e5451d13632b142f582c68a82324941dff1a9fecedab4da0862d07b058dfb2f3"
gitlab_arm64_buster_source_sha256="60431671af22bc492d367a24089d17a864833bad464ab200156363e096716a95"
gitlab_arm64_bookworm_source_sha256="de2119bd329c1e62565e73471075303ff08e1632375f3e4e9b7930552f19ff2e"
gitlab_arm64_bullseye_source_sha256="dc981cb85db2b2661a18dc55611bedede4df0b7b3699195723fd0fbb3ada47b8"
gitlab_arm64_buster_source_sha256="2ccb99c2ed16121730735a037d288ec3d72385151a0461c2b9893ec458d1310a"
gitlab_arm_bookworm_source_sha256=""
gitlab_arm_bullseye_source_sha256="cbba55eba613e4496580e127fcc37ba4d5034be0b3cc53136c718e3c469d772b"
gitlab_arm_buster_source_sha256="1739f29fdd49ef1805e567f4c967b28f98e7ce849b673fc1aac61200bee02a64"
gitlab_arm_bullseye_source_sha256="e86dbe38bae3488f40ea6c1d2405ba632af687b1d410902d6fe1c4a6e943883f"
gitlab_arm_buster_source_sha256="f59e68495d2916992e3f91216f38d489367abb2061fad22a38d9b4ecc969a7aa"
architecture=$(ynh_app_setting_get --app="$app" --key=architecture)