From f58559cf780a239413ddb83e97b97baffc932bf6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Eddy=20Petri=C8=99or?= Date: Sun, 2 Mar 2008 06:36:06 +0200 Subject: Add support for sources.list.d and validate autodetection. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 --- debian/pbuilder.templates | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'debian/pbuilder.templates') diff --git a/debian/pbuilder.templates b/debian/pbuilder.templates index 2c36d2f..3887e41 100644 --- a/debian/pbuilder.templates +++ b/debian/pbuilder.templates @@ -3,3 +3,16 @@ Type: string Default: _ _Description: Default mirror site: Please enter the default mirror you want to be used by pbuilder. + . + If you leave this field blank, there will be one attempt to autodetect + this information. If this attempt fails, you will be prompted to insert + valid mirror information. + . + Here is a valid mirror example: http://ftp.debian.org/debian + +Template: pbuilder/nomirror +Type: error +_Description: Default mirror not found + Mirror information detection failed and the user provided no mirror information. + . + Please enter valid mirror information. -- cgit v1.2.3