Closed
Bug 775250
Opened 13 years ago
Closed 13 years ago
symlink buildbot master Makefile into its own buildbot-configs directory
Categories
(Release Engineering :: General, defect)
Release Engineering
General
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: bhearsum, Assigned: rail)
Details
Attachments
(2 files)
|
1.26 KB,
patch
|
bhearsum
:
review+
rail
:
checked-in+
|
Details | Diff | Splinter Review |
|
449 bytes,
patch
|
bhearsum
:
review+
rail
:
checked-in+
|
Details | Diff | Splinter Review |
Currently, the Makefile that each Buildbot master has (eg, /builds/buildbot/build1/Makefile) is a static copy that never gets updated after the master is initially set-up. It gets copied in from /builds/buildbot/buildbot-configs/Makefile.master.
As part of master set-up we should symlink that to buildbot-configs/Makefile.master rather than leaving it as a static old copy forever.
Rail even volunteered to fix this!
| Assignee | ||
Comment 1•13 years ago
|
||
Attachment #643555 -
Flags: review?(bhearsum)
| Assignee | ||
Comment 2•13 years ago
|
||
Attachment #643556 -
Flags: review?(bhearsum)
| Reporter | ||
Updated•13 years ago
|
Attachment #643556 -
Flags: review?(bhearsum) → review+
| Reporter | ||
Updated•13 years ago
|
Attachment #643555 -
Flags: review?(bhearsum) → review+
| Assignee | ||
Comment 3•13 years ago
|
||
Comment on attachment 643556 [details] [diff] [review]
Makefile.setup: use ln -s
http://hg.mozilla.org/build/buildbot-configs/rev/5127bdaa5af3
Attachment #643556 -
Flags: checked-in+
| Assignee | ||
Comment 4•13 years ago
|
||
Comment on attachment 643555 [details] [diff] [review]
fabric action to fix existing ones
http://hg.mozilla.org/build/tools/rev/00a21e19f87d
Attachment #643555 -
Flags: checked-in+
| Assignee | ||
Comment 5•13 years ago
|
||
I ran the following to fix existing links:
for role in build scheduler tests try; do
python manage_masters.py -f production-masters.json -R $role -j8 fix_makefile_symlink
done
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
Updated•12 years ago
|
Product: mozilla.org → Release Engineering
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
•