Closed
Bug 641433
Opened 14 years ago
Closed 14 years ago
setup-master.py should use absolute paths while symlinking
Categories
(Release Engineering :: General, defect, P2)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: rail, Assigned: rail)
References
Details
(Whiteboard: [buildmasters])
Attachments
(1 file)
(deleted),
patch
|
catlee
:
review+
rail
:
checked-in+
|
Details | Diff | Splinter Review |
It's very annoying to setup master by running setup-master.py which creates relative symlinks assuming that master_dir is always in the current directory. It would be better to use absolute paths to configs. Attached patch solves the problem. When we switch to python 2.6 we can use os.path.relpath(f, master_dir) instead.
Attachment #519085 -
Flags: review?(catlee)
Updated•14 years ago
|
Attachment #519085 -
Flags: review?(catlee) → review+
Assignee | ||
Comment 1•14 years ago
|
||
Comment on attachment 519085 [details] [diff] [review]
Use abspath
http://hg.mozilla.org/build/buildbot-configs/rev/99babd90b663
Attachment #519085 -
Flags: checked-in+
Assignee | ||
Updated•14 years ago
|
Status: NEW → RESOLVED
Closed: 14 years ago
Resolution: --- → FIXED
Updated•11 years ago
|
Product: mozilla.org → Release Engineering
You need to log in
before you can comment on or make changes to this bug.
Description
•