diff options
author | Daniel Friesel <derf@derf.homelinux.org> | 2009-07-13 09:35:00 +0200 |
---|---|---|
committer | Daniel Friesel <derf@derf.homelinux.org> | 2009-07-13 09:52:31 +0200 |
commit | a3238f0c34a6ac9673201fa862d7cbed3a9f70dd (patch) | |
tree | 05f28bf3cf3bc0e1d1126169b11ad3b5ad041427 /man/7 | |
parent | 3834853f5f312086daf6894b2ccfeaac24ab0bac (diff) |
Support more than one package root
IMPORTANT: You'll need to update your pkglist script
Diffstat (limited to 'man/7')
-rw-r--r-- | man/7/caretaker.pod | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/man/7/caretaker.pod b/man/7/caretaker.pod index 096c651..4601ff6 100644 --- a/man/7/caretaker.pod +++ b/man/7/caretaker.pod @@ -57,11 +57,12 @@ Also, the 'ct add' completion relies on .list-remote, and back in the days when caretaker supported more than one DVCS, it was used to determine which DVCS to use for which package. -It consists of one line per package, each line containing three 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. Example: +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: - caretaker git 82d716d01dee0329af7df5e67b55558fe3ff1466 + caretaker git 82d716d01dee0329af7df5e67b55558fe3ff1466 git://git.tabularazor.org/~derf The package list is generated by the script set in the config var $PKGLIST_PATH, by default F<include/pkglist>. Depending on $PKGLIST_LOCAL and $PKG_ROOT, it |