From a70773a5290a737a7b9784d9ba0657c8d2243496 Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Fri, 19 Aug 2011 14:34:42 +0200 Subject: [PATCH] try to get it working --- build.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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') -- 2.39.5