From c2fc28ceca0fdcff3d34c5c0e5c123722eba1d36 Mon Sep 17 00:00:00 2001 From: Andrew Cheng Date: Fri, 25 Aug 2023 12:12:58 -0700 Subject: [PATCH] Add ability to publish package indices using AptByHash format closes #795 --- CHANGES/795.feature | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 CHANGES/795.feature diff --git a/CHANGES/795.feature b/CHANGES/795.feature new file mode 100644 index 000000000..0aa1b13d1 --- /dev/null +++ b/CHANGES/795.feature @@ -0,0 +1,2 @@ +Added an option to publish `by-hash/` files to mitigate the Hash Sum Mismatch error in debian repos as specified here: https://wiki.debian.org/DebianRepository/Format#indices_acquisition_via_hashsums_.28by-hash.29. +Use the APT_BY_HASH setting to enable this feature.