diff options
author | Eddy Petrișor <eddy.petrisor@gmail.com> | 2008-03-06 01:57:04 +0200 |
---|---|---|
committer | Eddy Petrișor <eddy.petrisor@gmail.com> | 2008-03-06 02:10:30 +0200 |
commit | 922da87bc9013abaebe890aedba905a6149347c9 (patch) | |
tree | 2adef56263327fe15106a55d664089a6d5ee784b /debian/pbuilder.templates | |
parent | b00822d6d98691b2d60103fd1ccc61498b6cf503 (diff) | |
download | pbuilder-922da87bc9013abaebe890aedba905a6149347c9.tar pbuilder-922da87bc9013abaebe890aedba905a6149347c9.tar.gz |
Better default placeholder URL; Create minimalistic pbuilderrc files
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>
Diffstat (limited to 'debian/pbuilder.templates')
-rw-r--r-- | debian/pbuilder.templates | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/pbuilder.templates b/debian/pbuilder.templates index 1b8f0ed..e160b3d 100644 --- a/debian/pbuilder.templates +++ b/debian/pbuilder.templates @@ -1,6 +1,6 @@ Template: pbuilder/mirrorsite Type: string -Default: _ +Default: http://you-have-broken-debconf-configuration.example.com/ _Description: Default mirror site: Please enter the default mirror you want to be used by pbuilder. . |