Closed
Bug 407177
Opened 17 years ago
Closed 17 years ago
externalAusServer in bootstrap should be ausServerUrl
Categories
(Release Engineering :: General, defect)
Release Engineering
General
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: rhelmer, Assigned: rhelmer)
References
Details
Attachments
(1 file)
5.57 KB,
patch
|
bhearsum
:
review+
|
Details | Diff | Splinter Review |
Bootstrap::Step::Updates uses $externalAusServer to differentiate the HTTPS update server from the server you push updates to ($ausServer). This hardcodes "https", which makes testing hard. We should instead have the following settings: # server to push updates to ausServer = ... # public update server URL ausServerUrl = http://...
Assignee | ||
Comment 1•17 years ago
|
||
Updated•17 years ago
|
Attachment #292113 -
Flags: review?(bhearsum) → review+
Assignee | ||
Comment 2•17 years ago
|
||
Comment on attachment 292113 [details] [diff] [review] [checked in] replace externalAusServer with ausServerUrl Checking in Bootstrap/Step/Updates.pm; /cvsroot/mozilla/tools/release/Bootstrap/Step/Updates.pm,v <-- Updates.pm new revision: 1.28; previous revision: 1.27 done Checking in configs/fx-moz18-bootstrap.cfg; /cvsroot/mozilla/tools/release/configs/fx-moz18-bootstrap.cfg,v <-- fx-moz18-bootstrap.cfg new revision: 1.26; previous revision: 1.25 done Checking in configs/fx-moz18-staging-bootstrap.cfg; /cvsroot/mozilla/tools/release/configs/fx-moz18-staging-bootstrap.cfg,v <-- fx-moz18-staging-bootstrap.cfg new revision: 1.9; previous revision: 1.8 done Checking in configs/fx-moz180-bootstrap.cfg; /cvsroot/mozilla/tools/release/configs/fx-moz180-bootstrap.cfg,v <-- fx-moz180-bootstrap.cfg new revision: 1.7; previous revision: 1.6 done Checking in configs/fx-moz19-bootstrap.cfg; /cvsroot/mozilla/tools/release/configs/fx-moz19-bootstrap.cfg,v <-- fx-moz19-bootstrap.cfg new revision: 1.2; previous revision: 1.1 done Checking in configs/tb-moz18-bootstrap.cfg; /cvsroot/mozilla/tools/release/configs/tb-moz18-bootstrap.cfg,v <-- tb-moz18-bootstrap.cfg new revision: 1.13; previous revision: 1.12 done Checking in configs/tb-moz180-bootstrap.cfg; /cvsroot/mozilla/tools/release/configs/tb-moz180-bootstrap.cfg,v <-- tb-moz180-bootstrap.cfg new revision: 1.8; previous revision: 1.7 done
Attachment #292113 -
Attachment description: replace externalAusServer with ausServerUrl → [checked in] replace externalAusServer with ausServerUrl
Assignee | ||
Updated•17 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 17 years ago
Resolution: --- → FIXED
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
•