make_mirror.sh: run apt-get update with --error-on=any

main
parent ebf7a67e37
commit 910427b598
Signed by untrusted user: josch
GPG Key ID: F2CBA5C78FBD83E1

@ -225,7 +225,7 @@ END
cat "$rootdir/$f" >&2
done
APT_CONFIG="$rootdir/etc/apt/apt.conf" apt-get update
APT_CONFIG="$rootdir/etc/apt/apt.conf" apt-get update --error-on=any
pkgs=$(APT_CONFIG="$rootdir/etc/apt/apt.conf" apt-get indextargets \
--format '$(FILENAME)' 'Created-By: Packages' "Architecture: $nativearch" \

Loading…
Cancel
Save