]> Frank Brehm's Git Trees - profitbricks/jenkins-build-scripts.git/commitdiff
fix KERNEL_VERSION parsing
authorHolger Levsen <holger@layer-acht.org>
Fri, 14 Dec 2012 09:37:46 +0000 (10:37 +0100)
committerHolger Levsen <holger@layer-acht.org>
Fri, 14 Dec 2012 09:37:46 +0000 (10:37 +0100)
extract_storage_kernel+modules.sh

index 2cbb988e8da34fd91dc6dcc7ba99dca44e24419f..bbc94bdf81fc1a648e3240a2204373e2c2b8563c 100755 (executable)
@@ -37,7 +37,7 @@ apt-get update
 apt-get install -y grub2 
 apt-get -y install profitbricks-andbd-modules-storage profitbricks-linux-image-storage || true
 mkdir -p $TARGET_DIR
-export KERNEL_VERSION=$(ls /boot/vmlinu* | cut -d "-" -f2-)
+export KERNEL_VERSION=###(ls /boot/vmlinu* | cut -d "-" -f2-)
 cp -v /boot/vmlinu* $TARGET_DIR/
 cp -v /boot/config* $TARGET_DIR/
 cd /lib/modules/*storage/
@@ -51,6 +51,8 @@ apt-cache show profitbricks-linux-image-storage >> $TARGET_DIR/sources.txt
 apt-cache show profitbricks-andbd-modules-storage >> $TARGET_DIR/sources.txt
 EOF
 chmod +x $BUILD_SCRIPT
+# turn the shell call back into a shell call
+sed -i -s "s|###|$|" $BUILD_SCRIPT
 
 #
 # build liveboot