Use branch for changelog
This commit is contained in:
@@ -26,17 +26,20 @@ exports.DEV_PUBLIC_KEY =
|
||||
'9wIDAQAB\n' +
|
||||
'-----END PUBLIC KEY-----';
|
||||
|
||||
const REPERTORY_BRANCH = '1.3.x_branch';
|
||||
const REPERTORY_UI_BRANCH = '1.3.x_branch';
|
||||
const _REPERTORY_BRANCH = '1.3.x_branch';
|
||||
const _REPERTORY_UI_BRANCH = '1.3.x_branch';
|
||||
|
||||
exports.REPERTORY_BRANCH = _REPERTORY_BRANCH;
|
||||
exports.REPERTORY_UI_BRANCH = _REPERTORY_UI_BRANCH;
|
||||
|
||||
exports.RELEASES_URL = 'https://bitbucket.org/blockstorage/repertory/raw/' +
|
||||
REPERTORY_BRANCH + '/releases_1.3.json';
|
||||
_REPERTORY_BRANCH + '/releases_1.3.json';
|
||||
exports.UI_RELEASES_URL =
|
||||
'https://bitbucket.org/blockstorage/repertory-ui/raw/' +
|
||||
REPERTORY_UI_BRANCH + '/releases.json';
|
||||
_REPERTORY_UI_BRANCH + '/releases.json';
|
||||
|
||||
exports.LINUX_DETECT_SCRIPT_URL =
|
||||
'https://bitbucket.org/blockstorage/repertory/raw/' + REPERTORY_BRANCH +
|
||||
'https://bitbucket.org/blockstorage/repertory/raw/' + _REPERTORY_BRANCH +
|
||||
'/detect_linux2.sh';
|
||||
|
||||
exports.LINUX_SELECTABLE_PLATFORMS = [
|
||||
|
||||
Reference in New Issue
Block a user