## ## THIS FILE IS UNDER PUPPET CONTROL. DON'T EDIT IT HERE. ## USE: git clone git+ssh://$USER@puppet.debian.org/srv/puppet.debian.org/git/dsa-puppet.git ## <% builddsuites = %w{lenny squeeze wheezy} testingunstable = 'wheezy' if builddsuites.include?(lsbdistcodename) suite = lsbdistcodename else suite = testingunstable end %> # The buildd default repository. deb https://buildd.debian.org/apt/ <%= suite %> main <% if %w{alkman porpora zandonai}.include?(hostname) -%> # Include the current test version too. deb https://buildd.debian.org/apt/ <%= suite %>-proposed main <% elsif %w{krenek}.include?(hostname) -%> deb https://buildd.debian.org/apt/ <%= suite %>-experimental main <% end %>