#1010665 sbuild-createchroot should not hardcode a default mirror

Package:
src:sbuild
Source:
sbuild
Submitter:
Mattias Jernberg
Date:
2022-05-06 12:39:03 UTC
Severity:
wishlist
Tags:
#1010665#5
Date:
2022-05-06 12:34:22 UTC
From:
To:
sbuild-createchroot has an optional mirror argument, however if this is not
provided it has its own hardcoded mirror it uses when calling debootstrap.

This is unfortunate as debootstrap (and by extension sbuild) will happily work
with other distributions (such as ubuntu).

Included is a patch which makes sbuild let debootrap pick the mirror instead.