From 37705ab65efd2c0384f69bd2792a9e6d5120b709 Mon Sep 17 00:00:00 2001 From: Frank Brehm Date: Sun, 31 Oct 2021 09:57:52 +0100 Subject: [PATCH] saving uncommitted changes in /etc prior to apt run --- .etckeeper | 1 - apt/sources.list.d/salt.list | 3 +-- apt/sources.list.d/salt.list.new | 1 - 3 files changed, 1 insertion(+), 4 deletions(-) delete mode 100644 apt/sources.list.d/salt.list.new diff --git a/.etckeeper b/.etckeeper index e856b01..a13c1ad 100755 --- a/.etckeeper +++ b/.etckeeper @@ -283,7 +283,6 @@ maybe chmod 0644 'apt/sources.list.d/fbrehm.list' maybe chmod 0644 'apt/sources.list.d/fbrehm.list.2019-09-04.buster.bak' maybe chmod 0644 'apt/sources.list.d/salt.list' maybe chmod 0644 'apt/sources.list.d/salt.list.2021-04-08.buster.bak' -maybe chmod 0644 'apt/sources.list.d/salt.list.new' maybe chmod 0644 'apt/trusted.gpg' maybe chmod 0755 'apt/trusted.gpg.d' maybe chmod 0644 'apt/trusted.gpg.d/debian-archive-bullseye-automatic.gpg' diff --git a/apt/sources.list.d/salt.list b/apt/sources.list.d/salt.list index 0227b25..c80d32a 100644 --- a/apt/sources.list.d/salt.list +++ b/apt/sources.list.d/salt.list @@ -1,2 +1 @@ -#deb http://repo.saltstack.com/apt/debian/9/amd64/latest stretch main -# deb [signed-by=/usr/share/keyrings/salt-archive-keyring.gpg] https://repo.saltproject.io/py3/debian/10/amd64/latest buster main +deb [signed-by=/usr/share/keyrings/salt-archive-keyring.gpg arch=amd64] https://repo.saltproject.io/py3/debian/11/amd64/latest bullseye main diff --git a/apt/sources.list.d/salt.list.new b/apt/sources.list.d/salt.list.new deleted file mode 100644 index c80d32a..0000000 --- a/apt/sources.list.d/salt.list.new +++ /dev/null @@ -1 +0,0 @@ -deb [signed-by=/usr/share/keyrings/salt-archive-keyring.gpg arch=amd64] https://repo.saltproject.io/py3/debian/11/amd64/latest bullseye main -- 2.39.5