From 051db508f8a47ed6dd50ce46f31fc55704e168fb Mon Sep 17 00:00:00 2001 From: yalh76 Date: Fri, 30 Jul 2021 21:11:46 +0200 Subject: [PATCH] Upgrade to 2.289.3~ynh1 --- README.md | 2 +- README_fr.md | 2 +- check_process | 4 ++++ conf/app.src | 4 ++-- manifest.json | 2 +- 5 files changed, 9 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 0afef2d..1596d2b 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/in Extendable continuous integration server -**Shipped version:** 2.289.2~ynh1 +**Shipped version:** 2.289.3~ynh1 diff --git a/README_fr.md b/README_fr.md index e51205b..23b3f29 100644 --- a/README_fr.md +++ b/README_fr.md @@ -13,7 +13,7 @@ Si vous n'avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) pour Serveur d'intégration continue extensible -**Version incluse :** 2.289.2~ynh1 +**Version incluse :** 2.289.3~ynh1 diff --git a/check_process b/check_process index e890347..059d504 100644 --- a/check_process +++ b/check_process @@ -25,6 +25,8 @@ upgrade=1 from_commit=36fdba9bbd201832f5707083b878ae967052ad6a # 2.289.1~ynh1 upgrade=1 from_commit=abf516d8a4dd721af8b9a2560a2a1dbd7ea79fb8 + # 2.289.2~ynh1 + upgrade=1 from_commit=c7a3a24e56e9be3b5991a175d08be116392b5a19 backup_restore=1 multi_instance=0 port_already_use=1 (8080) @@ -48,3 +50,5 @@ Notification=none name=2.277.4~ynh1 ; commit=abf516d8a4dd721af8b9a2560a2a1dbd7ea79fb8 name=2.289.1~ynh1 + ; commit=c7a3a24e56e9be3b5991a175d08be116392b5a19 + name=2.289.2~ynh1 diff --git a/conf/app.src b/conf/app.src index 58e4010..e4641e9 100644 --- a/conf/app.src +++ b/conf/app.src @@ -1,5 +1,5 @@ -SOURCE_URL=https://pkg.jenkins.io/debian-stable/binary/jenkins_2.289.2_all.deb -SOURCE_SUM=e03fe0008fac72ddac757b8e084cffbfdd76adadf3d174bd5c29e44d77fd54da +SOURCE_URL=https://pkg.jenkins.io/debian-stable/binary/jenkins_2.289.3_all.deb +SOURCE_SUM=8067ae81c21a166be3eb10013b498506eec54666e154c824ebb0d5655111f43f SOURCE_SUM_PRG=sha256sum SOURCE_FORMAT=deb SOURCE_IN_SUBDIR=true diff --git a/manifest.json b/manifest.json index e99929f..421137a 100644 --- a/manifest.json +++ b/manifest.json @@ -6,7 +6,7 @@ "en": "Extendable continuous integration server", "fr": "Serveur d'intégration continue extensible" }, - "version": "2.289.2~ynh1", + "version": "2.289.3~ynh1", "url": "https://jenkins.io/index.html", "upstream": { "license": "MIT",