pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/sysutils/sysbuild



Module Name:    pkgsrc
Committed By:   jmmv
Date:           Wed Jul 25 12:18:24 UTC 2012

Added Files:
        pkgsrc/sysutils/sysbuild: DESCR Makefile PLIST
        pkgsrc/sysutils/sysbuild/files: Kyuafile config.subr config_test.sh
            cvs.subr cvs_test.sh default.conf sysbuild.1 sysbuild.sh
            sysbuild4cron.1 sysbuild4cron.sh sysbuild4cron_test.sh
            sysbuild_test.sh utils.subr utils_test.sh

Log Message:
Initial (re)addition of sysbuild, version 2.0:

sysbuild is a tool to automate the maintenance of the NetBSD sources and
the build of releases by means of a single command and a configuration
file that tells sysbuild what to do.

Since NetBSD 1.6 (released on July 2011), the source tree has included a
very flexible script (build.sh) to build a full NetBSD release for the
current platform or to cross-build for any of the supported platforms.

The flipside of the flexibility is that the script is inconvenient to use
on a daily basis because of the myriad of options it takes.  Furthermore,
managing the source trees that make up NetBSD is not in the scope of
build.sh: the user must fetch these trees and keep them up to date by hand.

While these details are all fine on their own, rebuilding NetBSD frequently
(to keep a system up to date, or just for development tasks) is convoluted.
Developers and users usually find themselves writing their own wrapper
scripts over build.sh to simplify their daily tasks.

sysbuild extends build.sh by adding support for configuration files and
source tree management, allowing NetBSD rebuilds with a single and simple
command.  Make sure to check the sysbuild-user package for a way to
trivially set up periodic NetBSD rebuilds under an dedicated, unprivileged
user.

This is version 2.0 because sysbuild already existed 10 years ago.  It
served the same purpose, but it was removed because it stopped working
with NetBSD 2.0 (can't remember why though).  Also, I'm convinced the
previous implementation was quite bad.


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.3 pkgsrc/sysutils/sysbuild/DESCR
cvs rdiff -u -r0 -r1.18 pkgsrc/sysutils/sysbuild/Makefile
cvs rdiff -u -r0 -r1.4 pkgsrc/sysutils/sysbuild/PLIST
cvs rdiff -u -r0 -r1.1 pkgsrc/sysutils/sysbuild/files/Kyuafile \
    pkgsrc/sysutils/sysbuild/files/config.subr \
    pkgsrc/sysutils/sysbuild/files/config_test.sh \
    pkgsrc/sysutils/sysbuild/files/cvs.subr \
    pkgsrc/sysutils/sysbuild/files/cvs_test.sh \
    pkgsrc/sysutils/sysbuild/files/sysbuild.1 \
    pkgsrc/sysutils/sysbuild/files/sysbuild4cron.1 \
    pkgsrc/sysutils/sysbuild/files/sysbuild4cron.sh \
    pkgsrc/sysutils/sysbuild/files/sysbuild4cron_test.sh \
    pkgsrc/sysutils/sysbuild/files/sysbuild_test.sh \
    pkgsrc/sysutils/sysbuild/files/utils.subr \
    pkgsrc/sysutils/sysbuild/files/utils_test.sh
cvs rdiff -u -r0 -r1.6 pkgsrc/sysutils/sysbuild/files/default.conf
cvs rdiff -u -r0 -r1.12 pkgsrc/sysutils/sysbuild/files/sysbuild.sh

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.




Home | Main Index | Thread Index | Old Index