DragonFly commits List (threaded) for 2009-02
DragonFly BSD
DragonFly commits List (threaded) for 2009-02
[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]

DragonFly-2.3.0.17.g8abe7 master nrelease Makefile README.pkgsrc


From: Matthew Dillon <dillon@xxxxxxxxxxxxxxxxxxxxxxx>
Date: Sat, 7 Feb 2009 18:43:49 -0800 (PST)

commit 8abe78a145cfd69001a0042e28dfd69b0625cca7
Author: Matthew Dillon <dillon@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



[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]