cvs commit: ports/Tools/portbuild/scripts pdispatch

Kris Kennaway kris at FreeBSD.org
Sat Jul 26 14:01:07 UTC 2008


kris        2008-07-26 14:01:07 UTC

  FreeBSD ports repository

  Modified files:
    Tools/portbuild/scripts pdispatch 
  Log:
  * Cleanup
  * Catch up to build ID directory changes
  * Add support for ssh_cmd and scp_cmd to allow using HPN-SSH with the
    none cipher where possible (for performance)
  * Lazy client setup; claim-chroot will report if the client needs to be
    set up with this buildid, and we initiate the setup and poll until
    it is complete.  This allows fast clients to begin building before
    slow ones have finished setting up.
  
  TODO: a better solution would be to avoid trying to dispatch jobs onto
  clients that are in the process of setting up, since they often have low
  loads and are picked preferentially by the job scheduler.
  
  Revision  Changes    Path
  1.32      +160 -104  ports/Tools/portbuild/scripts/pdispatch


More information about the cvs-all mailing list