Closed
Bug 754430
Opened 11 years ago
Closed 11 years ago
Missing mozilla/ dir in Thunderbird beta build
Categories
(Release Engineering :: General, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: jhopkins, Unassigned)
References
Details
Attachments
(2 files, 1 obsolete file)
996 bytes,
patch
|
jhopkins
:
review+
jhopkins
:
checked-in+
|
Details | Diff | Splinter Review |
3.81 KB,
patch
|
jhopkins
:
review+
jhopkins
:
checked-in+
|
Details | Diff | Splinter Review |
We're missing the mozilla/ directory under objdir-tb which is causing 3 steps to fail, including this one: http://buildbot-master34.srv.releng.scl3.mozilla.com:8001/builders/release-comm-beta-linux_build/builds/1/steps/get_build_id/logs/stdio python build/config/printconfigsetting.py build/objdir-tb/dist/bin/application.ini App BuildID in dir /builds/slave/tb-rel-comm-beta-lnx-bld/. (timeout 1200 secs) watching logfiles {} argv: ['python', 'build/config/printconfigsetting.py', 'build/objdir-tb/dist/bin/application.ini', 'App', 'BuildID'] ...<snip> python: can't open file 'build/config/printconfigsetting.py': [Errno 2] No such file or directory
Comment 1•11 years ago
|
||
This is the buildbotcustom part of a possible fix - basically, if mozillaDir is specified pass it into the release factory.
Comment 2•11 years ago
|
||
... and the additional fix which has the required buildbot-configs parts.
Comment 3•11 years ago
|
||
This adds the mozilla_dir set up to the staging configs as well.
Attachment #623293 -
Attachment is obsolete: true
Reporter | ||
Updated•11 years ago
|
Attachment #623448 -
Flags: review+
Reporter | ||
Updated•11 years ago
|
Attachment #623291 -
Flags: review+
Reporter | ||
Comment 4•11 years ago
|
||
Comment on attachment 623291 [details] [diff] [review] Possible fix Review of attachment 623291 [details] [diff] [review]: ----------------------------------------------------------------- Landed in http://hg.mozilla.org/build/buildbotcustom/rev/dc2724ce42f5
Attachment #623291 -
Flags: checked-in+
Reporter | ||
Comment 5•11 years ago
|
||
Comment on attachment 623448 [details] [diff] [review] Proposed fix v2 buildbot-configs Review of attachment 623448 [details] [diff] [review]: ----------------------------------------------------------------- Landed in https://hg.mozilla.org/build/buildbot-configs/rev/89c3b1251d13
Attachment #623448 -
Flags: checked-in+
Comment 6•11 years ago
|
||
A change from this bug landed on the default branches of either buildbot-configs or buildbotcustom. Such change has been merged as of ~8:30 AM PDT into the production branches and the buildbot masters have been reconfigured. This if FYI and a note has been added to the maintenance page: https://wiki.mozilla.org/ReleaseEngineering:Maintenance#Reconfigs_.2F_Deployments
Reporter | ||
Updated•11 years ago
|
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
Assignee | ||
Updated•10 years ago
|
Product: mozilla.org → Release Engineering
Assignee | ||
Updated•5 years ago
|
Component: General Automation → General
You need to log in
before you can comment on or make changes to this bug.
Description
•