aboutsummaryrefslogtreecommitdiff
path: root/scripts/evil-release-stable
diff options
context:
space:
mode:
authorFrank Fischer <frank-fischer@shadow-soft.de>2015-04-20 14:33:21 +0200
committerFrank Fischer <frank-fischer@shadow-soft.de>2015-04-20 14:33:21 +0200
commitccbd2c772bfb4eec3c2909367791a84e4dd1f709 (patch)
tree9abed5cbab51f6058ab3b18610001466ba17cde3 /scripts/evil-release-stable
parent38ea7f52e825c0f920d560d423a96e8db3c30004 (diff)
evul-release-stable: fix git command
Diffstat (limited to 'scripts/evil-release-stable')
-rwxr-xr-xscripts/evil-release-stable2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/evil-release-stable b/scripts/evil-release-stable
index 464a37c..0c24e8e 100755
--- a/scripts/evil-release-stable
+++ b/scripts/evil-release-stable
@@ -50,7 +50,7 @@ if tag[3] != stable
run "hg commit -m 'update version to #{new_tag}'"
run "hg gexport"
run "git tag -a -m 'version #{new_tag}' #{new_tag}"
- run "git push #{new_tag} git@gitorious.org/evil/evil.git"
+ run "git push git@gitorious.org:evil/evil.git #{new_tag}"
run "hg pull -r stable"
run "hg push -r stable bby://evil"
end