source: trunk/debathena/scripts/build-server/sources.list.d/ubuntu/hardy.list @ 24680

Revision 24680, 448 bytes checked in by broder, 14 years ago (diff)
Populate the build chroot sources.list based on the Debathena release target. Previously, the build chroots always had production and -proposed in their sources.list, which can be undesirable in several scenarios, e.g. you're re-building packages to go directly into production or you're trying to plan a transition in -development. Instead of keeping Debathena entries in the default sources.list, use sbuildhack's --setup-hook option to populate the sources.list at build time, based on the DEBATHENA_RELEASE environment variable. Assume builds are against the traditional value of production and -proposed if DEBATHENA_RELEASE is unset.
Line 
1deb http://localhost:9999/ubuntu hardy main restricted universe
2deb-src http://localhost:9999/ubuntu hardy main restricted universe
3deb http://localhost:9999/ubuntu hardy-updates main restricted universe
4deb-src http://localhost:9999/ubuntu hardy-updates main restricted universe
5deb http://localhost:9999/ubuntu-security hardy-security main restricted universe
6deb-src http://localhost:9999/ubuntu-security hardy-security main restricted universe
Note: See TracBrowser for help on using the repository browser.