From 420c63a673a2483ba613708053acb325b911d8e2 Mon Sep 17 00:00:00 2001 From: yalh76 Date: Tue, 31 Aug 2021 19:40:07 +0200 Subject: [PATCH] Upgrade to 2.303.1~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 1596d2b..d03b628 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.3~ynh1 +**Shipped version:** 2.303.1~ynh1 diff --git a/README_fr.md b/README_fr.md index 23b3f29..7391c06 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.3~ynh1 +**Version incluse :** 2.303.1~ynh1 diff --git a/check_process b/check_process index 059d504..0c8c645 100644 --- a/check_process +++ b/check_process @@ -27,6 +27,8 @@ upgrade=1 from_commit=abf516d8a4dd721af8b9a2560a2a1dbd7ea79fb8 # 2.289.2~ynh1 upgrade=1 from_commit=c7a3a24e56e9be3b5991a175d08be116392b5a19 + # 2.289.3~ynh1 + upgrade=1 from_commit=f165327adcc291a479ab73050bcaa1b84784e763 backup_restore=1 multi_instance=0 port_already_use=1 (8080) @@ -52,3 +54,5 @@ Notification=none name=2.289.1~ynh1 ; commit=c7a3a24e56e9be3b5991a175d08be116392b5a19 name=2.289.2~ynh1 + ; commit=f165327adcc291a479ab73050bcaa1b84784e763 + name=2.289.3~ynh1 diff --git a/conf/app.src b/conf/app.src index e4641e9..25aece7 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.3_all.deb -SOURCE_SUM=8067ae81c21a166be3eb10013b498506eec54666e154c824ebb0d5655111f43f +SOURCE_URL=https://pkg.jenkins.io/debian-stable/binary/jenkins_2.303.1_all.deb +SOURCE_SUM=637cbd7e0bafacf30b8d85ebe03ddea6c7fc1dd472a330bbed4bc31e2b243bee SOURCE_SUM_PRG=sha256sum SOURCE_FORMAT=deb SOURCE_IN_SUBDIR=true diff --git a/manifest.json b/manifest.json index 998f731..148f301 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.3~ynh1", + "version": "2.303.1~ynh1", "url": "https://jenkins.io/index.html", "upstream": { "license": "MIT",