Closed
Bug 671166
Opened 14 years ago
Closed 14 years ago
Keep debug 'nightlies' only when there have been code changes
Categories
(Release Engineering :: General, defect, P2)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: nthomas, Assigned: nthomas)
Details
Attachments
(1 file)
1021 bytes,
patch
|
lsblakk
:
review+
nthomas
:
checked-in+
|
Details | Diff | Splinter Review |
Like bug 650258, only for our script that copies debug builds from tinderbox-builds/ to nightly/.
Example of the problem - we're saving multiple copies of the last mozilla-release debug build on Jul 7. Timestamps
http://ftp.mozilla.org/pub/mozilla.org/firefox/nightly/2011/07/2011-07-08-mozilla-release-debug/
http://ftp.mozilla.org/pub/mozilla.org/firefox/nightly/2011/07/2011-07-09-mozilla-release-debug/
http://ftp.mozilla.org/pub/mozilla.org/firefox/nightly/2011/07/2011-07-10-mozilla-release-debug/
...
Assignee | ||
Comment 1•14 years ago
|
||
Look for directories with names in unix epoch style which less than 24 hours old, sort numerically and take the last, and trim the leading './' off.
Attachment #545584 -
Flags: review?
Assignee | ||
Updated•14 years ago
|
Attachment #545584 -
Flags: review? → review?(lsblakk)
Comment 2•14 years ago
|
||
Comment on attachment 545584 [details] [diff] [review]
[tools] Ugly but effective
saving space ftw!
Attachment #545584 -
Flags: review?(lsblakk) → review+
Assignee | ||
Comment 3•14 years ago
|
||
Comment on attachment 545584 [details] [diff] [review]
[tools] Ugly but effective
http://hg.mozilla.org/build/tools/rev/ddf6da21f86f
Attachment #545584 -
Flags: checked-in+
Assignee | ||
Comment 4•14 years ago
|
||
Updated ffxbld@stage:~/checkouts/hg-build-tools from cf40ac3d8947 to ddf6da21f86f. Going to do a bit of cleanup now.
Assignee | ||
Comment 5•14 years ago
|
||
Done. I didn't really touch 1.9.2, but 2.0, beta, release got duplicates removed for 2011.
Status: ASSIGNED → RESOLVED
Closed: 14 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
•