mirror of
https://github.com/YunoHost-Apps/gitlab_ynh.git
synced 2024-09-03 18:36:35 +02:00
commit
69d03bd13b
4 changed files with 6 additions and 5 deletions
|
@ -10,7 +10,7 @@ If you don't have YunoHost, please see [here](https://yunohost.org/#/install) to
|
|||
|
||||
GitLab is a web-based Git-repository manager providing wiki, issue-tracking and CI/CD pipeline features, using an open-source license, developed by GitLab Inc.
|
||||
|
||||
**Shipped version:** 12.7.6
|
||||
**Shipped version:** 12.8.0
|
||||
|
||||
## Screenshots
|
||||
|
||||
|
|
|
@ -132,6 +132,7 @@ external_url '__GENERATED_EXTERNAL_URL__'
|
|||
###! https://docs.gitlab.com/ee/ci/yaml/README.html#artifacts:expire_in
|
||||
# gitlab_rails['stuck_ci_jobs_worker_cron'] = "0 0 * * *"
|
||||
# gitlab_rails['expire_build_artifacts_worker_cron'] = "50 * * * *"
|
||||
# gitlab_rails['environments_auto_stop_cron_worker_cron'] = "24 * * * *"
|
||||
# gitlab_rails['pipeline_schedule_worker_cron'] = "19 * * * *"
|
||||
# gitlab_rails['ci_archive_traces_cron_worker_cron'] = "17 * * * *"
|
||||
# gitlab_rails['repository_check_worker_cron'] = "20 * * * *"
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
"name": "Gitlab",
|
||||
"id": "gitlab",
|
||||
"packaging_format": 1,
|
||||
"version": "12.7.6~ynh1",
|
||||
"version": "12.8.0~ynh1",
|
||||
"description": {
|
||||
"en": "GitLab is a Git-repository manager.",
|
||||
"fr": "GitLab est un gestionnaire de dépôts Git."
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
gitlab_version="12.7.6"
|
||||
gitlab_version="12.8.0"
|
||||
|
||||
gitlab_x86_64_source_sha256="b2452d5d83120b4226a3a26c4e1fa8a0cb2ac62833d971f32b3d844c70073a44"
|
||||
gitlab_x86_64_source_sha256="bc8a47a29a16fbeb77163a9fb6ae77f556504f76c2617ca7c5985752f30c84fe"
|
||||
|
||||
gitlab_arm_source_sha256="1ca5be46e17784119b6714e5a5f8f0688da11f493f8a1cd847e47ef7c58c0554"
|
||||
gitlab_arm_source_sha256="89d0db6632fe74b052708c6a641bb8d9b192e343e89cd91b87468265eca22ba0"
|
||||
|
||||
gitlab_filename="gitlab-ce-${gitlab_version}.deb"
|
||||
|
||||
|
|
Loading…
Reference in a new issue