Closed
Bug 990792
Opened 11 years ago
Closed 11 years ago
xr_postrelease failed for 29.0b4
Categories
(Release Engineering :: Release Automation, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: nthomas, Assigned: rail)
References
Details
Attachments
(1 file, 1 obsolete file)
1.04 KB,
patch
|
nthomas
:
review+
rail
:
checked-in+
|
Details | Diff | Splinter Review |
After manually forcing the xr_postrelease builder it failed with:
Traceback (most recent call last):
File "/builds/slave/rel-m-beta-xr_postrelease-0000/scripts/scripts/release/stage-tasks.py", line 387, in <module>
required=["tuxedoUsername", "tuxedoPassword"])
File "/builds/slave/rel-m-beta-xr_postrelease-0000/scripts/lib/python/release/info.py", line 84, in readConfig
execfile(configfile, c)
IOError: [Errno 2] No such file or directory: '/builds/slave/rel-m-beta-xr_postrelease-0000/oauth.txt'
This was after the latest symlink was updated. Seems likely to be fallout from bug 916181.
Reporter | ||
Comment 1•11 years ago
|
||
Assignee | ||
Updated•11 years ago
|
Assignee: nobody → rail
Assignee | ||
Comment 2•11 years ago
|
||
Attachment #8400258 -
Flags: review?(nthomas)
Reporter | ||
Comment 3•11 years ago
|
||
Comment on attachment 8400258 [details] [diff] [review]
noxr.diff
>>> dict(a='b') and True
True
We need the contents of the dict later.
Attachment #8400258 -
Flags: review?(nthomas) → review-
Assignee | ||
Comment 4•11 years ago
|
||
Ooops. Thanks for catching that.
Attachment #8400258 -
Attachment is obsolete: true
Attachment #8400273 -
Flags: review?(nthomas)
Reporter | ||
Updated•11 years ago
|
Attachment #8400273 -
Flags: review?(nthomas) → review+
Assignee | ||
Comment 5•11 years ago
|
||
Comment on attachment 8400273 [details] [diff] [review]
noxr.diff
https://hg.mozilla.org/build/tools/rev/cc45ac0ffe01
Attachment #8400273 -
Flags: checked-in+
Assignee | ||
Comment 6•11 years ago
|
||
this should be fixed now
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•