]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/commit
MFC r258305, r258307, r258308, r258309, r258310, r258314, r258317,
authorgjb <gjb@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Thu, 21 Nov 2013 02:45:36 +0000 (02:45 +0000)
committergjb <gjb@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Thu, 21 Nov 2013 02:45:36 +0000 (02:45 +0000)
commitc55ce4eacfeadf8d8d4cf9582ceebd5bfa2684de
tree070bb5de1784384e98befaf097fe1d73e4c93e3e
parent15ccd7c4dc98ddbcfc64869cd0a915e9d24d63df
MFC r258305, r258307, r258308, r258309, r258310, r258314, r258317,
r258319, r258320:

r258305:
  Use the IMAGES variable to determine which image files to remove
  as part of 'make -C /usr/src/release clean'.

r258307:
  Add a script and configuration files to fetch pre-built packages
  from pkg.FreeBSD.org for inclusion on release medium (dvd1.iso).

r258308:
  Unconditionally copy the build host /etc/resolv.conf into
  the chroot directory, since hostname resolution may be
  needed in the case of building a dvd image (with packages)
  and also setting 'NOPORTS=1'.

r258309:
  Set the PKG_CACHEDIR directory to 'dvd/' instead of 'release/'
  in preparation of adding a 'dvd1.iso' target.

r258310:
  Add the 'dvd1.iso' target.  This mimics the 'release.iso' target,
  with the additional step of fetching packages for inclusion on the
  dvd image.

  The 'pkg-stage' target is used to run 'scripts/pkg-stage.sh' if
  the '${TARGET}/pkg-stage.conf' configuration file exists (currently
  only amd64 and i386).

  Allow dvd1.iso to be skipped if NODVD=1.

r258314:
  Fix how ABI is evaluated so it matches more than a dot-zero
  case.

r258317:
  Document the 'dvdrom' target.

r258319:
  Remove WITHOUT_PROFILE=1 for the dvd1.iso medium.

r258320:
  Simplify PKG_ABI for pkg-stage.sh.

Approved by: re (hrs)
Sponsored by: The FreeBSD Foundation

git-svn-id: svn://svn.freebsd.org/base/stable/10@258415 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f
release/Makefile
release/amd64/pkg-stage.conf [new file with mode: 0755]
release/i386/pkg-stage.conf [new file with mode: 0755]
release/release.sh
release/scripts/pkg-stage.sh [new file with mode: 0755]
share/man/man7/release.7