changeset 3504:558cdd498826

change gub tag.
author Han-Wen Nienhuys <hanwen@lilypond.org>
date Thu, 24 May 2007 23:14:37 -0300
parents 8673321a0a06
children 74c7271a9f1b
files test-lily/upload.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/test-lily/upload.py	Thu May 24 23:14:22 2007 -0300
+++ b/test-lily/upload.py	Thu May 24 23:14:37 2007 -0300
@@ -179,7 +179,7 @@
     git_tag = 'release/%(version_str)s-%(build)d' % locals () 
     git_tag_cmd = 'git --git-dir downloads/lilypond.git tag -m ""  -a %(git_tag)s %(branch)s' % locals ()
     git_push_cmd = 'git --git-dir downloads/lilypond.git push ssh+git://git.sv.gnu.org/srv/git/lilypond.git/ refs/tags/%(git_tag)s:refs/tags/%(git_tag)s' % locals ()
-    gub_tag_cmd = 'git tag "release-lilypond-%(version_str)s-%(build)d" -m "release of lilypond %(description)s (%(version_str)s-%(build)d)" ' % locals()
+    gub_tag_cmd = 'git tag "gub-release-lilypond-%(version_str)s-%(build)d" -m "release of lilypond %(description)s (%(version_str)s-%(build)d)" ' % locals()
 
     cmds.append (git_tag_cmd)
     cmds.append (git_push_cmd)