freebsd-ports/Tools
Kris Kennaway 23bd58ef86 * Support the -norsync argument to only remove the existing build chroots
on a disconnected client, without running the time-consuming rsyncs.
  This is useful when a build is interrupted and needs to be restarted.

* After we have cleaned up the machine, reset the queue counter by using
  pollmachine -queue.  This has a race condition if other builds are being
  dispatched to the machine (e.g. builds on another branch):

  getmachine can claim a directory and increment the counter, then the
  machine is polled and finds e.g. 0 chroots in use, and resets the
  counter to 0, then claim-chroot is run and the build dispatched, with
  the counter now off-by-one.  This could be fixed by running
  claim-chroot with the .lock held, but this turns out to be too
  time-consuming.  A two-level lock approach might also fix this
  efficiently.
2004-12-28 05:50:37 +00:00
..
portbuild * Support the -norsync argument to only remove the existing build chroots 2004-12-28 05:50:37 +00:00
scripts Newline should go after the terminating punctuation (fix typo). 2004-11-07 04:09:39 +00:00
make_index * Be even more explicit about partial ports trees being unsupported 2004-07-14 08:18:16 +00:00
make_readmes * Fix INDEX build if MAINTAINER is not defined. [1] 2004-11-19 13:45:07 +00:00