Closed
Bug 338017
Opened 19 years ago
Closed 19 years ago
[Nightly Update] Win & Mac tinderbox push update snippet to wrong place, preventing updates
Categories
(Webtools Graveyard :: Tinderbox, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: nthomas, Assigned: coop)
Details
When the Thunderbird version was bumped to 1.5.0.4 only the Linux tinderbox had its tinder-config.pl updated (or the change propagated from CVS). All of $update_version, $update_appv and $update_extv need to be set to "1.5.0.4" for updates to work for the nightly builds.
Example log output (Windows):
Gathering complete update info...
Got build ID 2006051505.
Not pushing first-gen update info...
Pushing third-gen update info...
ssh -i /home/cltbld/.ssh/aus cltbld@aus-staging.mozilla.org mkdir -p /opt/aus2/build/0/Thunderbird/1.5.0.2/WINNT_x86-msvc/2006051505/en-US
scp -i /home/cltbld/.ssh/aus /cygdrive/c/builds/tinderbox/Tb-Mozilla1.8.0/WINNT_5.2_Depend/mozilla/dist/update/update.snippet.1 cltbld@aus-staging.mozilla.org:/opt/aus2/build/0/Thunderbird/1.5.0.2/WINNT_x86-msvc/2006051505/en-US/complete.txt
Completed pushing update info...
Update build completed.
-----
Both windows & mac tinderbox are still using "1.5.0.2". The tinderbox_name:build_name combinations are:
fireball:Tb-Mozilla1.8.0
esx-test-vm2:Tb-Mozilla1.8.0
| Assignee | ||
Updated•19 years ago
|
Assignee: build → ccooper
| Assignee | ||
Comment 1•19 years ago
|
||
The configs were updated in CVS, but neither build was actually configured to grab its config from CVS. I'm fixing this now. We should be able to close this tomorrow once updates are pushed properly.
Status: NEW → ASSIGNED
| Reporter | ||
Comment 2•19 years ago
|
||
Fixed in the 20060516 nightly logs.
fireball:
(http://tinderbox.mozilla.org/showlog.cgi?log=Mozilla1.8.0/1147774500.1471.gz&fulltext=1)
Pushing third-gen update info...
ssh -i /Users/cltbld/.ssh/aus cltbld@aus-staging.mozilla.org mkdir -p /opt/aus2/build/0/Thunderbird/1.5.0.4/Darwin_ppc-gcc3/2006051603/en-US
scp -i /Users/cltbld/.ssh/aus /builds/tinderbox/Tb-Mozilla1.8.0/Darwin_7.9.0_Depend/mozilla/dist/update/update.snippet.1 cltbld@aus-staging.mozilla.org:/opt/aus2/build/0/Thunderbird/1.5.0.4/Darwin_ppc-gcc3/2006051603/en-US/complete.txt
esx-test-vm2:
(http://tinderbox.mozilla.org/showlog.cgi?log=Mozilla1.8.0/1147839480.6067.gz&fulltext=1)
Pushing third-gen update info...
ssh -i /home/cltbld/.ssh/aus cltbld@aus-staging.mozilla.org mkdir -p /opt/aus2/build/0/Thunderbird/1.5.0.4/WINNT_x86-msvc/2006051621/en-US
scp -i /home/cltbld/.ssh/aus /cygdrive/c/builds/tinderbox/Tb-Mozilla1.8.0/WINNT_5.2_Depend/mozilla/dist/update/update.snippet.1 cltbld@aus-staging.mozilla.org:/opt/aus2/build/0/Thunderbird/1.5.0.4/WINNT_x86-msvc/2006051621/en-US/complete.txt
Will close this bug if the update info is available after todays nightlies come out. Links to check:
https://aus2.mozilla.org/update/1/Thunderbird/1.5.0.4/2006051603/Darwin_ppc-gcc3/en-US/nightly/update.xml
https://aus2.mozilla.org/update/1/Thunderbird/1.5.0.4/2006051621/WINNT_x86-msvc/en-US/nightly/update.xml
| Reporter | ||
Comment 3•19 years ago
|
||
Windows is fine so resolving FIXED.
On the Mac, fireball is no longer running since it's PPC builds arent' needed now the releases are all. Nightly Updates for universal builds aren't set up yet (future)
Status: ASSIGNED → RESOLVED
Closed: 19 years ago
Resolution: --- → FIXED
| Reporter | ||
Comment 4•19 years ago
|
||
Correction:
On the Mac, fireball is no longer running since it's PPC builds aren't needed
now the releases are all universal. Nightly Updates for universal builds aren't set up yet (future).
Sorry for the spam
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
•