Skip to content
Snippets Groups Projects
Commit 50e56577 authored by Adam Lewenberg's avatar Adam Lewenberg
Browse files

use n= in preferences file for distros that use a codename (take 4)

parent 28a4d93d
No related branches found
No related tags found
No related merge requests found
<%-
# Is @sasl_debian_distribution an "Archive" or "Codename"? If it's an Archive we
# say
# Pin: release a=<%= @sasl_debian_distribution %>
# Pin: release a=archive-name
#
# If it's a Codename we way
#
# Pin: release n=<%= @sasl_debian_distribution %>
# Pin: release n=code-name
#
# (See the apt_preferences man page for more information.)
#
......@@ -27,7 +27,6 @@
'testing'
]
darg = 'n'
if (archives.include?(@sasl_debian_distribution)) then
darg = 'a'
else
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment