X-Git-Url: https://git.adam-barratt.org.uk/?a=blobdiff_plain;f=modules%2Fschroot%2Ffiles%2Fsetup-dchroot;h=a3187dd5f230e2591b61d8ae6402bdbb129f82b9;hb=a7d6a1e81e9e43b0b87698e9309ab3ec66c5bccc;hp=dec0e362533e0107197f7c243f6d11706f927a71;hpb=4b59b7eaad181f945429861f8364985adc41bfac;p=mirror%2Fdsa-puppet.git diff --git a/modules/schroot/files/setup-dchroot b/modules/schroot/files/setup-dchroot index dec0e3625..a3187dd5f 100755 --- a/modules/schroot/files/setup-dchroot +++ b/modules/schroot/files/setup-dchroot @@ -395,7 +395,7 @@ cleanup+=("rm -f $tartmp") chmod 0755 "$rootdir" tar caf "$tartmp" . if ! [ -z "$keep" ]; then - savelog -l -c 4 "$target" + savelog -l -c 2 "$target" fi mv "$tartmp" "$target" )