Closed
Bug 378728
Opened 18 years ago
Closed 18 years ago
Normalize tinderbox configs (hourly build location, nightly hour)
Categories
(Webtools Graveyard :: Tinderbox, defect)
Webtools Graveyard
Tinderbox
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: nthomas, Assigned: nthomas)
References
Details
Attachments
(2 files)
25.33 KB,
patch
|
coop
:
review+
|
Details | Diff | Splinter Review |
13.83 KB,
patch
|
coop
:
review+
|
Details | Diff | Splinter Review |
I noticed some anomalies while cleaning up the ftp server, mainly to do with the location for l10n hourlies. So I've gone through and audited some key tinder-config variables for Firefox, Thunderbird and XULRunner. The main change is
$ftp_path = "/home/ftp/pub/$app/nightly";
$url_path = "http://ftp.mozilla.org/pub/mozilla.org/$app/nightly";
$tbox_ftp_path = "/home/ftp/pub/$app/tinderbox-builds";
$tbox_url_path = "http://ftp.mozilla.org/pub/mozilla.org/$app/tinderbox-builds";
Also,
* that all l10n builds set $ReleaseToDated = 0
* if one out of three boxes for a branch-app combo has a different $build_hour, then make them all the same. Which gives
* Fx & Tb en-US at 3, except Fx trunk & moz18 at 4.
* Fx & Tb l10n at 9
* XULRunner at 8
* fix a couple of commented out $notify_list
Attachment #262753 -
Flags: review?(ccooper)
Updated•18 years ago
|
Attachment #262753 -
Flags: review?(ccooper) → review+
Assignee | ||
Comment 1•18 years ago
|
||
This is for the _release branched configs, mainly adjusting the path to the hourly builds (that we get but don't want). Plus a couple of consistency fixes to en-US configs. I also double checked that we have
$ReleaseBuild=1
$ReleaseToLatest=0
$ReleaseToDated=1
on each config.
I don't think that's it for these changes.
Assignee | ||
Comment 2•18 years ago
|
||
(In reply to comment #1)
> I don't think that's it for these changes.
Oops, I mean the opposite: that's all of the changes I think.
Updated•18 years ago
|
Attachment #262758 -
Flags: review?(ccooper) → review+
Assignee | ||
Comment 3•18 years ago
|
||
Changes checked in an verified (for nightlies).
Status: ASSIGNED → RESOLVED
Closed: 18 years ago
Resolution: --- → FIXED
Component: Tinderbox Configuration → Tinderbox
Product: mozilla.org → Webtools
Updated•11 years ago
|
Product: Webtools → Webtools Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•