From a25dc638eae1a78ec60ec291c5f83c68c1cdbd0d Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Sun, 7 Feb 2010 16:47:02 +0100 Subject: Move bootstrap and pkglist to examples/ --- man/7/caretaker-setup.pod | 4 ++-- man/7/caretaker.pod | 8 ++------ 2 files changed, 4 insertions(+), 8 deletions(-) (limited to 'man') diff --git a/man/7/caretaker-setup.pod b/man/7/caretaker-setup.pod index 00196d1..1ce71b8 100644 --- a/man/7/caretaker-setup.pod +++ b/man/7/caretaker-setup.pod @@ -9,12 +9,12 @@ server which shall from now on host all your packages. Then you need to put the caretaker git repository into F - it's recommended to do this via git clone --bare. -Copy the pkglist script (include/pkglist) to F. +Copy the pkglist script (examples/pkglist) to F. Now you can add your own packages as git repos in PKG_ROOT. To use caretaker with your packages on a machine, download and execute -the bootstrap script (include/bootstrap). +the bootstrap script (examples/bootstrap). =head1 CREATING A PACKAGE diff --git a/man/7/caretaker.pod b/man/7/caretaker.pod index 37ad1ac..488a870 100644 --- a/man/7/caretaker.pod +++ b/man/7/caretaker.pod @@ -52,7 +52,7 @@ the package directory $PKG_DIR, except that it neither contains .list nor .list-remote. It is the central point where caretaker fetches packages from and pushes packages to. -It should contain the pkglist script shipped in include/. +It should contain the pkglist script shipped in examples/. If it doesn't, PKGLIST_PATH in .caretaker.conf must be set to the appropiate location on the package root host. @@ -72,7 +72,7 @@ is the package root to which this package belongs. Example: 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. Depending on $PKGLIST_LOCAL and $PKG_ROOT, it +by default F. Depending on $PKGLIST_LOCAL and $PKG_ROOT, it is either executed on the local host or on the remote host containing the package root. The script is always called with $PKG_PATH as the first argument. Its output must only contain valid pkglist lines (see the example above). @@ -111,10 +111,6 @@ Configuration files, not treated specially though Package hooks, see L -=item include/ - -Scripts used by the package that don't belong into B. Not treated specially - =item man/ Manual files, separated by section (like man/7/caretaker.pod). -- cgit v1.2.3