Merge branch 'master' of ssh://puppet.debian.org/srv/puppet.debian.org/git/dsa-puppet
[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 %>