Goobox support

This commit is contained in:
2020-01-11 12:28:10 -06:00
parent 29f4516518
commit 03681babad
2 changed files with 9 additions and 7 deletions

View File

@@ -27,10 +27,10 @@ exports.DEV_PUBLIC_KEY = '-----BEGIN PUBLIC KEY-----\n' +
'9wIDAQAB\n' +
'-----END PUBLIC KEY-----';
const REPERTORY_BRANCH = 'master';
const REPERTORY_UI_BRANCH = 'master';
const REPERTORY_BRANCH = '1.3.x_branch';
const REPERTORY_UI_BRANCH = '1.2.x_branch';
exports.RELEASES_URL = 'https://bitbucket.org/blockstorage/repertory/raw/' + REPERTORY_BRANCH + '/releases_1.1.json';
exports.RELEASES_URL = 'https://bitbucket.org/blockstorage/repertory/raw/' + REPERTORY_BRANCH + '/releases_1.2.json';
exports.UI_RELEASES_URL = 'https://bitbucket.org/blockstorage/repertory-ui/raw/' + REPERTORY_UI_BRANCH + '/releases.json';
exports.LINUX_DETECT_SCRIPT_URL = 'https://bitbucket.org/blockstorage/repertory/raw/' + REPERTORY_BRANCH + '/detect_linux.sh';
@@ -50,12 +50,14 @@ exports.DATA_LOCATIONS = {
exports.PROVIDER_LIST = [
'Sia',
'ScPrime'
'ScPrime',
'GooboxS3'
];
exports.PROVIDER_ARG = {
sia: '',
scprime: '-sp'
scprime: '-sp',
gooboxs3: '-gb'
};
exports.RELEASE_TYPES = [