git: fastbulk - More fixes and improvements

Matthew Dillon dillon at crater.dragonflybsd.org
Wed Aug 22 15:09:51 PDT 2012


commit e7db19562b898c8ca35c089203edb0306c85870a
Author: Matthew Dillon <dillon at apollo.backplane.com>
Date:   Wed Aug 22 15:07:15 2012 -0700

    fastbulk - More fixes and improvements
    
    * Fix improper cleaning of the "${BUILDROOT}/usr/obj/work" directory
    
    * Use lockf to lock the wildcard name for a package, serializing the
      builds of any related packages so they don't interfere with each
      other.
    
    * Clean the work directory on success or failure instead of only on
      success, othrewise a large >10G tmpfs is needed.

Summary of changes:
 test/fastbulk/Makefile |    6 ++++--
 test/fastbulk/dobuild  |   44 +++++++++++++++++++++++++++++++++-----------
 2 files changed, 37 insertions(+), 13 deletions(-)

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/e7db19562b898c8ca35c089203edb0306c85870a


-- 
DragonFly BSD source repository





More information about the Commits mailing list