From: Holger Levsen Date: Thu, 11 Oct 2012 10:57:37 +0000 (+0200) Subject: syntax error due to too much python X-Git-Url: https://git.uhu-banane.org/?a=commitdiff_plain;h=6b79474576fee836d4f46ebf40cbcffd81144ad1;p=profitbricks%2Fjenkins-build-scripts.git syntax error due to too much python --- diff --git a/liveboot_build.sh b/liveboot_build.sh index 4ef4cfb..ec5c93f 100755 --- a/liveboot_build.sh +++ b/liveboot_build.sh @@ -40,7 +40,7 @@ EOF # # add liveboot build to cidb # -BUILD_START = $(date +%s) +BUILD_START=$(date +%s) ./liveboot2db.py $JOB_NAME $BUILD_NUMBER # @@ -52,7 +52,7 @@ rm $BUILD_SCRIPT # # add liveboot build result to cidb # -BUILD_END = $(date +%s) +BUILD_END=$(date +%s) ./liveboot2db.py $JOB_NAME $BUILD_NUMBER $BUILD_START $BUILD_END # FIXME: too much sudo here...