summaryrefslogtreecommitdiff
path: root/man/7
diff options
context:
space:
mode:
authorDaniel Friesel <derf@derf.homelinux.org>2010-02-07 16:47:02 +0100
committerDaniel Friesel <derf@derf.homelinux.org>2010-02-07 16:49:33 +0100
commita25dc638eae1a78ec60ec291c5f83c68c1cdbd0d (patch)
tree1964c2484b2162101efb8a854fa8c3e80ba346ba /man/7
parent3e96241318cd5dcef69bf00a43be14bf58a72097 (diff)
Move bootstrap and pkglist to examples/
Diffstat (limited to 'man/7')
-rw-r--r--man/7/caretaker-setup.pod4
-rw-r--r--man/7/caretaker.pod8
2 files changed, 4 insertions, 8 deletions
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<PKG_ROOT/caretaker> - it's recommended
to do this via git clone --bare.
-Copy the pkglist script (include/pkglist) to F<PKG_ROOT/pkglist>.
+Copy the pkglist script (examples/pkglist) to F<PKG_ROOT/pkglist>.
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<include/pkglist>. Depending on $PKGLIST_LOCAL and $PKG_ROOT, it
+by default F<examples/pkglist>. 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</"HOOKS">
-=item include/
-
-Scripts used by the package that don't belong into B<bin/>. Not treated specially
-
=item man/
Manual files, separated by section (like man/7/caretaker.pod).