Closed
Bug 580495
Opened 14 years ago
Closed 9 years ago
--link-to-latest option for post-upload.py
Categories
(Release Engineering :: General, defect, P4)
Release Engineering
General
Tracking
(Not tracked)
RESOLVED
WONTFIX
People
(Reporter: mozilla, Unassigned)
References
Details
(Whiteboard: [automation][upload])
If the latest-* directories are branch- and platform-specific (as they are for mobile now), we can --link-to-latest instead of --release-to-latest.
--link-to-latest would, for example:
rm -f latest-mozilla-central-maemo4
ln -s 2010/07/2010-07-20-13-mozilla-central-maemo4 latest-mozilla-central-maemo4
This has the benefits of:
1) slightly less disk usage
2) no old file cleanup needed! the dated dir should only have files from this specific build, so the softlink would, as well.
3) no unmaintainable twiddly per-file regex "logic"
4) gets us closer to considering the upload directory as the unit, rather than each file. upload directories have saved me many headaches elsewhere.
Reporter | ||
Comment 1•14 years ago
|
||
Still near&dear to my heart.
I'm able to solve the multilocale upload issue with the --builddir (to be renamed --subdir at some point) however, so this is not as urgent.
Assignee: aki → nobody
Whiteboard: [automation]
Updated•14 years ago
|
Priority: -- → P4
Whiteboard: [automation] → [automation][upload]
Updated•13 years ago
|
Assignee: nobody → coop
Comment 3•12 years ago
|
||
working on that
Updated•11 years ago
|
Assignee: cbook → nobody
Assignee | ||
Updated•11 years ago
|
Product: mozilla.org → Release Engineering
Comment 5•9 years ago
|
||
post_upload.py is getting updated to push to s3, and this operation won't make sense there (and this script will probably die in the forseeable future).
Status: NEW → RESOLVED
Closed: 9 years ago
QA Contact: catlee
Resolution: --- → WONTFIX
Assignee | ||
Updated•7 years ago
|
Component: General Automation → General
You need to log in
before you can comment on or make changes to this bug.
Description
•