cvs commit: ports/Tools/portbuild/scripts setupnode

Kris Kennaway kris at FreeBSD.org
Sat Jul 26 14:19:32 UTC 2008


kris        2008-07-26 14:19:31 UTC

  FreeBSD ports repository

  Modified files:
    Tools/portbuild/scripts setupnode 
  Log:
  * Catch up to build ID directory changes
  
  * Clients no longer mount ports/src trees via NFS (even the FreeBSD.org
    local clients).  This was putting too much load on the server and
    slowing down builds.
  
  * Instead ports and src .tbz files are pushed to the clients and
    unpacked.  MD5 checksums are used to verify correctness
  
  * -force forces re-extraction of the tarballs even if they exist and
    appear to be checked out
  
  * Also unpack the compressed bindist
  
  TODO: When we are not using md or ZFS builds it would be even faster
  to keep an unpacked copy of the bindist on the scratch filesystem and
  hardlink the files into the target directory
  
  Revision  Changes    Path
  1.16      +154 -41   ports/Tools/portbuild/scripts/setupnode


More information about the cvs-all mailing list