Revision 24680,
454 bytes
checked in by broder, 15 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 | |
---|
1 | deb http://localhost:9999/ubuntu karmic main restricted universe |
---|
2 | deb-src http://localhost:9999/ubuntu karmic main restricted universe |
---|
3 | deb http://localhost:9999/ubuntu karmic-updates main restricted universe |
---|
4 | deb-src http://localhost:9999/ubuntu karmic-updates main restricted universe |
---|
5 | deb http://localhost:9999/ubuntu-security karmic-security main restricted universe |
---|
6 | deb-src http://localhost:9999/ubuntu-security karmic-security main restricted universe |
---|
Note: See
TracBrowser
for help on using the repository browser.