From: Mathias Klette Date: Tue, 26 Jun 2012 15:02:28 +0000 (+0200) Subject: also copy in pserver.version X-Git-Url: https://git.uhu-banane.net/?a=commitdiff_plain;h=298d3d5ffd2fb7da3104c05fa1a1f997ad9e1f3d;p=profitbricks%2Fjenkins-build-scripts.git also copy in pserver.version --- diff --git a/live_build.sh b/live_build.sh index 837b6c6..0b25ac9 100755 --- a/live_build.sh +++ b/live_build.sh @@ -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"