Skip to content
This repository has been archived by the owner on Sep 15, 2021. It is now read-only.

Commit

Permalink
Bug 737891 - Sign Thunderbird on Firefox keysigning using Firefox key…
Browse files Browse the repository at this point in the history
…s. r=bhearsum
  • Loading branch information
Rail Aliiev committed Mar 21, 2012
1 parent b933ca4 commit 583d9e9
Showing 1 changed file with 9 additions and 6 deletions.
15 changes: 9 additions & 6 deletions release/signing/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -61,9 +61,12 @@ APP_NAME ?= browser
else
APP_NAME = $(error APP_NAME must be defined)
endif
CVS_USER ?= cltbld

all: df verify-gpg-passphrase setup stubs verify-signcode-passphrase download verify-download sign stage verify fake-upload

tb-all: df verify-gpg-passphrase setup stubs verify-signcode-passphrase download sign stage verify fake-upload

autosign: df verify-gpg-passphrase setup stubs verify-signcode-passphrase download-loop verify-download sign stage verify fake-upload postsign

echo:
Expand Down Expand Up @@ -134,10 +137,10 @@ cleanup:

setup:
# Pull/copy the required tools.
cvs -d:ext:cltbld@cvs.mozilla.org:/mofo co -d signing release/signing/tools
cvs -d:ext:cltbld@cvs.mozilla.org:/mofo co -d stage release/stage
cvs -d:ext:cltbld@cvs.mozilla.org:/mofo co -d key-checkout release/keys/pgp
cvs -d:ext:cltbld@cvs.mozilla.org:/cvsroot co -d MozBuild mozilla/tools/release/MozBuild
cvs -d:ext:$(CVS_USER)@cvs.mozilla.org:/mofo co -d signing release/signing/tools
cvs -d:ext:$(CVS_USER)@cvs.mozilla.org:/mofo co -d stage release/stage
cvs -d:ext:$(CVS_USER)@cvs.mozilla.org:/mofo co -d key-checkout release/keys/pgp
cvs -d:ext:$(CVS_USER)@cvs.mozilla.org:/cvsroot co -d MozBuild mozilla/tools/release/MozBuild
rsync -av $(HOME)/signing-utils/7-Zip .
rsync -av $(HOME)/signing-utils/mar.exe .
rsync -av $(HOME)/signing-utils/upx .
Expand All @@ -156,8 +159,8 @@ checkouts/stubs/7z/7zSD.sfx.compressed: checkouts/stubs/7z/7zSD.sfx
stubs-cvs:
rm -rf checkouts/stubs
mkdir -p checkouts/stubs
(cd checkouts/stubs; cvs -d:ext:cltbld@cvs.mozilla.org:/cvsroot co -r $(TAG) -d 7z mozilla/other-licenses/7zstub/$(PRODUCT))
(cd checkouts/stubs; cvs -d:ext:cltbld@cvs.mozilla.org:/cvsroot co -r $(TAG) -d tagfile mozilla/$(APP_NAME)/installer/windows/app.tag)
(cd checkouts/stubs; cvs -d:ext:$(CVS_USER)@cvs.mozilla.org:/cvsroot co -r $(TAG) -d 7z mozilla/other-licenses/7zstub/$(PRODUCT))
(cd checkouts/stubs; cvs -d:ext:$(CVS_USER)@cvs.mozilla.org:/cvsroot co -r $(TAG) -d tagfile mozilla/$(APP_NAME)/installer/windows/app.tag)

stubs-hg:
rm -rf checkouts/stubs
Expand Down

0 comments on commit 583d9e9

Please sign in to comment.