]> git.donarmstrong.com Git - dsa-puppet.git/commitdiff
Update sources.list for buildds porpora and krenek to include buildd-proposed and...
authorPeter Palfrader <peter@palfrader.org>
Wed, 17 Nov 2010 18:28:04 +0000 (19:28 +0100)
committerPeter Palfrader <peter@palfrader.org>
Wed, 17 Nov 2010 18:28:04 +0000 (19:28 +0100)
modules/buildd/templates/etc/apt/sources.list.d/buildd.list.erb

index 2c974713b3c72afc7cc84dee203ca77c6cfea508..c91b0ef5f71fa825e0b0fe4c9e1e827717818167 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 %>