From 4c0b5013442ed44d1943a6d8435107917c0e1d13 Mon Sep 17 00:00:00 2001 From: Mathias Klette Date: Wed, 4 Jul 2012 11:47:32 +0200 Subject: [PATCH] also copy in packages version into "current" --- live_build.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/live_build.sh b/live_build.sh index 0b25ac9..c2665e3 100755 --- a/live_build.sh +++ b/live_build.sh @@ -71,6 +71,7 @@ echo "Finally copying results..." 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/ +sort binary/live/filesystem.packages > $BUILD_TARGET/pserver.packages figlet "deploy OK" @@ -78,7 +79,7 @@ figlet "deploy OK" # Mirror # echo -sort binary/live/filesystem.packages +cat $BUILD_TARGET/pserver.packages echo echo "Now rsyncing results to $RSYNC_BASE ..." rsync --password-file /etc/rsynclivebuild-send.pass -avv --delete $RSYNC_SRC/ rsync://$RSYNC_DST -- 2.39.5