summaryrefslogtreecommitdiff
path: root/pkgtools/pkg_comp-cron/MESSAGE
blob: eba3fdbeca3069219072ee99395d2af1063f9d4b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
===========================================================================
$NetBSD: MESSAGE,v 1.1 2017/02/17 21:27:38 jmmv Exp $

The system has been configured to perform daily rebuilds of packages for
the current platform.  Please take the time to review the following files:

	${PKG_COMP_HOME}/extra.mk.conf
	${PKG_COMP_HOME}/list.txt
	${PKG_COMP_HOME}/pkg_comp.conf
	${PKG_COMP_HOME}/sandbox.conf

At the very minimum, you will have to modify the list.txt file to specify
the set of packages you want to build.

Make sure to review that the changes to the ${PKG_COMP_USER}'s crontab(5)
are correct and that the chosen schedule suits your needs.

Built binary packages can be used by setting:

	PKG_PATH=file://${PKG_COMP_HOME}/packages/All

Lastly, remember that you can trigger manual pkg_comp operations by doing:

	su - ${PKG_COMP_USER} ${PREFIX}/sbin/pkg_comp \
	    -c ${PKG_COMP_HOME}/pkg_comp.conf <arguments>

===========================================================================