summaryrefslogtreecommitdiff
path: root/Tools
AgeCommit message (Expand)Author
2006-03-13Temporarily back out the pre.log change, it doesn't work properly.Kris Kennaway
2006-03-13Mount the md image async here tooKris Kennaway
2006-03-13Add some more directories temporarily until these ports can be made toKris Kennaway
2006-02-15Add a mechanism for reporting client machine error conditions back to theKris Kennaway
2006-02-15Trim some unused cruftKris Kennaway
2006-02-15Save the output of portbuild run on the client to a temporary log file.Kris Kennaway
2006-02-15Add some sanity checking of the build environment:Kris Kennaway
2006-02-15* Don't try to pkg_delete packages that are not installed (the usualKris Kennaway
2006-02-15Add support for 6-exp builds (FreeBSD 6.x is our new reference platform)Kris Kennaway
2006-02-13* Switch back to using pkg_delete -f; we are not yet ready to dealKris Kennaway
2006-02-11* In kill_procs(), pass in the directory and mountpoint as separateKris Kennaway
2006-02-11Support for building ports in a jail instead of a chroot. If use_jail=1Kris Kennaway
2006-02-11* Use ${mailto} portbuild.conf variable instead of hard-coded list [1]Kris Kennaway
2006-02-11Use ${mailto} portbuild.conf variable instead of hard-coded listKris Kennaway
2006-02-11Checkpoint a major round of changes:Kris Kennaway
2006-02-03Flip from noclean to cleanKris Kennaway
2006-02-03Don't bother chowning the client /var/portbuild/, it just takes too longKris Kennaway
2006-02-03Use clean-chroot with clean=2 to remove the chroot instead of duplicatingKris Kennaway
2006-02-03Flip "noclean" to "clean"Kris Kennaway
2006-02-03Instead of passing in a "noclean" boolean, pass in a "clean" level:Kris Kennaway
2006-02-03Also look for chroots that are marked 'dirty' (previous build left chrootKris Kennaway
2006-02-03Don't try to remove the lock file now that we use lockf to manage itKris Kennaway
2006-02-02Fix bogus comments. No code change.Mark Linimon
2006-01-27Correctly set SRCBASE; the version inherited from buildenv is wrong forKris Kennaway
2006-01-27Don't try to rsync docs, we no longer need to distribute themKris Kennaway
2006-01-27Update the list of quickportsKris Kennaway
2006-01-24Warn if there are duplicate MD5/SHA256/SIZE statements for a single fileEdwin Groothuis
2006-01-24Small tool to check the necessary lines in the distinfo files, basedEdwin Groothuis
2006-01-22Support 7.x INDEX buildsKris Kennaway
2006-01-22Don't bother mounting doc tree, it's not needed by any portsKris Kennaway
2006-01-22Remove -nodoccvs option, it turns out mounting the doc tree is notKris Kennaway
2006-01-22Also clean up linprocfs mountsKris Kennaway
2006-01-22Pull in buildenv for LOCALBASE/X11BASE locationsKris Kennaway
2006-01-22Use LOCALBASE and X11BASE from buildenvKris Kennaway
2006-01-22Allow for the possibility of overriding LOCALBASE and X11BASEKris Kennaway
2006-01-15Exit with the correct error code when a make target failsKris Kennaway
2006-01-15Back out last commit, it was the wrong fileKris Kennaway
2006-01-15Exit with the correct error code when a make target failsKris Kennaway
2006-01-11Add portsvar.sh schell script into Tools/scripts.Daichi GOTO
2005-12-11This script may be run on a client machine to force it to flush its squidKris Kennaway
2005-12-11Bump the file size limit to 300MB now that openoffice distfiles exceedKris Kennaway
2005-12-11Shuffle the order of a cdKris Kennaway
2005-12-11Remove 0-sized entries to avoid misbehaviourKris Kennaway
2005-12-11Don't use a lockfile, the script will be called with lockf -t0 instead toKris Kennaway
2005-12-11Don't use a lockfile, the script will be called with lockf -t0 insteadKris Kennaway
2005-12-11Update the list of quickportsKris Kennaway
2005-12-11Don't set -nocopy when -norsync is set, otherwise the setupnode scriptKris Kennaway
2005-12-11Don't use a lock file, the script will be called with lockf -t 0 instead.Kris Kennaway
2005-12-11Mount the md image async since this gives much better performanceKris Kennaway
2005-11-26Utility: A tool to identify similar pkg-descr filesEdwin Groothuis