From 910427b598b1571a141ee490c2d1efda8806437a Mon Sep 17 00:00:00 2001 From: Johannes Schauer Marin Rodrigues Date: Sun, 11 Jun 2023 15:42:31 +0200 Subject: [PATCH] make_mirror.sh: run apt-get update with --error-on=any --- make_mirror.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/make_mirror.sh b/make_mirror.sh index 6b1f09a..dfc436c 100755 --- a/make_mirror.sh +++ b/make_mirror.sh @@ -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" \