Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/updater_server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArthur Schiwon <blizzz@arthur-schiwon.de>2022-02-18 15:47:57 +0300
committerArthur Schiwon <blizzz@arthur-schiwon.de>2022-02-18 15:47:57 +0300
commite20b0f5643ea36db0ca538d1f9a2ee4605f3ec2a (patch)
treeeca1628b25c891beb8f73add2b0e7115c558a068
parent8a5fdd90bec291aba787442993797d073da934cb (diff)
mark 21 EOL
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
-rwxr-xr-xconfig/config.php8
-rw-r--r--tests/integration/features/beta.feature4
-rw-r--r--tests/integration/features/stable.feature4
3 files changed, 8 insertions, 8 deletions
diff --git a/config/config.php b/config/config.php
index 2a8dc45..8746699 100755
--- a/config/config.php
+++ b/config/config.php
@@ -178,7 +178,7 @@ qreqXFoGqtbkChlfpc2fTA==',
'internalVersion' => '21.0.9.1',
'downloadUrl' => 'https://download.nextcloud.com/server/releases/nextcloud-21.0.9.zip',
'web' => 'https://docs.nextcloud.com/server/21/admin_manual/maintenance/upgrade.html',
- 'eol' => false,
+ 'eol' => true,
'minPHPVersion' => '7.3',
'signature' => 'UmaMy3Rp14wXYO8IQPzJWIsJnz5po9Fw42upR3ci+EPmfpptUgCpxDBZ+uIMLpIf
Ee9waBv1ZPRgOaUmzwWQUGzL+z1+LRMe9rm/m2SKEYDWzq0Uk0wmheqAdhaZHFYq
@@ -194,7 +194,7 @@ mE2YG/R4IKW+A8xqweVzig==',
'internalVersion' => '21.0.9.1',
'downloadUrl' => 'https://download.nextcloud.com/server/releases/nextcloud-21.0.9.zip',
'web' => 'https://docs.nextcloud.com/server/21/admin_manual/maintenance/upgrade.html',
- 'eol' => false,
+ 'eol' => true,
'minPHPVersion' => '7.3',
'signature' => 'UmaMy3Rp14wXYO8IQPzJWIsJnz5po9Fw42upR3ci+EPmfpptUgCpxDBZ+uIMLpIf
Ee9waBv1ZPRgOaUmzwWQUGzL+z1+LRMe9rm/m2SKEYDWzq0Uk0wmheqAdhaZHFYq
@@ -611,7 +611,7 @@ qreqXFoGqtbkChlfpc2fTA==',
'internalVersion' => '21.0.9.1',
'downloadUrl' => 'https://download.nextcloud.com/server/releases/nextcloud-21.0.9.zip',
'web' => 'https://docs.nextcloud.com/server/21/admin_manual/maintenance/upgrade.html',
- 'eol' => false,
+ 'eol' => true,
'minPHPVersion' => '7.3',
'signature' => 'UmaMy3Rp14wXYO8IQPzJWIsJnz5po9Fw42upR3ci+EPmfpptUgCpxDBZ+uIMLpIf
Ee9waBv1ZPRgOaUmzwWQUGzL+z1+LRMe9rm/m2SKEYDWzq0Uk0wmheqAdhaZHFYq
@@ -628,7 +628,7 @@ mE2YG/R4IKW+A8xqweVzig==',
'internalVersion' => '21.0.9.1',
'downloadUrl' => 'https://download.nextcloud.com/server/releases/nextcloud-21.0.9.zip',
'web' => 'https://docs.nextcloud.com/server/21/admin_manual/maintenance/upgrade.html',
- 'eol' => false,
+ 'eol' => true,
'minPHPVersion' => '7.3',
'signature' => 'UmaMy3Rp14wXYO8IQPzJWIsJnz5po9Fw42upR3ci+EPmfpptUgCpxDBZ+uIMLpIf
Ee9waBv1ZPRgOaUmzwWQUGzL+z1+LRMe9rm/m2SKEYDWzq0Uk0wmheqAdhaZHFYq
diff --git a/tests/integration/features/beta.feature b/tests/integration/features/beta.feature
index aaf0190..2d89f04 100644
--- a/tests/integration/features/beta.feature
+++ b/tests/integration/features/beta.feature
@@ -463,7 +463,7 @@ Feature: Testing the update scenario of beta releases
And Update to version "21.0.9.1" is available
And URL to download is "https://download.nextcloud.com/server/releases/nextcloud-21.0.9.zip"
And URL to documentation is "https://docs.nextcloud.com/server/21/admin_manual/maintenance/upgrade.html"
- And EOL is set to "0"
+ And EOL is set to "1"
And The signature is
"""
UmaMy3Rp14wXYO8IQPzJWIsJnz5po9Fw42upR3ci+EPmfpptUgCpxDBZ+uIMLpIf
@@ -484,7 +484,7 @@ Feature: Testing the update scenario of beta releases
And Update to version "21.0.9.1" is available
And URL to download is "https://download.nextcloud.com/server/releases/nextcloud-21.0.9.zip"
And URL to documentation is "https://docs.nextcloud.com/server/21/admin_manual/maintenance/upgrade.html"
- And EOL is set to "0"
+ And EOL is set to "1"
And The signature is
"""
UmaMy3Rp14wXYO8IQPzJWIsJnz5po9Fw42upR3ci+EPmfpptUgCpxDBZ+uIMLpIf
diff --git a/tests/integration/features/stable.feature b/tests/integration/features/stable.feature
index f5da58c..043cf76 100644
--- a/tests/integration/features/stable.feature
+++ b/tests/integration/features/stable.feature
@@ -709,7 +709,7 @@ Feature: Testing the update scenario of stable releases
And Update to version "21.0.9.1" is available
And URL to download is "https://download.nextcloud.com/server/releases/nextcloud-21.0.9.zip"
And URL to documentation is "https://docs.nextcloud.com/server/21/admin_manual/maintenance/upgrade.html"
- And EOL is set to "0"
+ And EOL is set to "1"
And The signature is
"""
UmaMy3Rp14wXYO8IQPzJWIsJnz5po9Fw42upR3ci+EPmfpptUgCpxDBZ+uIMLpIf
@@ -751,7 +751,7 @@ Feature: Testing the update scenario of stable releases
And Update to version "21.0.9.1" is available
And URL to download is "https://download.nextcloud.com/server/releases/nextcloud-21.0.9.zip"
And URL to documentation is "https://docs.nextcloud.com/server/21/admin_manual/maintenance/upgrade.html"
- And EOL is set to "0"
+ And EOL is set to "1"
And The signature is
"""
UmaMy3Rp14wXYO8IQPzJWIsJnz5po9Fw42upR3ci+EPmfpptUgCpxDBZ+uIMLpIf