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 13831d0..c91b0ef 100644 (file)
@@ -4,3 +4,8 @@
 ##
 
 deb https://buildd.debian.org/apt/ lenny main
+<% 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 %>