230b79a4d5
This package sets up periodic builds of binary packages using the pkgtools/pkg_comp utility given minimal configuration. All that is needed from the user is to determine which packages to build automatically. If you are on NetBSD, see also sysutils/sysbuild-user, which is the perfect companion to this package to periodically build the base system.
27 lines
999 B
Text
27 lines
999 B
Text
===========================================================================
|
|
$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>
|
|
|
|
===========================================================================
|