From: Holger Levsen Date: Fri, 19 Aug 2011 13:34:41 +0000 (+0200) Subject: try to get it working X-Git-Url: https://git.uhu-banane.org/?a=commitdiff_plain;h=9cf6bbb61df0c0ca4dd940ba8ed22b4ccd551840;p=profitbricks%2Fjenkins-build-scripts.git try to get it working --- diff --git a/build.py b/build.py index 1266d1b..6c6fa55 100755 --- a/build.py +++ b/build.py @@ -261,7 +261,7 @@ if __name__ == '__main__': repo = git.repo.Repo() # hacked by holger - repo.heads.develop.checkout() + git_helper.git_checkout_branch('develop') if repo.active_branch != 'master' and GIT_DEBIAN_BRANCH != 'master': git_helper.git_checkout_branch(GIT_DEBIAN_BRANCH)