| Commit message (Expand) | Author | Age | Files | Lines |
* | Add a mechanism for reporting client machine error conditions back to the | Kris Kennaway | 2006-02-15 | 1 | -1/+14 |
* | Trim some unused cruft | Kris Kennaway | 2006-02-15 | 1 | -69/+12 |
* | Save the output of portbuild run on the client to a temporary log file. | Kris Kennaway | 2006-02-15 | 1 | -1/+11 |
* | Add some sanity checking of the build environment: | Kris Kennaway | 2006-02-15 | 1 | -1/+30 |
* | * Don't try to pkg_delete packages that are not installed (the usual | Kris Kennaway | 2006-02-15 | 1 | -6/+9 |
* | Add support for 6-exp builds (FreeBSD 6.x is our new reference platform) | Kris Kennaway | 2006-02-15 | 4 | -4/+14 |
* | * Switch back to using pkg_delete -f; we are not yet ready to deal | Kris Kennaway | 2006-02-13 | 1 | -25/+26 |
* | * In kill_procs(), pass in the directory and mountpoint as separate | Kris Kennaway | 2006-02-11 | 1 | -2/+8 |
* | Support for building ports in a jail instead of a chroot. If use_jail=1 | Kris Kennaway | 2006-02-11 | 1 | -9/+14 |
* | * Use ${mailto} portbuild.conf variable instead of hard-coded list [1] | Kris Kennaway | 2006-02-11 | 1 | -4/+7 |
* | Use ${mailto} portbuild.conf variable instead of hard-coded list | Kris Kennaway | 2006-02-11 | 1 | -1/+1 |
* | Checkpoint a major round of changes: | Kris Kennaway | 2006-02-11 | 1 | -64/+201 |
* | Flip from noclean to clean | Kris Kennaway | 2006-02-03 | 1 | -3/+3 |
* | Don't bother chowning the client /var/portbuild/, it just takes too long | Kris Kennaway | 2006-02-03 | 1 | -3/+0 |
* | Use clean-chroot with clean=2 to remove the chroot instead of duplicating | Kris Kennaway | 2006-02-03 | 1 | -5/+1 |
* | Flip "noclean" to "clean" | Kris Kennaway | 2006-02-03 | 1 | -3/+3 |
* | Instead of passing in a "noclean" boolean, pass in a "clean" level: | Kris Kennaway | 2006-02-03 | 1 | -4/+11 |
* | Also look for chroots that are marked 'dirty' (previous build left chroot | Kris Kennaway | 2006-02-03 | 1 | -1/+5 |
* | Don't try to remove the lock file now that we use lockf to manage it | Kris Kennaway | 2006-02-03 | 1 | -2/+0 |
* | Fix bogus comments. No code change. | Mark Linimon | 2006-02-02 | 1 | -5/+5 |
* | Correctly set SRCBASE; the version inherited from buildenv is wrong for | Kris Kennaway | 2006-01-27 | 1 | -0/+1 |
* | Don't try to rsync docs, we no longer need to distribute them | Kris Kennaway | 2006-01-27 | 1 | -1/+0 |
* | Update the list of quickports | Kris Kennaway | 2006-01-27 | 1 | -1/+1 |
* | Warn if there are duplicate MD5/SHA256/SIZE statements for a single file | Edwin Groothuis | 2006-01-24 | 1 | -3/+33 |
* | Small tool to check the necessary lines in the distinfo files, based | Edwin Groothuis | 2006-01-24 | 1 | -0/+105 |
* | Support 7.x INDEX builds | Kris Kennaway | 2006-01-22 | 1 | -16/+37 |
* | Don't bother mounting doc tree, it's not needed by any ports | Kris Kennaway | 2006-01-22 | 1 | -12/+8 |
* | Remove -nodoccvs option, it turns out mounting the doc tree is not | Kris Kennaway | 2006-01-22 | 1 | -14/+1 |
* | Also clean up linprocfs mounts | Kris Kennaway | 2006-01-22 | 1 | -0/+1 |
* | Pull in buildenv for LOCALBASE/X11BASE locations | Kris Kennaway | 2006-01-22 | 1 | -2/+4 |
* | Use LOCALBASE and X11BASE from buildenv | Kris Kennaway | 2006-01-22 | 1 | -1/+4 |
* | Allow for the possibility of overriding LOCALBASE and X11BASE | Kris Kennaway | 2006-01-22 | 1 | -0/+2 |
* | Exit with the correct error code when a make target fails | Kris Kennaway | 2006-01-15 | 1 | -3/+3 |
* | Back out last commit, it was the wrong file | Kris Kennaway | 2006-01-15 | 1 | -17/+15 |
* | Exit with the correct error code when a make target fails | Kris Kennaway | 2006-01-15 | 1 | -15/+17 |
* | Add portsvar.sh schell script into Tools/scripts. | Daichi GOTO | 2006-01-11 | 1 | -0/+133 |
* | This script may be run on a client machine to force it to flush its squid | Kris Kennaway | 2005-12-11 | 1 | -0/+15 |
* | Bump the file size limit to 300MB now that openoffice distfiles exceed | Kris Kennaway | 2005-12-11 | 1 | -5/+5 |
* | Shuffle the order of a cd | Kris Kennaway | 2005-12-11 | 1 | -2/+1 |
* | Remove 0-sized entries to avoid misbehaviour | Kris Kennaway | 2005-12-11 | 1 | -0/+4 |
* | Don't use a lockfile, the script will be called with lockf -t0 instead to | Kris Kennaway | 2005-12-11 | 2 | -16/+0 |
* | Don't use a lockfile, the script will be called with lockf -t0 instead | Kris Kennaway | 2005-12-11 | 1 | -6/+0 |
* | Update the list of quickports | Kris Kennaway | 2005-12-11 | 1 | -1/+1 |
* | Don't set -nocopy when -norsync is set, otherwise the setupnode script | Kris Kennaway | 2005-12-11 | 1 | -1/+1 |
* | Don't use a lock file, the script will be called with lockf -t 0 instead. | Kris Kennaway | 2005-12-11 | 1 | -6/+0 |
* | Mount the md image async since this gives much better performance | Kris Kennaway | 2005-12-11 | 1 | -1/+1 |
* | Utility: A tool to identify similar pkg-descr files | Edwin Groothuis | 2005-11-26 | 1 | -0/+24 |
* | Remove, don't comment out, unused variables | Kris Kennaway | 2005-10-11 | 1 | -2/+0 |
* | Remove unused variables. Don't bother protecting against negative | Kris Kennaway | 2005-10-11 | 1 | -4/+2 |
* | Update lockf to lockf -k in example usage | Kris Kennaway | 2005-10-11 | 1 | -1/+1 |