Skip to content
This repository has been archived by the owner on Jun 11, 2019. It is now read-only.

Commit

Permalink
Bug 774199, Sign partial updates in the right order, r=rail
Browse files Browse the repository at this point in the history
--HG--
branch : production-0.8
extra : transplant_source : %A9%99%28%5B%FD%B3%B4%8D6%A4%DC%AFo%DC%7C.%07%17%EF%C7
  • Loading branch information
nthomas-mozilla committed Jul 31, 2012
1 parent 069e846 commit c273a5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion process/factory.py
Expand Up @@ -2908,7 +2908,7 @@ def addCreatePartialUpdateSteps(self):
if self.enableSigning and self.signingServers:
partial_mar_path = '%s/dist/%s/%s' % \
(self.absMozillaObjDir, update_dir, partial_mar_name)
cmd = '%s -f gpg -f mar "%s"' % (self.signing_command,
cmd = '%s -f mar -f gpg "%s"' % (self.signing_command,
partial_mar_path)
self.addStep(ShellCommand(
name='sign_partial_mar',
Expand Down

0 comments on commit c273a5a

Please sign in to comment.