DragonFly-2.3.0.17.g8abe7 master nrelease Makefile README.pkgsrc

Matthew Dillon dillon at crater.dragonflybsd.org
Sat Feb 7 18:45:56 PST 2009


commit 8abe78a145cfd69001a0042e28dfd69b0625cca7
Author: Matthew Dillon <dillon at apollo.backplane.com>
Date:   Sat Feb 7 18:43:39 2009 -0800

    Improve the customizeiso step to allow restarts
    
    * Use a touch-file to determine if the bootstrap has been built, clean out
      the entire pkg installation if it has not before continuing.  Leave
      things intact if the bootstrap has already been installed.
    
    * Use defensive umounts and rm's as needed to allow the null mounts and
      package building environment to be recreated without destroying packages
      already installed.
    
    * Allow /usr/pkgsrc to be read-only.  If it is read-only then a null-mount
      will be used for /usr/pkgsrc/distfiles pointing to /usr/release/distfiles.
    
    * Add a bmake check step when building each package and only build packages
      which have not already been installed.

Summary of changes:
 nrelease/Makefile      |   79 ++++++++++++++++++++++++++++++++++++++++--------
 nrelease/README.pkgsrc |   35 ---------------------
 2 files changed, 66 insertions(+), 48 deletions(-)
 delete mode 100644 nrelease/README.pkgsrc

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/8abe78a145cfd69001a0042e28dfd69b0625cca7


-- 
DragonFly BSD source repository





More information about the Commits mailing list