This repository was archived by the owner on Oct 19, 2022. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4545// $DOWNLOAD_CLIENT_DESKTOP_STABLE_SOURCES_PGP = $DOWNLOAD_CLIENT_DESKTOP_STABLE_SOURCES.'.asc';
4646
4747// Desktop client testing
48- $ VERSIONS_CLIENT_DESKTOP_TESTING = '' ;
49- $ DOWNLOAD_CLIENT_DESKTOP_TEST_BASE = 'https://download.nextcloud. com/desktop/prereleases/ ' ;
50- $ DOWNLOAD_CLIENT_DESKTOP_TEST_WIN = $ DOWNLOAD_CLIENT_DESKTOP_TEST_BASE .'Windows/Nextcloud-3.5.0-rc1-x64.msi ' ;
51- $ DOWNLOAD_CLIENT_DESKTOP_TEST_MAC = $ DOWNLOAD_CLIENT_DESKTOP_TEST_BASE .'Mac/Nextcloud-3.5.0-rc1.pkg ' ;
52- $ DOWNLOAD_CLIENT_DESKTOP_TEST_LINUX = $ DOWNLOAD_CLIENT_DESKTOP_TEST_BASE .'Linux/Nextcloud-3.5.0-rc1.AppImage ' ;
48+ $ VERSIONS_CLIENT_DESKTOP_TESTING = '3.5.0-rc1 ' ;
49+ $ DOWNLOAD_CLIENT_DESKTOP_TEST_BASE = 'https://github. com/nextcloud/ desktop/releases/tag/v ' ;
50+ $ DOWNLOAD_CLIENT_DESKTOP_TEST_WIN = $ DOWNLOAD_CLIENT_DESKTOP_TEST_BASE .'' ;
51+ $ DOWNLOAD_CLIENT_DESKTOP_TEST_MAC = $ DOWNLOAD_CLIENT_DESKTOP_TEST_BASE .'' ;
52+ $ DOWNLOAD_CLIENT_DESKTOP_TEST_LINUX = $ DOWNLOAD_CLIENT_DESKTOP_TEST_BASE .'' ;
5353$ DOWNLOAD_CLIENT_DESKTOP_TESTPILOT_WIN = $ DOWNLOAD_CLIENT_DESKTOP_TEST_BASE .'' ;
5454$ DOWNLOAD_CLIENT_DESKTOP_TESTPILOT_MAC = $ DOWNLOAD_CLIENT_DESKTOP_TEST_BASE .'' ;
5555$ DOWNLOAD_CLIENT_DESKTOP_TESTPILOT_LINUX = '' ;
7878
7979// Testing
8080$ DOWNLOAD_SERVER_PACKAGES_TESTING = 'https://download.nextcloud.com/server/prereleases/ ' ;
81- $ SERVER_TESTING_VERSION ='' ; // nothing to test -> leave it empty
81+ $ SERVER_TESTING_VERSION ='24.0.0beta2 ' ; // nothing to test -> leave it empty
8282$ DOWNLOAD_SERVER_TAR_TESTING ='https://download.nextcloud.com/server/prereleases/nextcloud- ' .$ SERVER_TESTING_VERSION .'.tar.bz2 ' ;
8383$ DOWNLOAD_SERVER_ZIP_TESTING ='https://download.nextcloud.com/server/prereleases/nextcloud- ' .$ SERVER_TESTING_VERSION .'.zip ' ;
8484
You can’t perform that action at this time.
0 commit comments