From: Barış Metin Date: Tue, 15 Jun 2010 14:12:13 +0000 (+0200) Subject: push changes and then tags (like we used to do for svn) X-Git-Tag: 5.0-rc11~50 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=62d3b812f7d26afa6af94944f317b6fd330e3cbe;p=build.git push changes and then tags (like we used to do for svn) --- diff --git a/module-tools.py b/module-tools.py index e833cd99..3cc35c2f 100755 --- a/module-tools.py +++ b/module-tools.py @@ -309,6 +309,7 @@ class GitRepository: def commit(self, logfile): self.__run_command_in_repo("git add -A", ignore_errors=True) self.__run_command_in_repo("git commit -F %s" % logfile, ignore_errors=True) + self.__run_command_in_repo("git push") self.__run_command_in_repo("git push --tags") def revert(self):