Update sources.list for buildds porpora and krenek to include buildd-proposed and...
[mirror/dsa-puppet.git] / modules / buildd / templates / etc / apt / sources.list.d / buildd.list.erb
index 2c97471..c91b0ef 100644 (file)
@@ -4,6 +4,8 @@
 ##
 
 deb https://buildd.debian.org/apt/ lenny main
-<% if hostname == "alkman" -%>
+<% if %w{alkman porpora}.include?(hostname) -%>
 deb https://buildd.debian.org/apt/ lenny-proposed main
+<% elsif %w{krenek}.include?(hostname) -%>
+deb https://buildd.debian.org/apt/ lenny-experimental main
 <% end %>