# HG changeset patch # User Han-Wen Nienhuys # Date 1180059277 10800 # Node ID 558cdd4988261e091e618a5588cf35296898ea56 # Parent 8673321a0a06cd38daa572dadedd779fa91bad19 change gub tag. diff -r 8673321a0a06 -r 558cdd498826 test-lily/upload.py --- 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)