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>2011-03-09 19:17:07 +0100
commit2bc0dad3fb1c5ee2a182dc2170c7245d8242ac12 (patch)
tree1e2d0588b8510520f7a54d3d302e55b0bcc63351 /examples
parentd71e07c601f3e0cd7beb54ad75b377816f615840 (diff)
downloadlive-build-2bc0dad3fb1c5ee2a182dc2170c7245d8242ac12.zip
live-build-2bc0dad3fb1c5ee2a182dc2170c7245d8242ac12.tar.gz
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 8abdf39..fe96b0f 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