diff options
author | Daniel Friesel <derf@derf.homelinux.org> | 2009-07-17 14:43:55 +0200 |
---|---|---|
committer | Daniel Friesel <derf@derf.homelinux.org> | 2009-07-17 14:43:55 +0200 |
commit | 1d56581a4f69fd6953af24b8650c41909002d7c4 (patch) | |
tree | 7fe8181b6bb9a2d5b05965cda552a589a4b37fa4 | |
parent | 00ef8525200cd887f206ebdaf973058ee4581742 (diff) |
caretaker.conf.pod: Documented git://
-rw-r--r-- | man/5/caretaker.conf.pod | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/man/5/caretaker.conf.pod b/man/5/caretaker.conf.pod index b1564b3..ca729c4 100644 --- a/man/5/caretaker.conf.pod +++ b/man/5/caretaker.conf.pod @@ -24,9 +24,10 @@ The text in [these braces] is the default value. =item B<PKG_ROOTS>=(I<url1> I<url2> I<...>) (--packageroot I<url>) -the package root paths. -I<url> may either be of the form C<ssh://host/path> or C</path>. -At least one must be set. +the package root paths, at least one must be set. +I<url> may either be of the form C<protocol://host/path> or C</path>, +the supported protocols are C<git> and C<ssh>. +Note that pushing is not possible when the C<git> protocol is used. =item B<PKGLIST_PATH>=I<path> [$PKG_PATH/pkglist] |