diff options
author | Daniel Baumann <daniel@debian.org> | 2010-05-09 13:46:21 +0200 |
---|---|---|
committer | Daniel Baumann <daniel@debian.org> | 2011-03-09 19:17:07 +0100 |
commit | 2bc0dad3fb1c5ee2a182dc2170c7245d8242ac12 (patch) | |
tree | 1e2d0588b8510520f7a54d3d302e55b0bcc63351 /examples | |
parent | d71e07c601f3e0cd7beb54ad75b377816f615840 (diff) | |
download | vyos-live-build-2bc0dad3fb1c5ee2a182dc2170c7245d8242ac12.tar.gz vyos-live-build-2bc0dad3fb1c5ee2a182dc2170c7245d8242ac12.zip |
Seperating source tarballs into to, one for debian, one for debian-live.
Diffstat (limited to 'examples')
-rwxr-xr-x | examples/cron/images.sh | 8 |
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 |