From 294beae73021dd31b91879c756a7a9ce966b4eab Mon Sep 17 00:00:00 2001 From: Adar Nimrod <nimrod@shore.co.il> Date: Sat, 9 Sep 2023 16:08:22 +0300 Subject: [PATCH] Toolbx: Add the unstable suite. Pin the priority to 99 (lower than existing packages) as to prevent unwanted breakge but it's still possible to install packages from it with `apt install foo/unstable`. --- toolbx/preferences.d/unstable | 3 +++ toolbx/sources.d/unstable.sources | 5 +++++ 2 files changed, 8 insertions(+) create mode 100644 toolbx/preferences.d/unstable create mode 100644 toolbx/sources.d/unstable.sources diff --git a/toolbx/preferences.d/unstable b/toolbx/preferences.d/unstable new file mode 100644 index 0000000..93b9268 --- /dev/null +++ b/toolbx/preferences.d/unstable @@ -0,0 +1,3 @@ +Package: * +Pin: release a=unstable +Pin-Priority: 99 diff --git a/toolbx/sources.d/unstable.sources b/toolbx/sources.d/unstable.sources new file mode 100644 index 0000000..53af038 --- /dev/null +++ b/toolbx/sources.d/unstable.sources @@ -0,0 +1,5 @@ +Types: deb +URIs: http://deb.debian.org/debian +Suites: unstable +Components: main +Signed-By: /usr/share/keyrings/debian-archive-keyring.gpg -- GitLab