]> Frank Brehm's Git Trees - profitbricks/jenkins-build-scripts.git/commitdiff
also copy in pserver.version
authorMathias Klette <mathias.klette@profitbricks.com>
Tue, 26 Jun 2012 15:02:28 +0000 (17:02 +0200)
committerMathias Klette <mathias.klette@profitbricks.com>
Tue, 26 Jun 2012 15:02:28 +0000 (17:02 +0200)
live_build.sh

index 837b6c61720b97b1240660e1ad23e99fa7d92c60..0b25ac963b94a4e8e905cf3b8191b0a561979e40 100755 (executable)
@@ -69,6 +69,7 @@ mkdir -p $BUILD_TARGET
 echo "Finally copying results..."
 # hack to ignore 2.6.32 kernel + initrd
 cp -v tftpboot/debian-live/amd64/initrd.img-3* tftpboot/debian-live/amd64/vmlinuz-3* $BUILD_TARGET/
+cp -v chroot/etc/pserver.version $BUILD_TARGET/
 cp -v binary/live/filesystem.squashfs $BUILD_TARGET/
 
 figlet "deploy OK"