Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/release
diff options
context:
space:
mode:
authorSimon Schampijer <simon@schampijer.de>2010-01-13 07:57:40 (GMT)
committer Simon Schampijer <simon@schampijer.de>2010-01-13 07:57:40 (GMT)
commita87839737cf9e9bcf3d27717548f6244807bcfda (patch)
tree89ae71d3bcdf2278676c572ad7c87a881482bc4f /release
parent2919c07177c68a81943f45366b942b3dd8cf01f1 (diff)
Only push the master branch (Tomeu)
Diffstat (limited to 'release')
-rwxr-xr-xrelease2
1 files changed, 1 insertions, 1 deletions
diff --git a/release b/release
index c69a431..d601ff9 100755
--- a/release
+++ b/release
@@ -171,7 +171,7 @@ class Release(object):
subprocess.check_call(['git', 'tag', 'v%s' % self.version])
def push(self):
- subprocess.check_call(['git', 'push'])
+ subprocess.check_call(['git', 'push', 'origin', 'master'])
subprocess.check_call(['git', 'push', '--tags'])
def build_tarball(self):