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:
authorJohn Molakvoæ <skjnldsv@users.noreply.github.com>2021-07-06 14:02:08 +0300
committerGitHub <noreply@github.com>2021-07-06 14:02:08 +0300
commitc6a7c26121914536e4a8a16d83bee2ac7656400f (patch)
treeb384a293d955a08d55dd3e300a9881c715136b55
parent7c6ee6a54bfc8d0fef4498fd7b8ad0a46d34d3f2 (diff)
parenta1771129fec22ecc324db0281254f12203e6202b (diff)
Merge pull request #611 from nextcloud/version/22/final-release-location
set final release location of 22.0.0
-rwxr-xr-xconfig/config.php6
-rw-r--r--tests/integration/features/beta.feature4
-rw-r--r--tests/integration/features/stable.feature2
3 files changed, 6 insertions, 6 deletions
diff --git a/config/config.php b/config/config.php
index 2737969..765ee0b 100755
--- a/config/config.php
+++ b/config/config.php
@@ -112,7 +112,7 @@ return [
'100' => [
'latest' => '22.0.0',
'internalVersion' => '22.0.0.11',
- 'downloadUrl' => 'https://download.nextcloud.com/server/prereleases/nextcloud-22.0.0.zip',
+ 'downloadUrl' => 'https://download.nextcloud.com/server/releases/nextcloud-22.0.0.zip',
'web' => 'https://docs.nextcloud.com/server/22/admin_manual/maintenance/upgrade.html',
'eol' => false,
'minPHPVersion' => '7.3',
@@ -493,7 +493,7 @@ ZH1PxQilL7ihAvnOb2oU1Q==',
'100' => [
'latest' => '22.0.0',
'internalVersion' => '22.0.0.11',
- 'downloadUrl' => 'https://download.nextcloud.com/server/prereleases/nextcloud-22.0.0.zip',
+ 'downloadUrl' => 'https://download.nextcloud.com/server/releases/nextcloud-22.0.0.zip',
'web' => 'https://docs.nextcloud.com/server/22/admin_manual/maintenance/upgrade.html',
'eol' => false,
'minPHPVersion' => '7.3',
@@ -510,7 +510,7 @@ G1TQdK8A4Qe1X29O9QiuBsw5RCSIlM9NPEvBWS3RDTcyDpX0gxi49fMRxjFovUW1
'100' => [
'latest' => '22.0.0',
'internalVersion' => '22.0.0.11',
- 'downloadUrl' => 'https://download.nextcloud.com/server/prereleases/nextcloud-22.0.0.zip',
+ 'downloadUrl' => 'https://download.nextcloud.com/server/releases/nextcloud-22.0.0.zip',
'web' => 'https://docs.nextcloud.com/server/22/admin_manual/maintenance/upgrade.html',
'eol' => false,
'minPHPVersion' => '7.3',
diff --git a/tests/integration/features/beta.feature b/tests/integration/features/beta.feature
index 74a3a8e..481a7ac 100644
--- a/tests/integration/features/beta.feature
+++ b/tests/integration/features/beta.feature
@@ -503,7 +503,7 @@ Feature: Testing the update scenario of beta releases
When The request is sent
Then The response is non-empty
And Update to version "22.0.0.11" is available
- And URL to download is "https://download.nextcloud.com/server/prereleases/nextcloud-22.0.0.zip"
+ And URL to download is "https://download.nextcloud.com/server/releases/nextcloud-22.0.0.zip"
And URL to documentation is "https://docs.nextcloud.com/server/22/admin_manual/maintenance/upgrade.html"
And EOL is set to "0"
And The signature is
@@ -524,7 +524,7 @@ Feature: Testing the update scenario of beta releases
When The request is sent
Then The response is non-empty
And Update to version "22.0.0.11" is available
- And URL to download is "https://download.nextcloud.com/server/prereleases/nextcloud-22.0.0.zip"
+ And URL to download is "https://download.nextcloud.com/server/releases/nextcloud-22.0.0.zip"
And URL to documentation is "https://docs.nextcloud.com/server/22/admin_manual/maintenance/upgrade.html"
And EOL is set to "0"
And The signature is
diff --git a/tests/integration/features/stable.feature b/tests/integration/features/stable.feature
index c1e50d8..dd9a94c 100644
--- a/tests/integration/features/stable.feature
+++ b/tests/integration/features/stable.feature
@@ -770,7 +770,7 @@ Feature: Testing the update scenario of stable releases
When The request is sent
Then The response is non-empty
And Update to version "22.0.0.11" is available
- And URL to download is "https://download.nextcloud.com/server/prereleases/nextcloud-22.0.0.zip"
+ And URL to download is "https://download.nextcloud.com/server/releases/nextcloud-22.0.0.zip"
And URL to documentation is "https://docs.nextcloud.com/server/22/admin_manual/maintenance/upgrade.html"
And EOL is set to "0"
And The signature is