add jessie preferences file
This commit is contained in:
parent
1a72a99693
commit
082a2f7768
1 changed files with 14 additions and 0 deletions
14
templates/Debian/preferences_jessie.erb
Normal file
14
templates/Debian/preferences_jessie.erb
Normal file
|
@ -0,0 +1,14 @@
|
|||
Explanation: Debian <%= codename=scope.lookupvar('apt::codename') %>
|
||||
Package: *
|
||||
Pin: release o=Debian,n=<%= codename %>
|
||||
Pin-Priority: 990
|
||||
|
||||
Explanation: Debian sid
|
||||
Package: *
|
||||
Pin: release o=Debian,n=sid
|
||||
Pin-Priority: 1
|
||||
|
||||
Explanation: Debian fallback
|
||||
Package: *
|
||||
Pin: release o=Debian
|
||||
Pin-Priority: -10
|
Loading…
Reference in a new issue