aboutsummaryrefslogtreecommitdiff
path: root/debian/pbuilder.templates
Commit message (Collapse)AuthorAge
* Switch all instances of cdn.debian.net to httpredir.debian.orgMattia Rizzolo2015-10-03
| | | | Closes: #774468
* Bug#598316: pbuilder: mirrorsite is not preseedableMatthew Palmer2012-01-27
| | | | | | | | | | | | | | | | | | | tag 598316 +patch usertags 598316 +patch-supplied thanks Attached are three patches fixing the three issues reported in this bug. Hopefully it should be fairly self-explanatory which one is for which. - Matt >From 3631bcda0a9bf0011d02268942ebc7756fd03ada Mon Sep 17 00:00:00 2001 From: Matt Palmer <mpalmer@hezmatt.org> Date: Mon, 13 Dec 2010 17:04:45 +1100 Subject: [PATCH] Allow arbitrary whitespace in sources.list. Ref: #598316 An overly restrictive regex means that people who like very neat sources.list files get penalised. Not any more.
* use cdn.debian.netJunichi Uekawa2008-03-07
|
* Better default placeholder URL; Create minimalistic pbuilderrc filesEddy Petrișor2008-03-06
| | | | | | | | | | | | Use http://you-have-broken-debconf-configuration.example.com/ as a default place-holder instead of the possiblly confusing _ No longer create large /etc/pbuilderrc files, instead create a minimal file which contains just the MIRRORSITE definition since pbuilder sources the default options, so there's only need for overrides. Thanks Junichi for clearing that up. Signed-off-by: Eddy Petrișor <eddy.petrisor@gmail.com>
* Allow the existing configuration to be updated/redoneEddy Petrișor2008-03-02
| | | | | | | | | When the config exists already, ask the user if he/she really wants to reconfigure pbuilder's config. Small layout fixes. Signed-off-by: Eddy Petrișor <eddy.petrisor@gmail.com>
* Add support for sources.list.d and validate autodetection.Eddy Petrișor2008-03-02
| | | | | | | | | | | | | A the system might use sources.list.d, but might miss sources.list entirely. All the relevant files are concatenated and the first deb source is picked from that list. When the autodection fails, make sure the responsability to insert the valid information drops on the shoulders of the user. Even if the shell is non-interactive, add some mirror. Signed-off-by: Eddy Petrișor <eddy.petrisor@gmail.com>
* a crude first version of the default mirror selection codeEddy Petrisor2007-06-28