]> Frank Brehm's Git Trees - profitbricks/jenkins-build-scripts.git/commitdiff
syntax error due to too much python
authorHolger Levsen <holger@layer-acht.org>
Thu, 11 Oct 2012 10:57:37 +0000 (12:57 +0200)
committerHolger Levsen <holger@layer-acht.org>
Thu, 11 Oct 2012 10:57:37 +0000 (12:57 +0200)
liveboot_build.sh

index 4ef4cfbb98cf8c6530f2274f604e557299d8852a..ec5c93f112ac608ce0211a6b6c8102ee532a59ab 100755 (executable)
@@ -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...