diff options
author | Daniel Friesel <derf@derf.homelinux.org> | 2009-07-12 15:49:35 +0200 |
---|---|---|
committer | Daniel Friesel <derf@derf.homelinux.org> | 2009-07-12 15:49:35 +0200 |
commit | 37e87c0917fd872b793f2e712e9e5679c375da47 (patch) | |
tree | 73c17dcc6e2e065a90fb33007f63a8f3464906a6 /man/7 | |
parent | 56d4b7b0a6756e87495158420b1d51cfd8494a7c (diff) |
Added support for unlisted packages
That is, packages which are not from the package root, but have a working git origin
Diffstat (limited to 'man/7')
-rw-r--r-- | man/7/caretaker.pod | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/man/7/caretaker.pod b/man/7/caretaker.pod index 0b7cbb6..096c651 100644 --- a/man/7/caretaker.pod +++ b/man/7/caretaker.pod @@ -141,6 +141,12 @@ Packages with a priority above 3 require user confirmation to be removed =back +=head1 UNLISTED PACKAGES + +It is possible to have local packages which do not exist in the package root, +as long as they have a working git origin. Note that they will always be +pulled/pushed when doing batch pull/push, though. + =head1 PREREQUISITES The prerequisites are stored in a package in the file F<prereqs>. |