diff options
author | Daniel Friesel <derf@derf.homelinux.org> | 2008-10-09 00:19:55 +0200 |
---|---|---|
committer | Daniel Friesel <derf@derf.homelinux.org> | 2008-10-09 00:19:55 +0200 |
commit | 0311618f690c9ca385eb3934cedd91cca3430e56 (patch) | |
tree | eef57f2d6260bb74caf0b7597f3c9e4ca4b24a60 /man/7 | |
parent | 0d6470416b5a3c28e8de5a6c7bd0bac889a82402 (diff) |
pkg(7): Added packages_root
Diffstat (limited to 'man/7')
-rw-r--r-- | man/7/pkg | 12 |
1 files changed, 12 insertions, 0 deletions
@@ -44,6 +44,18 @@ All directories in $PDIR must be valid git repositories which are not in the state of 'initial commit'. Dotfiles (directories starting with a .) are exempt from this, they will be ignored by pkg. +=head1 THE PACKAGES ROOT + +The packages_root, in pkg referred to as $PKG_ROOT, is structured just like +the packages directory $PDIR, except that it neither contains .list nor +.list-remote. The packages root is the central point where pkg fetches +packages from and pushes packages to. + +=head2 CAUTION + +The file $PKG_ROOT/core/include/pkglist is used by pkg, so make sure the git +rupo is checked out. A regular 'git checkout -f' in the core repo is recommended. + =head1 WHAT IS A PACKAGE? Anything tracked with git can be used as package. However, as the purpose of pkg |