Closed
Bug 357455
Opened 18 years ago
Closed 18 years ago
Add more versions for nightly updates on the 1.8.0 branch
Categories
(mozilla.org Graveyard :: Server Operations, task)
mozilla.org Graveyard
Server Operations
Tracking
(Not tracked)
VERIFIED
FIXED
People
(Reporter: nthomas, Assigned: mrz)
Details
Attachments
(1 file)
617 bytes,
patch
|
Details | Diff | Splinter Review |
Firefox's version just got bumped from 1.5.0.8pre to 1.5.0.8 (bug 353178), so some extra versions are needed to keep nightly updates running on the 1.8.0 branch.
Patch coming up.
Reporter | ||
Comment 1•18 years ago
|
||
Attachment #242940 -
Flags: first-review?(morgamic)
Comment 2•18 years ago
|
||
Comment on attachment 242940 [details] [diff] [review]
Add 1.5.0.8, 1.5.0.9pre and 1.5.09
Woot!
Attachment #242940 -
Flags: first-review?(morgamic) → first-review+
Comment 3•18 years ago
|
||
morgamic:
I'm running Mozilla/5.0 (Macintosh; U; Intel Mac OS X; en-US; rv:1.8.0.8pre) Gecko/20061019 Firefox/1.5.0.8pre.
When I check for updates, I get (in my js console, since I have software update logging enabled on the client side)
checkForUpdates: sending request to https://aus2.mozilla.org/update/1/Firefox/1.5.0.8pre/2006101904/Darwin_Universal-gcc3/en-US/nightly/update.xml
Updates available: 0
When nick's fix is checked in, I should be able to update?
Comment 4•18 years ago
|
||
Not yet, I am pushing this with the build comparison changes. Will resolve when pushed.
Comment 5•18 years ago
|
||
This has been committed to AUS2_PRODUCTION. Server-ops could you update AUS2:
cvs up -r AUS2_PRODUCTION
Only the config should change.
Assignee: morgamic → server-ops
Comment 6•18 years ago
|
||
(In reply to comment #3)
> morgamic:
> When nick's fix is checked in, I should be able to update?
Yes -- when it's updated your nightly should receive an update.
Component: Administration → Server Operations
Flags: first-review+
Product: AUS → mozilla.org
Version: 2.0 → other
Assignee | ||
Comment 7•18 years ago
|
||
Updated -
[root@do-stage01 app]# cvs up -dP -r AUS2_PRODUCTION
cvs update: Updating .
cvs update: Updating inc
P inc/config-dist.php
Status: NEW → RESOLVED
Closed: 18 years ago
Resolution: --- → FIXED
Comment 8•18 years ago
|
||
morgamic, I'm trying to verify this with a 1508 pre build on windows, and I see that https://aus2.mozilla.org/update/1/Firefox/1.5.0.8pre/2006101905/WINNT_x86-msvc/en-US/nightly/update.xml is still giving 0 updates.
(note, this is after matthew's update). Any ideas?
Comment 9•18 years ago
|
||
This is the build comparison bug. You are attempting to do the same thing that didn't work earlier and made us file bug 357892. So this won't work until bug 357892. Your client build is newer than the update build so it doesn't think there's an update -- notice also that there's no partial there, which would break the updater, afaik.
I'm going to post a comment in bug 357892 about this so we make sure to cover the case where we are still a nightly channel but we are using datasource incoming/3 and want to ignore the build comparison behavior.
The config stuff is independent of this issue -- so I was mistaken in comment #6 because I was assuming you weren't trying to do what bug 357892 prevented (updating to an older build).
Reporter | ||
Comment 10•18 years ago
|
||
Verified fixed - Firefox 1.5.0.8 builds from 20061021 now get offered updates
http://users.ox.ac.uk/~clar0239/upwatch/nightly/production/20061024/
Status: RESOLVED → VERIFIED
Updated•18 years ago
|
Assignee: server-ops → mrz
Updated•10 years ago
|
Product: mozilla.org → mozilla.org Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•