Closed
Bug 682787
Opened 13 years ago
Closed 13 years ago
Pushing files to mirrors for Fennec releases should be automated
Categories
(Release Engineering :: General, defect, P5)
Tracking
(Not tracked)
RESOLVED
DUPLICATE
of bug 543109
People
(Reporter: rail, Unassigned)
References
Details
(Whiteboard: [releases][automation][mobile])
ATM we use 2 different scripts (one for beta, another for finals) to push Fennec files to mirrors. It would be great if we automate this step. The only difference between those 2 scripts is symlinks:
-rm -f latest-{beta,alpha}
-ln -s $VERSION latest-beta
-ln -s $VERSION latest-alpha
+rm -f latest
+ln -s $VERSION latest
Updated•13 years ago
|
Priority: -- → P5
Comment 1•13 years ago
|
||
Those softlinks are only needed for maemo repos, so once Maemo is fully EOLed (once 8.0 ships) even those differences aren't needed.
Comment 2•13 years ago
|
||
(In reply to Aki Sasaki [:aki] from comment #1)
> Those softlinks are only needed for maemo repos, so once Maemo is fully
> EOLed (once 8.0 ships) even those differences aren't needed.
I'm calling this WONTFIX, then.
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → WONTFIX
Comment 3•13 years ago
|
||
If the original intention was to have a builder to push Fennec candidates to mobile/releases, rather than a couple of scripts on stage, then I think that's still valid.
Reporter | ||
Comment 4•13 years ago
|
||
(In reply to Nick Thomas [:nthomas] from comment #3)
> If the original intention was to have a builder to push Fennec candidates to
> mobile/releases, rather than a couple of scripts on stage, then I think
> that's still valid.
Yes, still need to enable push_to_mirrors and probably customize the script.
Status: RESOLVED → REOPENED
Resolution: WONTFIX → ---
Comment 5•13 years ago
|
||
As much as I want to dup the other direction, we have standing orders not to dup an OLDBUG forward.
Duping this to bug 543109. I'm not actively working on it, but we're also under standing orders not to assign an OLDBUG to nobody@m.o.
Status: REOPENED → RESOLVED
Closed: 13 years ago → 13 years ago
Resolution: --- → DUPLICATE
Assignee | ||
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
•