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

Commit

Permalink
bug 614541 - Supply username to verify bump commit in release updates…
Browse files Browse the repository at this point in the history
… factory, r=bhearsum
  • Loading branch information
KaiRo-at committed Nov 26, 2010
1 parent 98d164f commit a60af4f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion process/factory.py
Original file line number Diff line number Diff line change
Expand Up @@ -4219,7 +4219,7 @@ def bumpVerifyConfigs(self):
))
self.addStep(ShellCommand(
name='commit_verify_configs',
command=['hg', 'commit', '-m',
command=['hg', 'commit', '-u', self.hgUsername, '-m',
'Automated configuration bump: update verify configs ' + \
'for %s build %s' % (self.version, self.buildNumber)],
description=['commit verify configs'],
Expand Down

0 comments on commit a60af4f

Please sign in to comment.