Closed
Bug 417703
Opened 17 years ago
Closed 17 years ago
PatcherConfig doesn't use a product and version specific working directory
Categories
(Release Engineering :: General, defect, P2)
Release Engineering
General
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: nthomas, Assigned: nthomas)
References
Details
Attachments
(2 files)
3.92 KB,
patch
|
rhelmer
:
review+
|
Details | Diff | Splinter Review |
877 bytes,
patch
|
nthomas
:
review+
|
Details | Diff | Splinter Review |
Currently, PatcherConfig looks up configBumpDir and uses that as it's working directory. We use same value of /builds/config across a bunch of situations, so there's the potential for a collision if more than one build is running on a machine. This patch makes PatcherConfig do the same sort of thing as TinderConfig, Updates et al.
Actually noticed this when a nightly build went rm -rf /builds/config/* while I was running PatcherConfig. This patch won't help for that, but prompted me to notice that PatcherConfig is the odd one out.
Attachment #303521 -
Flags: review?(rhelmer)
Assignee | ||
Updated•17 years ago
|
Assignee: nobody → nrthomas
Priority: -- → P2
Updated•17 years ago
|
Attachment #303521 -
Flags: review?(rhelmer) → review+
Assignee | ||
Comment 1•17 years ago
|
||
Checking in PatcherConfig.pm;
/cvsroot/mozilla/tools/release/Bootstrap/Step/PatcherConfig.pm,v <-- PatcherConfig.pm
new revision: 1.16; previous revision: 1.15
done
Status: NEW → RESOLVED
Closed: 17 years ago
Resolution: --- → FIXED
Comment 2•17 years ago
|
||
Sorry, missed a spot; this needs to be done in BumpPatcherConfig as well.
Status: RESOLVED → REOPENED
Resolution: FIXED → ---
Comment 3•17 years ago
|
||
Attachment #305809 -
Flags: review?(nrthomas)
Assignee | ||
Comment 4•17 years ago
|
||
Comment on attachment 305809 [details] [diff] [review]
[checked in] also use rc in BumpConfig
Oopsie.
Attachment #305809 -
Flags: review?(nrthomas) → review+
Comment 5•17 years ago
|
||
Comment on attachment 305809 [details] [diff] [review]
[checked in] also use rc in BumpConfig
Checking in Bootstrap/Step/PatcherConfig.pm;
/cvsroot/mozilla/tools/release/Bootstrap/Step/PatcherConfig.pm,v <-- PatcherConfig.pm
new revision: 1.18; previous revision: 1.17
done
Attachment #305809 -
Attachment description: also use rc in BumpConfig → [checked in] also use rc in BumpConfig
Updated•17 years ago
|
Status: REOPENED → RESOLVED
Closed: 17 years ago → 17 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
•