]> git.donarmstrong.com Git - dsa-puppet.git/blob - modules/buildd/templates/etc/apt/sources.list.d/buildd.list.erb
Update sources.list for buildds porpora and krenek to include buildd-proposed and...
[dsa-puppet.git] / modules / buildd / templates / etc / apt / sources.list.d / buildd.list.erb
1 ##
2 ## THIS FILE IS UNDER PUPPET CONTROL. DON'T EDIT IT HERE.
3 ## USE: git clone git+ssh://$USER@puppet.debian.org/srv/puppet.debian.org/git/dsa-puppet.git
4 ##
5
6 deb https://buildd.debian.org/apt/ lenny main
7 <% if %w{alkman porpora}.include?(hostname) -%>
8 deb https://buildd.debian.org/apt/ lenny-proposed main
9 <% elsif %w{krenek}.include?(hostname) -%>
10 deb https://buildd.debian.org/apt/ lenny-experimental main
11 <% end %>