From 0523617ef76536024fdbd53c3305f325aa1d923a Mon Sep 17 00:00:00 2001 From: Kayou Date: Wed, 10 Apr 2019 10:44:12 +0200 Subject: [PATCH 1/2] Update manifest.json --- manifest.json | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) diff --git a/manifest.json b/manifest.json index 72698eb..6168bb9 100644 --- a/manifest.json +++ b/manifest.json @@ -25,21 +25,25 @@ "name": "gitlab_url", "type": "string", "ask": { - "en": "Please enter the gitlab-ci coordinator URL (e.g. https://gitlab.com)", - "fr": "Veuillez entrer l'URL du coordinateur gitlab-ci (par ex. https://gitlab.com)" + "en": "Please enter the gitlab-ci coordinator URL", + "fr": "Veuillez entrer l'URL du coordinateur gitlab-ci" + }, + "help": { + "en": "This url can be retrived at this location: Gitlab Project->Settings->Runner or: Admin Area->Overview->Runners", + "fr": "Cet url peut être récupéré à cet emplacement : Projet Gitlab->Settings->Runner or: Admin Area->Overview->Runners" }, "example": "https://gitlab.com/" }, { "name": "token", - "type": "password", + "type": "string", "ask": { "en": "Please enter the gitlab-ci token for this runner", "fr": "Veuillez entrer le jeton gitlab-ci pour ce runner" }, "help": { - "en": "This token can be retrived at this location: Gitlab Project->Settings->Runner", - "fr": "Ce token peut être récupéré à cet emplacement : Projet Gitlab->Settings->Runner" + "en": "This token can be retrived at this location: Gitlab Project->Settings->Runner or: Admin Area->Overview->Runners", + "fr": "Ce token peut être récupéré à cet emplacement : Projet Gitlab->Settings->Runner or: Admin Area->Overview->Runners" }, "example": "xxx" }, From fe6296d100e09c5c2111f67dbbd5e3d9b8429abf Mon Sep 17 00:00:00 2001 From: kay0u Date: Thu, 25 Apr 2019 20:58:07 +0200 Subject: [PATCH 2/2] Uprade runner to 11.10.1 --- README.md | 2 +- README_fr.md | 2 +- manifest.json | 2 +- scripts/upgrade.d/upgrade.last.sh | 8 ++++---- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 5a7101f..ad2d094 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ If you don't have YunoHost, please see [here](https://yunohost.org/#/install) to ## Overview GitLab Runner is a continuous integration tool to use with a GitLab instance (YNH or not). -**Shipped version:** 11.9.0 +**Shipped version:** 11.10.1 ## Screenshots diff --git a/README_fr.md b/README_fr.md index 6f8df4d..feb627c 100644 --- a/README_fr.md +++ b/README_fr.md @@ -11,7 +11,7 @@ Si vous n'avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) pour ## Vue d'ensemble GitLab Runner est un outil d'intégration continue à utiliser avec une instance GitLab (YNH ou non). -**Version incluse:** 11.9.0 +**Version incluse:** 11.10.1 ## Captures d'écran diff --git a/manifest.json b/manifest.json index 6168bb9..c8a3566 100644 --- a/manifest.json +++ b/manifest.json @@ -6,7 +6,7 @@ "en": "GitLab Runner is a continuous integration tool to use with a GitLab instance (YNH or not).", "fr": "GitLab Runner est un outil d'intégration continue à utiliser avec une instance GitLab (YNH ou non)." }, - "version": "11.9.0~ynh2", + "version": "11.10.1~ynh1", "url": "https://gitlab.com/gitlab-org/gitlab-runner", "license": "MIT", "maintainer": { diff --git a/scripts/upgrade.d/upgrade.last.sh b/scripts/upgrade.d/upgrade.last.sh index 09d37a6..6602863 100644 --- a/scripts/upgrade.d/upgrade.last.sh +++ b/scripts/upgrade.d/upgrade.last.sh @@ -1,9 +1,9 @@ -gitlab_runner_version="11.9.0" +gitlab_runner_version="11.10.1" -gitlab_runner_x86_64_source_sha256="352d7de7802cd4712df2b340e05704243e621628a64b5ce289b81938d4939f50" +gitlab_runner_x86_64_source_sha256="66d10df05833c5c61003dfb48fe6efb148ff70732a7864f4013f24fe779c3406" -gitlab_runner_i386_source_sha256="e4aa2c225b1edeebb5e897fc34ef3fb245f26405f0dbfddd23da20e4c011abb9" +gitlab_runner_i386_source_sha256="f3471a7ab26f0654d31a76af49351c8c04d536b9af90ba63135941e8a7ac754f" -gitlab_runner_arm_source_sha256="f37be2b3a67aa3cd7f75e7a0d3a03408aa39d2aea4bfc85ec1b9d2a789d9b0bc" +gitlab_runner_arm_source_sha256="e6e335d19e736a8728872de6cc341dbe9585608c999e50b33c93b0ad73d795b7" gitlab_runner_filename="gitlab-runner-${gitlab_runner_version}.deb"