Closed
Bug 1018975
Opened 11 years ago
Closed 11 years ago
buildfarm/maintenance/manage_foopies.py not executable
Categories
(Release Engineering :: General, defect)
Release Engineering
General
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: pmoore, Assigned: pmoore)
Details
Attachments
(1 file)
11.56 KB,
patch
|
coop
:
review+
pmoore
:
checked-in+
|
Details | Diff | Splinter Review |
When running end_to_end_config.sh, we hit a problem because buildfarm/maintenance/manage_foopies.py is not executable.
Two parts to the fix:
1) switch the executable bits (chmod) on manage_foopies.py
2) convert from DOS to UNIX line endings (otherwise the OS searches for an executable called python\r instead of python)
This brings it in line with its sister, manage_masters.py.
Assignee | ||
Comment 1•11 years ago
|
||
Updated•11 years ago
|
Attachment #8432511 -
Flags: review?(coop) → review+
Assignee | ||
Comment 2•11 years ago
|
||
Comment on attachment 8432511 [details] [diff] [review]
Tools patch to make manage_foopies.py directly executable
https://hg.mozilla.org/build/tools/rev/18693c5d0b4d
Attachment #8432511 -
Flags: checked-in+
Assignee | ||
Comment 3•11 years ago
|
||
Working fine since change was landed, so closing bug.
Status: ASSIGNED → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
Updated•8 years ago
|
Component: Tools → General
You need to log in
before you can comment on or make changes to this bug.
Description
•