From 2bc0dad3fb1c5ee2a182dc2170c7245d8242ac12 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sun, 9 May 2010 13:46:21 +0200 Subject: Seperating source tarballs into to, one for debian, one for debian-live. --- helpers/source_tar | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) (limited to 'helpers/source_tar') diff --git a/helpers/source_tar b/helpers/source_tar index da858c42b..207e3b409 100755 --- a/helpers/source_tar +++ b/helpers/source_tar @@ -49,14 +49,15 @@ Check_lockfile .lock Create_lockfile .lock # Remove old source -if [ -f source.tar.gz ] -then - rm -f source.tar.gz -fi +rm -f source.debian.tar.gz +rm -f source.debian-live.tar.gz + +# Create tarballs +tar cf source.debian.tar source/debian +gzip ${GZIP_OPTIONS} source.debian.tar -# Create tarball -tar cf source.tar source -gzip ${GZIP_OPTIONS} source.tar +tar cf source.debian-live.tar source/debian-live +gzip ${GZIP_OPTIONS} source.debian-live.tar # Creating stage file Create_stagefile .stage/source_tar -- cgit v1.2.3