aboutsummaryrefslogtreecommitdiff
path: root/pbuilderrc.5
diff options
context:
space:
mode:
authordancer <dancer>2005-06-12 11:39:49 +0000
committerdancer <dancer>2005-06-12 11:39:49 +0000
commita53f4208cff71c6eb7a1245cc0179b0f2b9f2e4f (patch)
tree4e15681d496a7202094a588ad34501f5a94dedf5 /pbuilderrc.5
parentb4f49d09738996e94d92bcb9b8cf6b17488c2415 (diff)
downloadpbuilder-a53f4208cff71c6eb7a1245cc0179b0f2b9f2e4f.tar
pbuilder-a53f4208cff71c6eb7a1245cc0179b0f2b9f2e4f.tar.gz
312153: synchronize pbuilder and pbuilderrc man page
Diffstat (limited to 'pbuilderrc.5')
-rw-r--r--pbuilderrc.519
1 files changed, 11 insertions, 8 deletions
diff --git a/pbuilderrc.5 b/pbuilderrc.5
index 96ecd86..44270ed 100644
--- a/pbuilderrc.5
+++ b/pbuilderrc.5
@@ -65,17 +65,20 @@ Specify the mirror site which contains
distribution.
.TP
-.BI "OTHERMIRROR=" """deb http://www.home.com/updates/ ./"""
-Add other lines which you want to have added to
-.B "/etc/apt/sources.list"
-here.
-The contents of this variable are inserted into the
-.B "/etc/apt/sources.list"
-verbatim inside the chroot, so be sure to follow the syntax rules of
+.BI "OTHERMIRROR=" "deb http://xxx/xxx/ ./ " "[|" " other deb lines... " "]"
+The lines which is added to the sources.list, delimited with
+.B "|"
+Like
+.B "deb http://local/mirror stable main|deb file:/usr/local/mirror ./"
+
+The deb lines here are the ones that will appear at the top of the
+.B "sources.list"
+inside the chroot.
+Be sure to follow the syntax rules of
.RI "sources.list (" 5 ")."
These lines appear at the beginning of the
constructed sources file, so this is the place to list your
-.B local
+.B "local"
mirror sites; apt will then use them in preference to the ones
listed in
.B "MIRRORSITE"