]> git.donarmstrong.com Git - dsa-puppet.git/blob - modules/buildd/templates/etc/apt/sources.list.d/buildd.list.erb
8ffb4c6f379bdefae4ec01515e5d69052b61bd5c
[dsa-puppet.git] / modules / buildd / templates / etc / apt / sources.list.d / buildd.list.erb
1 ##
2 ## THIS FILE IS UNDER PUPPET CONTROL. DON'T EDIT IT HERE.
3 ## USE: git clone git+ssh://$USER@puppet.debian.org/srv/puppet.debian.org/git/dsa-puppet.git
4 ##
5
6 <%
7   builddsuites = %w{squeeze wheezy}
8   testingunstable = 'wheezy'
9   if builddsuites.include?(lsbdistcodename)
10     suite = lsbdistcodename
11   else
12     suite = testingunstable
13   end
14 %>
15
16 # The buildd default repository.
17 deb https://buildd.debian.org/apt/ <%= suite %> main
18
19 <% if %w{alkman porpora zandonai}.include?(hostname) -%>
20 # Include the current test version too.
21 deb https://buildd.debian.org/apt/ <%= suite %>-proposed main
22 <% elsif %w{krenek}.include?(hostname) -%>
23 deb https://buildd.debian.org/apt/ <%= suite %>-experimental main
24 <% end %>