Closed Bug 550149 Opened 15 years ago Closed 15 years ago

Please sign the BYOB repacks for 4 Mar 2010

Categories

(Release Engineering :: General, defect)

defect
Not set
normal

Tracking

(Not tracked)

RESOLVED FIXED

People

(Reporter: kev, Assigned: bhearsum)

Details

Please sign the BYOB repacks for Mar 4th, 2010 per bug 523879. There are multiple repacks that require signing, which are located in a tarball on people at: people.mozilla.com:/tmp/byob-4mar-unsigned.tar The md5sum for this tarball is 48177428a0976f91860011d05a7ec759 If there are any questions about this request, please let me know. Thanks, kev
OS: Mac OS X → All
Hardware: x86 → All
Assignee: nobody → bhearsum
In addition to the file above, could we sign the files for 8 march, as well? they're available on people at: people.mozilla.com:/tmp/byob-8mar2010-unsigned.tar The md5sum for this tarball is 0103af373e958edc11a511cfc405318d Thanks much!
export PRODUCT=firefox export VERSION=3.6rc2 export BUILD=1 # doesn't matter export TAG=FIREFOX_3_6rc2_RELEASE export REPO='releases/mozilla-1.9.2' export EMAIL=bhearsum@mozilla.com export KEYDIR=d:/2009-keys export BUILDDATE=4mar2010 export DATE=20100304 mkdir -p ~/signing-work/byob-${VERSION}-${DATE} cd ~/signing-work/byob-${VERSION}-${DATE} cp ~/hg-tools/release/signing/* . scp cltbld@people.mozilla.com:/tmp/byob-${BUILDDATE}-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 for d in `find . -mindepth 1 -maxdepth 1 -type d`; do cd $d/win32 && ../../../signing/sign-release ${KEYDIR} && cd ../../; done ../signing/sign-files . cd .. mv unsigned signed cd signed tar -vcf ../byob-${BUILDDATE}-signed.tar . cd ../ scp byob-${BUILDDATE}-signed.tar cltbld@people.mozilla.org:/tmp Did the same with BUILDDATE=8mar2010 and DATE=20100308. available now at people.mozilla.org:/tmp/byob-4mar2010-signed.tar and byob-8mar2010-signed.tar sums are: 31829799e44599d8eeb490cdbfa594c9
Status: NEW → RESOLVED
Closed: 15 years ago
Resolution: --- → FIXED
Thanks Ben!
Product: mozilla.org → Release Engineering
You need to log in before you can comment on or make changes to this bug.