diff options
author | Daniel Friesel <derf@derf.homelinux.org> | 2010-05-02 14:58:53 +0200 |
---|---|---|
committer | Daniel Friesel <derf@derf.homelinux.org> | 2010-05-02 14:58:53 +0200 |
commit | 30aa93f3f41c98f129f23106e736d911cbaaf902 (patch) | |
tree | 28e67be3c4b4c00db28e3a419a3fce6d38eb07c5 /man/7 | |
parent | 162d905c93ef52f59a8bc582549b6ec429cbd421 (diff) |
Update documentation
Diffstat (limited to 'man/7')
-rw-r--r-- | man/7/caretaker.pod | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/man/7/caretaker.pod b/man/7/caretaker.pod index 6569f59..9146437 100644 --- a/man/7/caretaker.pod +++ b/man/7/caretaker.pod @@ -66,10 +66,10 @@ for which package. It consists of one line per package, each line containing three or four items separated by a single whitespace. The first item is the package name, the second one the -repository type (DVCS), the third the current revision; in the remote list, the fourth -is the package root to which this package belongs. Example: +repository type (DVCS), the third the current revision; in the remote list, +the fourth is the URI used to access this package. Example: - caretaker git 82d716d01dee0329af7df5e67b55558fe3ff1466 git://git.tabularazor.org/~derf + caretaker git 82d716d01dee0329af7df5e67b55558fe3ff1466 git://derf.homelinux.org/caretaker The package list is generated by the script set in the config var $PKGLIST_PATH, by default F<examples/pkglist>. Depending on $PKGLIST_LOCAL and $PKG_ROOT, it |