Closed Bug 433871 Opened 16 years ago Closed 14 years ago

mozilla-central nightly builds don't offer download link on tinderbox waterfall

Categories

(Release Engineering :: General, defect, P3)

defect

Tracking

(Not tracked)

RESOLVED WONTFIX

People

(Reporter: ted, Unassigned)

References

Details

The 1.9.0 builds add a 'D' in the nightly build box to let you download the nightly build from the waterfall. Nightly builds on mozilla-central don't offer this. bhearsum says this will require a change to TinderboxMailNotifier, as well as probably a new buildProperty.
Blocks: 433384
Priority: -- → P3
While this is nice to have, we dont think this blocks opening the mozilla-central tree. Moving to P3/Future for now.
Component: Release Engineering → Release Engineering: Future
Blocks: 445183
Mass move of bugs from Release Engineering:Future -> Release Engineering. See
http://coop.deadsquid.com/2010/02/kiss-the-future-goodbye/ for more details.
Component: Release Engineering: Future → Release Engineering
Just add 
  binaryURL=WithProperties('%(packageUrl)s'),
when setting up the TinderboxMailNotifier ? Will point to the zip rather than the exe for windows, and to stage rather than ftp.
I just did set
binaryURL="http://ftp.mozilla.org/pub/mozilla.org/%s/nightly/latest-%s/" % (branch['product_name'], name)
win the old SeaMonkey master, before I switched us to matching Firefox in the misc.py thing and inadvertently dropping this in there.

See http://hg.mozilla.org/build/buildbot-configs/rev/4d5b0dffae4b#l2.129 for how I did it there.

Would it be a solution to do that generally?
Use http://nightly.mozilla.org/
Status: NEW → RESOLVED
Closed: 14 years ago
Resolution: --- → WONTFIX
Product: mozilla.org → Release Engineering
You need to log in before you can comment on or make changes to this bug.