From fc4f5ccb9ff1b22fef5529e1993060551432d0dd Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Thu, 27 Sep 2012 17:19:07 +0200 Subject: [PATCH] fix synxtax --- debian_build.py | 1 + 1 file changed, 1 insertion(+) diff --git a/debian_build.py b/debian_build.py index 33b7e0d..be00d0f 100755 --- a/debian_build.py +++ b/debian_build.py @@ -572,6 +572,7 @@ if __name__ == '__main__': BUILD_END = datetime.datetime.now() # FIXME: must not add development builds... or maybe? # cidb wise, we only care about builds from master, hotfix + develop + package_instances=[] if GIT_BRANCH_NAME == 'master' or GIT_BRANCH_NAME == 'develop' or GIT_BRANCH_NAME.startswith('hotfix/'): try: package_instances = add_package_instance("profitbricks", BUILD_JOBNAME, BUILD_NUMBER, changes_file, version, BUILD_START, BUILD_END) -- 2.39.5