From 022a50828d83cbd2608a280cbb0e12c810e15880 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pierre=20Bourr=C3=A9?= Date: Mon, 13 May 2019 00:25:03 +0200 Subject: [PATCH 1/2] Fix #54 --- scripts/remove | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/scripts/remove b/scripts/remove index b43da57..c79bc79 100644 --- a/scripts/remove +++ b/scripts/remove @@ -39,7 +39,8 @@ fi #================================================= ynh_script_progression --message="Stopping gitlab" --weight=8 -ynh_systemd_action --action=stop --service_name="gitlab-runsvdir" +# I use gitlab-ctl and not ynh_systemd_action or systemctl to stop the service to avoid this error: https://gitlab.com/gitlab-org/omnibus-gitlab/blob/master/doc/common_installation_problems/README.md#reconfigure-freezes-at-ruby_blocksupervise_redis_sleep-action-run during the reinstall of the app +gitlab-ctl stop #================================================= # REMOVE GITLAB From 42bb7931cd8d71ea74eb554fab8665e233e74c50 Mon Sep 17 00:00:00 2001 From: Kayou Date: Mon, 13 May 2019 00:29:28 +0200 Subject: [PATCH 2/2] Update manifest.json --- manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifest.json b/manifest.json index d80804f..5f31dd9 100644 --- a/manifest.json +++ b/manifest.json @@ -2,7 +2,7 @@ "name": "Gitlab", "id": "gitlab", "packaging_format": 1, - "version": "11.10.4~ynh3", + "version": "11.10.4~ynh4", "description": { "en": "GitLab is a Git-repository manager.", "fr": "GitLab est un gestionnaire de dépôts Git."