From 7c1509afa16effc545ae1985b95d96ab2a055ab2 Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Wed, 19 Apr 2023 18:37:56 +0000 Subject: [PATCH 1/4] Upgrade to v2.387.2 --- conf/app.src | 4 ++-- manifest.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/conf/app.src b/conf/app.src index cb4045e..59f5d1d 100644 --- a/conf/app.src +++ b/conf/app.src @@ -1,5 +1,5 @@ -SOURCE_URL=https://pkg.jenkins.io/debian-stable/binary/jenkins_2.375.2_all.deb -SOURCE_SUM=6e30e1083aa49becbb2c6e6882e863bb3f408cb3870994a249be89acedef6318 +SOURCE_URL=https://pkg.jenkins.io/debian-stable/binary/jenkins_2.387.2_all.deb +SOURCE_SUM=5bd95e531421675fd62b952c1b07cb7e41321c4b00362961e29feb943064d5ed SOURCE_SUM_PRG=sha256sum SOURCE_FORMAT=deb SOURCE_IN_SUBDIR=true diff --git a/manifest.json b/manifest.json index eb8617d..6746a56 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.375.2~ynh1", + "version": "2.387.2~ynh1", "url": "https://jenkins.io/index.html", "upstream": { "license": "MIT", From 4eadfc6f02baa1d0616e8550903f44c1f7c4fa91 Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Wed, 19 Apr 2023 18:38:01 +0000 Subject: [PATCH 2/4] Auto-update README --- README.md | 2 +- README_fr.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 0eb43b2..422c840 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/in Extendable continuous integration server -**Shipped version:** 2.375.2~ynh1 +**Shipped version:** 2.387.2~ynh1 ## Screenshots diff --git a/README_fr.md b/README_fr.md index 17ee336..fee7910 100644 --- a/README_fr.md +++ b/README_fr.md @@ -18,7 +18,7 @@ Si vous n’avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) po Serveur d'intégration continue extensible -**Version incluse :** 2.375.2~ynh1 +**Version incluse :** 2.387.2~ynh1 ## Captures d’écran From 732a81c42d154cc759942955fbd2f8852fe199eb Mon Sep 17 00:00:00 2001 From: yalh76 Date: Wed, 26 Jul 2023 14:34:16 +0200 Subject: [PATCH 3/4] Upgrade to 2.401.2 --- README.md | 2 +- README_fr.md | 2 +- check_process | 8 ++++---- conf/app.src | 4 ++-- manifest.json | 2 +- 5 files changed, 9 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index 0eb43b2..f2962ec 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/in Extendable continuous integration server -**Shipped version:** 2.375.2~ynh1 +**Shipped version:** 2.401.2~ynh1 ## Screenshots diff --git a/README_fr.md b/README_fr.md index 17ee336..f3e2856 100644 --- a/README_fr.md +++ b/README_fr.md @@ -18,7 +18,7 @@ Si vous n’avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) po Serveur d'intégration continue extensible -**Version incluse :** 2.375.2~ynh1 +**Version incluse :** 2.401.2~ynh1 ## Captures d’écran diff --git a/check_process b/check_process index 702d737..485f0d1 100644 --- a/check_process +++ b/check_process @@ -30,13 +30,13 @@ # 2.289.3~ynh1 #upgrade=1 from_commit=f165327adcc291a479ab73050bcaa1b84784e763 # 2.303.1~ynh1 - upgrade=1 from_commit=0bb8a4ca3a90693c5594a72379704f7e08519c92 + #upgrade=1 from_commit=0bb8a4ca3a90693c5594a72379704f7e08519c92 # 2.319.1~ynh1 - upgrade=1 from_commit=449a3d43180316d6b1bdb693354bd7cdbe8ef987 + #upgrade=1 from_commit=449a3d43180316d6b1bdb693354bd7cdbe8ef987 # 2.319.2~ynh1 - upgrade=1 from_commit=7e40418b50b5c25d80f3bc521f9627cdd22c4201 + #upgrade=1 from_commit=7e40418b50b5c25d80f3bc521f9627cdd22c4201 # 2.319.3~ynh1 - upgrade=1 from_commit=ceac884c4d82f8164ec7ce391d354d794948bb72 + #upgrade=1 from_commit=ceac884c4d82f8164ec7ce391d354d794948bb72 # 2.332.3~ynh1 upgrade=1 from_commit=5ff1883636f649c7e32d6b520fd54621f83097ba backup_restore=1 diff --git a/conf/app.src b/conf/app.src index cb4045e..169ff26 100644 --- a/conf/app.src +++ b/conf/app.src @@ -1,5 +1,5 @@ -SOURCE_URL=https://pkg.jenkins.io/debian-stable/binary/jenkins_2.375.2_all.deb -SOURCE_SUM=6e30e1083aa49becbb2c6e6882e863bb3f408cb3870994a249be89acedef6318 +SOURCE_URL=https://pkg.jenkins.io/debian-stable/binary/jenkins_2.401.2_all.deb +SOURCE_SUM=73d5da188eee8e149c75461a61c69fa5f298cd6a12ed6842200ccb6bb99bab98 SOURCE_SUM_PRG=sha256sum SOURCE_FORMAT=deb SOURCE_IN_SUBDIR=true diff --git a/manifest.json b/manifest.json index eb8617d..74b2ea7 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.375.2~ynh1", + "version": "2.401.2~ynh1", "url": "https://jenkins.io/index.html", "upstream": { "license": "MIT", From d06934fb2a4ff4b3b147c2ea66db7ca7a3bdbf97 Mon Sep 17 00:00:00 2001 From: yalh76 Date: Wed, 26 Jul 2023 16:06:10 +0200 Subject: [PATCH 4/4] fix check upgrade --- check_process | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/check_process b/check_process index 485f0d1..aa32213 100644 --- a/check_process +++ b/check_process @@ -38,7 +38,9 @@ # 2.319.3~ynh1 #upgrade=1 from_commit=ceac884c4d82f8164ec7ce391d354d794948bb72 # 2.332.3~ynh1 - upgrade=1 from_commit=5ff1883636f649c7e32d6b520fd54621f83097ba + #upgrade=1 from_commit=5ff1883636f649c7e32d6b520fd54621f83097ba + # 2.375.2~ynh1 + upgrade=1 from_commit=4733662adabc01ea1e29ca0bf55c45f204bb1857 backup_restore=1 multi_instance=0 change_url=1