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