Closed
Bug 810368
Opened 12 years ago
Closed 11 years ago
preproduction release master doesn't handle release configs without newlines at the end
Categories
(Release Engineering :: General, defect, P4)
Tracking
(Not tracked)
RESOLVED
WONTFIX
People
(Reporter: bhearsum, Unassigned)
Details
(Whiteboard: [preproduction])
Traceback (most recent call last):
File "scripts/preproduction/repo_setup.py", line 163, in <module>
recreate_repos(repoSetupConfig)
File "scripts/preproduction/repo_setup.py", line 53, in recreate_repos
repoSetupConfig['reposToClone'][repo].get('nobump_overrides', []))
File "scripts/preproduction/repo_setup.py", line 124, in bump_configs
config = readReleaseConfig(path.join(reponame, configfile))
File "/builds/buildbot/preproduction/sandbox_slave/tools/lib/python/release/info.py", line 55, in readReleaseConfig
return readConfig(configfile, keys=['releaseConfig'], required=required)
File "/builds/buildbot/preproduction/sandbox_slave/tools/lib/python/release/info.py", line 71, in readConfig
execfile(configfile, c)
File "buildbot-configs/mozilla/release-firefox-mozilla-beta.py", line 136
releaseConfig['ftpSymlinkName'] = 'latest-beta'releaseConfig['AllRecipients'] = ['<release@mozilla.com>',]
^
SyntaxError: invalid syntax
http://preproduction-master.srv.releng.scl3.mozilla.com:8710/builders/release-master/builds/227/steps/shell_2/logs/stdio
Updated•12 years ago
|
Priority: -- → P4
Whiteboard: [preproduction]
Assignee | ||
Updated•12 years ago
|
Product: mozilla.org → Release Engineering
Reporter | ||
Comment 1•11 years ago
|
||
This part of preproduction is dead.
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → WONTFIX
Assignee | ||
Updated•7 years ago
|
Component: General Automation → General
You need to log in
before you can comment on or make changes to this bug.
Description
•