diff options
author | dancer <dancer> | 2003-06-07 03:21:10 +0000 |
---|---|---|
committer | dancer <dancer> | 2003-06-07 03:21:10 +0000 |
commit | eb0fd08101f4ce69fe3993f0a58b381ea5f30ace (patch) | |
tree | bdd036462b86f24c65b42dded1fabd0682aa56fe | |
parent | 780e1beef8b0b16be654e7b44098f9fbd462e38d (diff) | |
download | pbuilder-eb0fd08101f4ce69fe3993f0a58b381ea5f30ace.tar pbuilder-eb0fd08101f4ce69fe3993f0a58b381ea5f30ace.tar.gz |
mark documentation
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | pbuilder.8 | 11 |
2 files changed, 14 insertions, 1 deletions
@@ -1,3 +1,7 @@ +2003-06-07 Junichi Uekawa <dancer@debian.org> + + * pbuilder.8: update documentation so that --othermirror is obvious. + 2003-05-17 Junichi Uekawa <dancer@debian.org> * Documentation/pbuilder-doc.xml (EXTRAPACKAGES): add notes on pbuilder @@ -153,6 +153,14 @@ The deb lines here are the ones that will appear at the top of the .B sources.list inside the chroot. +These options are only valid when +.B --override-config +option is specified in +.B update +target, or when +.B pbuilder create +is being called. + .TP .BI "--http-proxy [" "proxy" "]" Specifies the http proxy url. Something like @@ -166,12 +174,13 @@ Specifies the distribution used. Currently the supported values are and .B "woody". -This option is only effective when +This option is only effective for .B "pbuilder create" or when .B "pbuilder update" is specified with .B "--override-config" +option. .TP .BI "--removepackages [" "packages to remove" "]" |