Up to [DragonFly] / src / nrelease
Request diff between arbitrary revisions
Keyword substitution: kv
Default branch: MAIN
* MLINK nrelease(7) -> release(7). * Merge relevant information from nrelease/README. * Prerequisite for realquickrel is buildworld/-kernel and not necessarily make release (reported by Max Herrgaard <herrgard@gmail.com>).
* Allow nrelease/Makefile to build the local installer in usr.sbin onto a LiveCD for installation. * Tweak the installer shell scriptage to use the correct installer. * Create a share/installer directory for installer data (e.g. cmdnames.conf, fred.txt) * Patch the installer so it does not coredump, and identifies itself as the local installer. * Tweak usr.sbin/installer/Makefiles to allow patches to the installer to be automatically included in the build. Please test the new local installer! Thanks. :)
Another round of spelling fixes in manpages, messages, readmes etc.
Add a note on where to find the release engineering document.
Rework nrelease framework for pkgsrc. The way the bootstrap kit was build was incorrect, since the wrong path names end up in the binaries. Instead of building it redundantly every time, just expect a binary bootstrap kit. Change the installer targets to be a conditional instead (WITH_INSTALLER), but keep the old targets for compatibility. The CGI frontend is temporarily removed until the configuration is updated. cvsup doesn't currently build, a workaround pkg will be added latter. Add a description of how this framework is intended to be used.