Closed
Bug 487677
Opened 16 years ago
Closed 16 years ago
patcher-config-bump.pl causes a second Updates run on the same release to fail
Categories
(Release Engineering :: General, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: bhearsum, Assigned: bhearsum)
Details
Attachments
(1 file)
1.26 KB,
patch
|
catlee
:
review+
bhearsum
:
checked-in+
|
Details | Diff | Splinter Review |
BumpFilePath in this script assumes that the existing file path matches /$product-.+?-$escapedOldVersion\./, which is true for the first time we run Updates, but on subsequent runs it fails. The attached patch should make it work in both cases.
Attachment #371914 -
Flags: review?(catlee)
Updated•16 years ago
|
Attachment #371914 -
Flags: review?(catlee) → review+
Assignee | ||
Comment 1•16 years ago
|
||
Comment on attachment 371914 [details] [diff] [review]
fix old path regexes
changeset: 262:1f113efe0dec
Attachment #371914 -
Flags: checked‑in+
Assignee | ||
Comment 2•16 years ago
|
||
The patch fixed the issue, closing.
Status: ASSIGNED → RESOLVED
Closed: 16 years ago
Resolution: --- → FIXED
Updated•12 years ago
|
Product: mozilla.org → Release Engineering
You need to log in
before you can comment on or make changes to this bug.
Description
•