]> git.somenet.org - root/pub/somesible.git/blob - roles/base/apt/files/default/apt-pinning.pref
[roles/base/hostname] set hostname
[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-2024 by someone <someone@somenet.org>
7 #
8
9 # security
10 Package: *
11 Pin: release l=Debian-Security
12 Pin-Priority: 999
13
14 # backports to stable
15 Package: *
16 Pin: release n=bookworm-backports
17 Pin-Priority: 999
18
19 # fasttrack-backports to stable
20 Package: *
21 Pin: release n=bookworm-backports-staging
22 Pin-Priority: 999
23
24 # fasttrack-backports to stable
25 Package: *
26 Pin: release n=bookworm-fasttrack
27 Pin-Priority: 999
28
29 # stable
30 Package: *
31 Pin: release n=bookworm
32 Pin-Priority: 999
33
34 # stable-updates
35 Package: *
36 Pin: release n=bookworm-updates
37 Pin-Priority: 999
38
39
40 ## 0 < P < 100: causes a version to be installed only if there is no installed version of the package
41 # => Allow stable to catch up to these manually installed packages.
42
43
44 # testing
45 Package: *
46 Pin: release n=trixie
47 Pin-Priority: 60
48
49 # unstable
50 Package: *
51 Pin: release a=unstable
52 Pin-Priority: 50
53
54 # experimental
55 Package: *
56 Pin: release a=experimental
57 Pin-Priority: 40
58
59
60 ## safeguard against misconfigured/unknown other packages
61 Package: *
62 Pin: release o=Debian
63 Pin-Priority: 10