Closed
Bug 574906
Opened 15 years ago
Closed 14 years ago
Tracking bug for build and release of 3.6.6
Categories
(Release Engineering :: General, defect, P1)
Release Engineering
General
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: catlee, Unassigned)
References
Details
Attachments
(6 files, 2 obsolete files)
2.22 KB,
patch
|
nthomas
:
review+
catlee
:
checked-in+
|
Details | Diff | Splinter Review |
979 bytes,
patch
|
nthomas
:
review+
catlee
:
checked-in+
|
Details | Diff | Splinter Review |
830 bytes,
patch
|
catlee
:
review+
catlee
:
checked-in+
|
Details | Diff | Splinter Review |
1.62 KB,
patch
|
rail
:
review+
catlee
:
checked-in+
|
Details | Diff | Splinter Review |
3.80 KB,
patch
|
rail
:
review+
catlee
:
checked-in+
|
Details | Diff | Splinter Review |
2.85 KB,
patch
|
rail
:
review+
catlee
:
checked-in+
|
Details | Diff | Splinter Review |
No description provided.
Updated•15 years ago
|
OS: Linux → All
Hardware: x86 → All
Reporter | ||
Comment 1•15 years ago
|
||
Attachment #454220 -
Flags: review?(nrthomas)
Updated•15 years ago
|
Attachment #454220 -
Flags: review?(nrthomas) → review+
Reporter | ||
Updated•15 years ago
|
Summary: Tracking bug for build and release of 3.6.5 → Tracking bug for build and release of 3.6.6
Reporter | ||
Comment 2•15 years ago
|
||
Attachment #454220 -
Attachment is obsolete: true
Attachment #454223 -
Flags: review?(nrthomas)
Reporter | ||
Comment 3•15 years ago
|
||
Attachment #454224 -
Flags: review?(nrthomas)
Updated•15 years ago
|
Attachment #454223 -
Flags: review?(nrthomas) → review+
Updated•15 years ago
|
Attachment #454224 -
Flags: review?(nrthomas) → review+
Comment 4•15 years ago
|
||
Now that we only have releases (and a bit of mobile) left on the 0.7.10 masters we need to relax the restriction on slaves for l10n builds.
Attachment #454230 -
Flags: review?(catlee)
Reporter | ||
Updated•15 years ago
|
Attachment #454230 -
Flags: review?(catlee) → review+
Reporter | ||
Comment 5•15 years ago
|
||
So, two other things...
EU builds, and MUs. Both can wait until builds are out in the morning I guess.
Reporter | ||
Comment 6•15 years ago
|
||
Comment on attachment 454223 [details] [diff] [review]
May 3.6.5 rest in peace
checked in as 2614:c1c72cb2731f with revision d58a3937538c
Attachment #454223 -
Flags: checked-in+
Reporter | ||
Comment 7•15 years ago
|
||
Comment on attachment 454230 [details] [diff] [review]
Use all slaves on master for l10n
2613:1242284f4f09
Attachment #454230 -
Flags: checked-in+
Reporter | ||
Comment 8•15 years ago
|
||
Comment on attachment 454224 [details] [diff] [review]
mozilla-1.9.2 version bumps
changeset - 34406:3684f3f07961
Attachment #454224 -
Flags: checked-in+
Reporter | ||
Comment 9•15 years ago
|
||
Attachment #454264 -
Flags: review?(rail)
Reporter | ||
Comment 10•15 years ago
|
||
Attachment #454267 -
Flags: review?(rail)
Reporter | ||
Comment 11•15 years ago
|
||
Attachment #454268 -
Flags: review?(rail)
Comment 12•15 years ago
|
||
Comment on attachment 454264 [details] [diff] [review]
MU bump for 3.5.10 -> 3.6.6
Looks fine
Attachment #454264 -
Flags: review?(rail) → review+
Reporter | ||
Comment 13•15 years ago
|
||
Comment on attachment 454264 [details] [diff] [review]
MU bump for 3.5.10 -> 3.6.6
2617:14478e93fbc3
Attachment #454264 -
Flags: checked-in+
Updated•15 years ago
|
Attachment #454267 -
Flags: review?(rail) → review+
Reporter | ||
Comment 14•15 years ago
|
||
Attachment #454268 -
Attachment is obsolete: true
Attachment #454270 -
Flags: review?(rail)
Attachment #454268 -
Flags: review?(rail)
Comment 15•15 years ago
|
||
Comment on attachment 454270 [details] [diff] [review]
patcher configs for 3.0.19 -> 3.6.6
Now looks fine
Attachment #454270 -
Flags: review?(rail) → review+
Reporter | ||
Comment 16•15 years ago
|
||
Comment on attachment 454267 [details] [diff] [review]
Update verify configs for 3.0.19 -> 3.6.6
659:d60d87147033
Attachment #454267 -
Flags: checked-in+
Reporter | ||
Comment 17•15 years ago
|
||
Comment on attachment 454270 [details] [diff] [review]
patcher configs for 3.0.19 -> 3.6.6
Checking in moz19-branch-major-update-patcher2.cfg;
/cvsroot/mozilla/tools/patcher-configs/moz19-branch-major-update-patcher2.cfg,v <-- moz19-branch-major-update-patcher2.cfg
new revision: 1.24; previous revision: 1.23
done
Attachment #454270 -
Flags: checked-in+
Reporter | ||
Comment 18•15 years ago
|
||
Signed EU ballot via:
#!/bin/bash
set -x
set -e
export PRODUCT=firefox
export VERSION=3.6.6
export BUILD=1 # who cares?
export TAG=FIREFOX_3_6_6_RELEASE
export REPO="releases/mozilla-1.9.2"
export EMAIL=catlee@mozilla.com
export KEYDIR=d:/2009-keys
export DATE=20100626
export BUILDDATE=26jun2010
mkdir ~/signing-work/byob-${VERSION}-${DATE}
cd ~/signing-work/byob-${VERSION}-${DATE}
cp ~/hg-tools/release/signing/* ./
#scp cltbld@stage.mozilla.org:/tmp/byob-${BUILDDATE}-unsigned.tar .
scp cltbld@stage.mozilla.org:/tmp/euballot-366-unsigned.tar .
make PRODUCT=$PRODUCT VERSION=$VERSION BUILD=$BUILD TAG=$TAG \
REPO=$REPO EMAIL=$EMAIL USE_NEW=1 setup
mkdir unsigned
cd unsigned
#tar -vxf ../byob-${BUILDDATE}-unsigned.tar
tar -vxf ../euballot-366-unsigned.tar
for d in `find . -mindepth 1 -maxdepth 1 -type d`; do
if [ -d "$d/win32" ]; then
cd $d/win32
../../../signing/sign-release $KEYDIR
cd ../../
else
echo "WARNING: no win32 build in $d"
fi
done
../signing/sign-files .
cd ..
mv unsigned signed
cd signed
tar -vcf ../euballot-366-signed.tar .
cd ..
scp euballot-366-signed.tar cltbld@stage.mozilla.org:/tmp/
Unsigned tarball was surf:/tmp/euballot-366-unsigned.tar md5 58acfe1f18666f83a057a18a0cf6b947
Signed tarball is surf:/tmp/euballot-366-signed.tar md5 107a0207aceefc2cb6e837a0ec12e332
Comment 19•15 years ago
|
||
all done except waiting for signoff on xulrunner builds.
Comment 20•14 years ago
|
||
(In reply to comment #19)
> all done except waiting for signoff on xulrunner builds.
Rail published the xulrunner builds after signoff, so all done here.
Status: NEW → RESOLVED
Closed: 14 years ago
Resolution: --- → FIXED
Assignee | ||
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
•