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 /helpers/source_debian-live | |
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 'helpers/source_debian-live')
-rwxr-xr-x | helpers/source_debian-live | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/helpers/source_debian-live b/helpers/source_debian-live index 6afcfbfbd..b3626ecd4 100755 --- a/helpers/source_debian-live +++ b/helpers/source_debian-live @@ -57,18 +57,5 @@ then cp -a auto source/debian-live fi -# Create tarball -cd source - -SUFFIX="$(date +%Y%m%d.%s)" - -tar cf debian-live-config_${SUFFIX}.tar debian-live -gzip ${GZIP_OPTIONS} debian-live-config_${SUFFIX}.tar - -cd "${OLDPWD}" - -rm -rf source/debian-live/config -mv source/debian-live-config_${SUFFIX}.tar.gz source/debian-live - # Creating stage file Create_stagefile .stage/source_debian-live |