From: Holger Levsen Date: Thu, 27 Sep 2012 15:19:07 +0000 (+0200) Subject: fix synxtax X-Git-Url: https://git.uhu-banane.net/?a=commitdiff_plain;h=fc4f5ccb9ff1b22fef5529e1993060551432d0dd;p=profitbricks%2Fjenkins-build-scripts.git fix synxtax --- 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)