зеркало из https://github.com/mozilla/pjs.git
Bug 496196 - fix situation when DOWNLOAD_BASE_URL is not set in update snippet generation script - r=ccooper
This commit is contained in:
Родитель
0d5094b409
Коммит
fc31b703ac
|
@ -85,7 +85,7 @@ def main():
|
|||
parser.error('You must specify %s' % msg)
|
||||
|
||||
if not options.downloadBaseURL or options.downloadBaseURL == '':
|
||||
options.downloadBaseURL = 'http://ftp.mozilla.org/pub/mozilla.org/nightly'
|
||||
options.downloadBaseURL = 'http://ftp.mozilla.org/pub/mozilla.org/%s/nightly' % options.product
|
||||
|
||||
snippet = generateSnippet(options.marPath,
|
||||
options.applicationIniFile,
|
||||
|
|
Загрузка…
Ссылка в новой задаче