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