From: Holger Levsen Date: Fri, 19 Aug 2011 12:34:42 +0000 (+0200) Subject: try to get it working X-Git-Url: https://git.uhu-banane.net/?a=commitdiff_plain;h=a70773a5290a737a7b9784d9ba0657c8d2243496;p=profitbricks%2Fjenkins-build-scripts.git try to get it working --- diff --git a/build.py b/build.py index 432c82d..457b507 100755 --- a/build.py +++ b/build.py @@ -261,7 +261,9 @@ if __name__ == '__main__': repo = git.repo.Repo() - if repo.active_branch != 'master' and GIT_DEBIAN_BRANCH != 'master': + # hacked by holger +# if repo.active_branch != 'master' and GIT_DEBIAN_BRANCH != 'master': + if GIT_DEBIAN_BRANCH != 'master': git_helper.git_checkout_branch(GIT_DEBIAN_BRANCH) pb_version_path = os.path.join('debian', 'pb_version')