From 56db6e1fbc0425948699d1e85c9bf4c977954a61 Mon Sep 17 00:00:00 2001 From: Jeremy Lecour Date: Tue, 20 Feb 2024 09:49:41 +0100 Subject: [PATCH] apt: add ftp.evolix.org as recognized system source --- CHANGELOG.md | 1 + apt/files/deb822-migration.py | 1 + 2 files changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 72860558..77560580 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -17,6 +17,7 @@ The **patch** part changes is incremented if multiple releases happen the same m ### Changed +* apt: add ftp.evolix.org as recognized system source * redis: create sysfs config file if missing ### Fixed diff --git a/apt/files/deb822-migration.py b/apt/files/deb822-migration.py index f8693b28..96ef1721 100755 --- a/apt/files/deb822-migration.py +++ b/apt/files/deb822-migration.py @@ -13,6 +13,7 @@ destinations = { ".*-backports": "backports.sources", ".debian.org": "system.sources", "mirror.evolix.org": "system.sources", + "ftp.evolix.org": "system.sources", "pub.evolix.net": "evolix_public_old.sources.bak", "pub.evolix.org": "evolix_public.sources", "artifacts.elastic.co": "elastic.sources",