summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Baumann <daniel@debian.org>2008-04-17 13:05:29 +0200
committerDaniel Baumann <daniel@debian.org>2008-04-17 13:05:29 +0200
commit0cf9ae0b0ec4a6789fe5123817dce5a51c954bed (patch)
tree2c7c527c66a0f825d096cc62277e3389594ffab4
parentd9f7a3a9f1b45cf72905db773a527bd897cc9df2 (diff)
downloadvyos-live-build-0cf9ae0b0ec4a6789fe5123817dce5a51c954bed.tar.gz
vyos-live-build-0cf9ae0b0ec4a6789fe5123817dce5a51c954bed.zip
When building snapshot images, also storing source.list away.
-rwxr-xr-xexamples/cron/build.sh7
1 files changed, 4 insertions, 3 deletions
diff --git a/examples/cron/build.sh b/examples/cron/build.sh
index 9a5703557..8d47f44f9 100755
--- a/examples/cron/build.sh
+++ b/examples/cron/build.sh
@@ -36,16 +36,17 @@ do
lh build | tee debian-live-${DISTRIBUTION}-i386-${FLAVOUR}.iso.log
mv binary.iso debian-live-${DISTRIBUTION}-i386-${FLAVOUR}.iso
- mv source.tar.gz debian-live-${DISTRIBUTION}-source-${FLAVOUR}.tar.gz
- mv binary.packages debian-live-${DISTRIBUTION}-i386-${FLAVOUR}.iso.packages
mv binary.list debian-live-${DISTRIBUTION}-i386-${FLAVOUR}.iso.list
+ mv binary.packages debian-live-${DISTRIBUTION}-i386-${FLAVOUR}.iso.packages
+ mv source.tar.gz debian-live-${DISTRIBUTION}-source-${FLAVOUR}.tar.gz
+ mv source.list debian-live-${DISTRIBUTION}-i386-${FLAVOUR}.tar.gz.list
lh clean --binary
lh config -b usb-hdd
lh binary | tee debian-live-${DISTRIBUTION}-i386-${FLAVOUR}.img.log
mv binary.img debian-live-${DISTRIBUTION}-i386-${FLAVOUR}.img
- mv binary.packages debian-live-${DISTRIBUTION}-i386-${FLAVOUR}.img.packages
mv binary.list debian-live-${DISTRIBUTION}-i386-${FLAVOUR}.img.list
+ mv binary.packages debian-live-${DISTRIBUTION}-i386-${FLAVOUR}.img.packages
done
done