Bug#926214: debootstrap: clean up /var/cache/apt/archives/*

2020-02-25 Thread Hideki Yamane
control: severity -1 wishlist control: tags -1 +patch Hi, Here's a patch. diff --git a/debootstrap b/debootstrap index 8fbf954..397bc09 100755 --- a/debootstrap +++ b/debootstrap @@ -33,6 +33,7 @@ ARCH="" HOST_ARCH="" HOST_OS="" KEEP_DEBOOTSTRAP_DIR="" +KEEP_APT_CACHE="" USE_DEBIANINSTALL

Bug#926214: debootstrap: clean up /var/cache/apt/archives/*

2019-04-02 Thread Cyril Brulebois
Hideki Yamane (2019-04-02): > package: debootstrap > severity: minor > > debootstrap-ed image contains some .deb files that would not be > used anymore, so removing them at finish is better since we can > shrink it. > > $ sudo debootstrap --cache-dir=/home/henrich/tmp/cache sid sid > (...) >

Bug#926214: debootstrap: clean up /var/cache/apt/archives/*

2019-04-02 Thread Hideki Yamane
On Tue, 2 Apr 2019 16:44:14 +0900 Hideki Yamane wrote: > $ sudo rm -r sid/var/cache/apt/archives/* and also /var/lib/apt/lists -- Hideki Yamane

Bug#926214: debootstrap: clean up /var/cache/apt/archives/*

2019-04-02 Thread Hideki Yamane
package: debootstrap severity: minor debootstrap-ed image contains some .deb files that would not be used anymore, so removing them at finish is better since we can shrink it. $ sudo debootstrap --cache-dir=/home/henrich/tmp/cache sid sid (...) $ sudo du -sh sid 282Msid $ sudo rm -r sid/va