source: trunk/debathena/scripts/build-server/sources.list.d/debian/squeeze.list @ 24680

Revision 24680, 226 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/debian squeeze main
2deb-src http://localhost:9999/debian squeeze main
3deb http://localhost:9999/debian-security squeeze/updates main
4deb-src http://localhost:9999/debian-security squeeze/updates main
Note: See TracBrowser for help on using the repository browser.