summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorDaniel Baumann <daniel@debian.org>2010-05-09 13:46:21 +0200
committerDaniel Baumann <daniel@debian.org>2010-05-09 13:54:06 +0200
commitec0380a876bca33f29d4760e5bbf2ea80ee5d127 (patch)
tree1e2d0588b8510520f7a54d3d302e55b0bcc63351 /examples
parent4c63607722dd75405b5fb11fb74853be63e4d2c3 (diff)
downloadvyos-live-build-ec0380a876bca33f29d4760e5bbf2ea80ee5d127.tar.gz
vyos-live-build-ec0380a876bca33f29d4760e5bbf2ea80ee5d127.zip
Seperating source tarballs into to, one for debian, one for debian-live.
Diffstat (limited to 'examples')
-rwxr-xr-xexamples/cron/images.sh8
1 files changed, 5 insertions, 3 deletions
diff --git a/examples/cron/images.sh b/examples/cron/images.sh
index 8abdf39e3..fe96b0f34 100755
--- a/examples/cron/images.sh
+++ b/examples/cron/images.sh
@@ -170,10 +170,12 @@ do
then
lh config --source true
- lh source 2>&1 | tee debian-live-${DISTRIBUTION}-source-${FLAVOUR}.tar.gz.log
+ lh source 2>&1 | tee debian-live-${DISTRIBUTION}-source-${FLAVOUR}.log
- mv source.tar.gz debian-live-${DISTRIBUTION}-source-${FLAVOUR}.tar.gz
- mv source.list debian-live-${DISTRIBUTION}-source-${FLAVOUR}.tar.gz.list
+ mv source.debian.tar.gz debian-live-${DISTRIBUTION}-source-${FLAVOUR}.debian.tar.gz
+ mv source.debian.list debian-live-${DISTRIBUTION}-source-${FLAVOUR}.debian.tar.gz.list
+ mv source.debian-live.tar.gz debian-live-${DISTRIBUTION}-source-${FLAVOUR}.debian-live.tar.gz
+ mv source.debian-live.list debian-live-${DISTRIBUTION}-source-${FLAVOUR}.debian-live.tar.gz.list
fi
done
done