]> git.somenet.org - root/pub/somesible.git/blob - roles/base/apt/files/default/apt-pinning.pref
[roles/base/apt] configure package manager + update pkg-cache + upgrade packages
[root/pub/somesible.git] / roles / base / apt / files / default / apt-pinning.pref
1 #
2 ################################################
3 ### Managed by someone's ansible provisioner ###
4 ################################################
5 # Part of: https://git.somenet.org/root/pub/somesible.git
6 # 2017-2026 by someone <someone@somenet.org>
7 #
8
9 # security
10 Package: *
11 Pin: release l=Debian-Security
12 Pin-Priority: 995
13
14 # raspi
15 Package: *
16 Pin: release l=Raspberry Pi Foundation
17 Pin-Priority: 996
18
19 # backports to stable
20 Package: *
21 Pin: release n=trixie-backports
22 Pin-Priority: 995
23
24 # fasttrack-backports to stable
25 Package: *
26 Pin: release n=trixie-backports-staging
27 Pin-Priority: 995
28
29 # fasttrack-backports to stable
30 Package: *
31 Pin: release n=trixie-fasttrack
32 Pin-Priority: 995
33
34 # stable
35 Package: *
36 Pin: release n=trixie
37 Pin-Priority: 995
38
39 # stable-updates
40 Package: *
41 Pin: release n=trixie-updates
42 Pin-Priority: 995
43
44
45 ## 0 < P < 100: causes a version to be installed only if there is no installed version of the package
46 # => Allow stable to catch up to these manually installed packages.
47
48
49 # testing
50 Package: *
51 Pin: release n=forky
52 Pin-Priority: 60
53
54 # unstable
55 Package: *
56 Pin: release a=unstable
57 Pin-Priority: 50
58
59 # experimental
60 Package: *
61 Pin: release a=experimental
62 Pin-Priority: 40
63
64
65 ## safeguard against misconfigured/unknown other packages
66 Package: *
67 Pin: release o=Debian
68 Pin-Priority: 10