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

Commit

Permalink
bugs 614227 and 616512: euballot builds should end up in win32-EUball…
Browse files Browse the repository at this point in the history
…ot after signing and partner repacks fail to upload if 'unsigned' directory doesn't exist yet. r=catlee
  • Loading branch information
bhearsum committed Feb 4, 2011
1 parent 3b33405 commit 4a7eec5
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions release/signing/Makefile
Expand Up @@ -190,10 +190,8 @@ download:
unsigned-build$(BUILD)
# Copy linux/mac builds over to the signed dir, because they don't need internal signing.
rsync -av --exclude '*unsigned*' unsigned-build$(BUILD)/ signed-build$(BUILD)/
# Make sure we copy over partner repacks for linux/mac too.
if [ -d unsigned-build$(BUILD)/unsigned/partner-repacks/ ]; then \
rsync -av --exclude '*win32*' unsigned-build$(BUILD)/unsigned/partner-repacks/ signed-build$(BUILD)/partner-repacks; \
fi
# Make sure we copy over linux/mac partner repacks (which are in unsigned, unfortunately) and EU Ballot builds, if they exist
rsync -av --exclude win32 unsigned-build$(BUILD)/unsigned/ signed-build$(BUILD)/

sign: sign-internal sign-installers checksum-files create-sigs verify-sigs

Expand Down

0 comments on commit 4a7eec5

Please sign in to comment.