Fixup fromcvs/togit conversion
[pkgsrcv2.git] / sysutils / sysbuild / DESCR
1 sysbuild is a tool to automate the maintenance of the NetBSD sources and
2 the build of releases by means of a single command and a configuration
3 file that tells sysbuild what to do.
4
5 Since NetBSD 1.6 (released on July 2011), the source tree has included a
6 very flexible script (build.sh) to build a full NetBSD release for the
7 current platform or to cross-build for any of the supported platforms.
8
9 The flipside of the flexibility is that the script is inconvenient to use
10 on a daily basis because of the myriad of options it takes.  Furthermore,
11 managing the source trees that make up NetBSD is not in the scope of
12 build.sh: the user must fetch these trees and keep them up to date by hand.
13
14 While these details are all fine on their own, rebuilding NetBSD frequently
15 (to keep a system up to date, or just for development tasks) is convoluted.
16 Developers and users usually find themselves writing their own wrapper
17 scripts over build.sh to simplify their daily tasks.
18
19 sysbuild extends build.sh by adding support for configuration files and
20 source tree management, allowing NetBSD rebuilds with a single and simple
21 command.  Make sure to check the sysbuild-user package for a way to
22 trivially set up periodic NetBSD rebuilds under an dedicated, unprivileged
23 user.