Merge branch 'fix_ubuntu_backports_entry' into 'master'
fix duplicate <main> ubuntu backports entry See merge request !7
This commit is contained in:
commit
8a5835797d
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@ deb-src <%= ubuntu_url %> <%= codename %>-security <%= lrepos %>
|
|||
<% end -%>
|
||||
|
||||
# backports
|
||||
deb <%= ubuntu_url %> <%= codename %>-backports main <%= lrepos %>
|
||||
deb <%= ubuntu_url %> <%= codename %>-backports <%= lrepos %>
|
||||
<% if include_src -%>
|
||||
deb-src <%= ubuntu_url %> <%= codename %>-backports <%= lrepos %>
|
||||
<% end -%>
|
||||
|
|
Loading…
Reference in a new issue