]> CyberLeo.Net >> Repos - FreeBSD/stable/9.git/commit
MFC r251652, r251811, r252101:
authorgjb <gjb@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Wed, 26 Jun 2013 00:38:40 +0000 (00:38 +0000)
committergjb <gjb@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Wed, 26 Jun 2013 00:38:40 +0000 (00:38 +0000)
commite1bcfb4937b260cf1ed79528c18b421aa985c829
treed7e627259a32ba47c5430b233040cea4375e8604
parentedbc49f3e9332e0207955c9ad81bb2f54c6af60b
MFC r251652, r251811, r252101:

r251652:
  Add new script to run release builds.  The script is heavily based upon
  the release/generate-release.sh script by nwhitehorn.

  This script can use optional configuration file to override defaults,
  making running multiple serialzied builds with different specific
  configurations or architecture-specific tunings quite easy.

  Sample overrideable options are included in the release.conf.sample
  file.

r251811:
  Fix OSVERSION variable within PBUILD_FLAGS.

r252101:
  If MAKE_CONF and/or SRC_CONF are set and not character devices,
  copy to chroot to use with release build.

Approved by: kib (mentor, implicit)

git-svn-id: svn://svn.freebsd.org/base/stable/9@252224 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f
release/release.conf.sample [new file with mode: 0644]
release/release.sh [new file with mode: 0755]