]> CyberLeo.Net >> Repos - FreeBSD/stable/9.git/commit
MFC r227536, r240967:
authorgjb <gjb@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Tue, 6 Nov 2012 01:56:39 +0000 (01:56 +0000)
committergjb <gjb@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Tue, 6 Nov 2012 01:56:39 +0000 (01:56 +0000)
commit9f4b1692b45597b7d596c08f2da2e4c5d740fac8
treebecc5fde275c98f803128b68deadee675eac7601
parent58eee9797360db67ace0c61a835c842f79961264
MFC r227536, r240967:

r227536 (nwhitehorn):

  Further automate production release generation by naming files the
  right things and generating checksums.

r240967:

 - Allow cross-architecture builds with 'generate-release.sh', which
   is set by specifying '-a <arch>'.  (Only supported for i386 on amd64
   and powerpc on powerpc64 currently).
 - Change how textproc/docproj is installed:
   o Attempt to install from pkg(8);
   o Fall back to pkg_add(1) if pkg(8) installation is not
     successful;
   o Fall back to installing from ports as last resort.
 - Ensure the script is run by root[1].
 - Get OSVERSION from param.h[1].

git-svn-id: svn://svn.freebsd.org/base/stable/9@242650 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f
release/generate-release.sh