Closed
Bug 1219592
Opened 10 years ago
Closed 10 years ago
helper symlinks no longer present for nightlies
Categories
(Release Engineering :: General, defect)
Release Engineering
General
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: nthomas, Unassigned)
References
Details
In the old S3 system we had symlinks from
firefox/nightly/2015-10-<blah>
to
firefox/nightly/2015/10/2015-10-<blah>
to make it easier to find the last 30 days of nightly builds. This was done in post_upload so it applies to all products using it, eg firefox, thunderbird, not mobile.
The new post_upload doesn't do this. We may be able to do this with 0-byte keys that redirect (to avoid data duplication), and auto-expire. Need to decide if that's a request we should make or if deprecation is an option.
| Reporter | ||
Comment 1•10 years ago
|
||
To clarify on point, mobile does use post_upload, it just goes down a different code path.
Summary: help symlinks no longer present for nightlies → helper symlinks no longer present for nightlies
Comment 2•10 years ago
|
||
personally, I always found those cluttered up the top level directory. they're also not stable urls, given they get removed after 30 days.
+0 for deprecating them.
| Reporter | ||
Comment 3•10 years ago
|
||
Since we migrated on the 20th there's been no mob with pitch forks, so deprecation is the way to go. I've removed the old links.
Status: NEW → RESOLVED
Closed: 10 years ago
Resolution: --- → FIXED
| 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
•