forked from josch/mmdebstrap
coverage.sh: remove tarball earlier to free some space
This commit is contained in:
parent
0b2a0c5a55
commit
e9e5f15f61
1 changed files with 1 additions and 1 deletions
|
@ -176,6 +176,7 @@ $CMD --variant=$variant --mode=$defaultmode $dist /tmp/debian-$dist-mm.tar $mirr
|
||||||
|
|
||||||
mkdir /tmp/debian-$dist-mm
|
mkdir /tmp/debian-$dist-mm
|
||||||
tar --xattrs --xattrs-include='*' -C /tmp/debian-$dist-mm -xf /tmp/debian-$dist-mm.tar
|
tar --xattrs --xattrs-include='*' -C /tmp/debian-$dist-mm -xf /tmp/debian-$dist-mm.tar
|
||||||
|
rm /tmp/debian-$dist-mm.tar
|
||||||
|
|
||||||
mkdir /tmp/debian-$dist-debootstrap
|
mkdir /tmp/debian-$dist-debootstrap
|
||||||
tar --xattrs --xattrs-include='*' -C /tmp/debian-$dist-debootstrap -xf "cache/debian-$dist-$variant.tar"
|
tar --xattrs --xattrs-include='*' -C /tmp/debian-$dist-debootstrap -xf "cache/debian-$dist-$variant.tar"
|
||||||
|
@ -329,7 +330,6 @@ rm /tmp/root1.tar /tmp/root2.tar /tmp/root1.tar.list /tmp/root2.tar.list
|
||||||
# we cannot use this (yet) because it cannot cope with paths that have [ or @ in them
|
# we cannot use this (yet) because it cannot cope with paths that have [ or @ in them
|
||||||
#fmtree -c -p /tmp/debian-$dist-debootstrap -k flags,gid,link,mode,size,time,uid | sudo fmtree -p /tmp/debian-$dist-mm
|
#fmtree -c -p /tmp/debian-$dist-debootstrap -k flags,gid,link,mode,size,time,uid | sudo fmtree -p /tmp/debian-$dist-mm
|
||||||
|
|
||||||
rm /tmp/debian-$dist-mm.tar
|
|
||||||
rm -r /tmp/debian-$dist-debootstrap /tmp/debian-$dist-mm
|
rm -r /tmp/debian-$dist-debootstrap /tmp/debian-$dist-mm
|
||||||
END
|
END
|
||||||
if [ "$HAVE_QEMU" = "yes" ]; then
|
if [ "$HAVE_QEMU" = "yes" ]; then
|
||||||
|
|
Loading…
Reference in a new issue