]> git.donarmstrong.com Git - dsa-puppet.git/commitdiff
break some buildds.. *cough*
authorMartin Zobel-Helas <zobel@debian.org>
Sat, 19 Feb 2011 11:38:21 +0000 (12:38 +0100)
committerMartin Zobel-Helas <zobel@debian.org>
Sat, 19 Feb 2011 11:38:21 +0000 (12:38 +0100)
Signed-off-by: Martin Zobel-Helas <zobel@debian.org>
modules/buildd/templates/etc/apt/sources.list.d/buildd.list.erb

index c91b0ef5f71fa825e0b0fe4c9e1e827717818167..15c058ffbc6f52efbfff3fc149a1b0486654d9c5 100644 (file)
@@ -3,7 +3,12 @@
 ## USE: git clone git+ssh://$USER@puppet.debian.org/srv/puppet.debian.org/git/dsa-puppet.git
 ##
 
+<% if nodeinfo.has_key?('squeeze') and nodeinfo['squeeze'] %>
+deb https://buildd.debian.org/apt/ squeeze main
+<% else %>
 deb https://buildd.debian.org/apt/ lenny main
+<% end %>
+
 <% if %w{alkman porpora}.include?(hostname) -%>
 deb https://buildd.debian.org/apt/ lenny-proposed main
 <% elsif %w{krenek}.include?(hostname) -%>