Closed Bug 574906 Opened 14 years ago Closed 14 years ago

Tracking bug for build and release of 3.6.6

Categories

(Release Engineering :: General, defect, P1)

defect

Tracking

(Not tracked)

RESOLVED FIXED

People

(Reporter: catlee, Unassigned)

References

Details

Attachments

(6 files, 2 obsolete files)

      No description provided.
OS: Linux → All
Hardware: x86 → All
Depends on: 574905
Attached patch Automation bump for 3.6.5 (obsolete) — Splinter Review
Attachment #454220 - Flags: review?(nrthomas)
Attachment #454220 - Flags: review?(nrthomas) → review+
Summary: Tracking bug for build and release of 3.6.5 → Tracking bug for build and release of 3.6.6
Attachment #454220 - Attachment is obsolete: true
Attachment #454223 - Flags: review?(nrthomas)
Attachment #454224 - Flags: review?(nrthomas)
Attachment #454223 - Flags: review?(nrthomas) → review+
Attachment #454224 - Flags: review?(nrthomas) → review+
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)
Attachment #454230 - Flags: review?(catlee) → review+
So, two other things...

EU builds, and MUs.  Both can wait until builds are out in the morning I guess.
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+
Comment on attachment 454230 [details] [diff] [review]
Use all slaves on master for l10n

2613:1242284f4f09
Attachment #454230 - Flags: checked-in+
Comment on attachment 454224 [details] [diff] [review]
mozilla-1.9.2 version bumps

changeset - 34406:3684f3f07961
Attachment #454224 - Flags: checked-in+
Attachment #454264 - Flags: review?(rail)
Attachment #454267 - Flags: review?(rail)
Attachment #454268 - Flags: review?(rail)
Comment on attachment 454264 [details] [diff] [review]
MU bump for 3.5.10 -> 3.6.6

Looks fine
Attachment #454264 - Flags: review?(rail) → review+
Comment on attachment 454264 [details] [diff] [review]
MU bump for 3.5.10 -> 3.6.6

2617:14478e93fbc3
Attachment #454264 - Flags: checked-in+
Attachment #454267 - Flags: review?(rail) → review+
Attachment #454268 - Attachment is obsolete: true
Attachment #454270 - Flags: review?(rail)
Attachment #454268 - Flags: review?(rail)
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+
Comment on attachment 454267 [details] [diff] [review]
Update verify configs for 3.0.19 -> 3.6.6

659:d60d87147033
Attachment #454267 - Flags: checked-in+
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+
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
Depends on: 575121
all done except waiting for signoff on xulrunner builds.
Depends on: 578450
(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
Product: mozilla.org → Release Engineering
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: