From 38646736399636903c551545321a0430c71e7238 Mon Sep 17 00:00:00 2001 From: Tom Hughes Date: Tue, 6 Aug 2024 18:45:29 +0100 Subject: [PATCH] Disable legacy pool support --- cookbooks/apt/templates/default/aptly.conf.erb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/cookbooks/apt/templates/default/aptly.conf.erb b/cookbooks/apt/templates/default/aptly.conf.erb index 157021486..48e3df172 100644 --- a/cookbooks/apt/templates/default/aptly.conf.erb +++ b/cookbooks/apt/templates/default/aptly.conf.erb @@ -1,4 +1,5 @@ { "rootDir": "/srv/apt.openstreetmap.org", - "architectures": [ "amd64", "arm64", "source" ] + "architectures": [ "amd64", "arm64", "source" ], + "skipLegacyPool": true } -- 2.39.5