Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/maint-helper.py
diff options
context:
space:
mode:
authorMarco Pesenti Gritti <marco@localhost.localdomain>2007-07-08 19:49:54 (GMT)
committer Marco Pesenti Gritti <marco@localhost.localdomain>2007-07-08 19:49:54 (GMT)
commitf8cf7ff1ce7f934981444ef2ded78520f4da1266 (patch)
tree7c3084568e4d4673d1a7ccb6faeb8cbde685c9fd /maint-helper.py
parente07edbb67dc5f8e521179d68c08a6cb46c792123 (diff)
Correct value type
Diffstat (limited to 'maint-helper.py')
-rwxr-xr-xmaint-helper.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/maint-helper.py b/maint-helper.py
index bc87976..9b76d51 100755
--- a/maint-helper.py
+++ b/maint-helper.py
@@ -108,7 +108,7 @@ def cmd_build_snapshot():
print 'Committing to git...'
- changelog = 'Snapshot %d.' % alphatag
+ changelog = 'Snapshot %s.' % alphatag
retcode = subprocess.call(['git', 'commit', '-a', '-m % s' % changelog])
if retcode:
print 'ERROR - cannot commit to git'