| Commit message (Expand) | Author | Files | Lines |
2005-01-24 | Document the check-latest-link and tindex scripts | Kris Kennaway | 1 | -1/+5 |
2005-01-24 | Add the script I use to look for duplicate LATEST_LINK entries and to | Kris Kennaway | 1 | -0/+72 |
2005-01-24 | This is the script I use to build indexes for all supported ports branches, | Kris Kennaway | 1 | -0/+164 |
2005-01-09 | Remove traling spaces. | Kirill Ponomarev | 28 | -52/+52 |
2005-01-06 | Always set up the bindist-${hostname}.tar file since it's usually small. | Kris Kennaway | 1 | -1/+1 |
2005-01-06 | Unset the __MAKE_CONF variable after setting up buildenv, because we | Kris Kennaway | 1 | -0/+3 |
2005-01-06 | Allow machines to use an alternate address for polling for job load (e.g. | Kris Kennaway | 1 | -1/+3 |
2005-01-06 | * Include portbuild.conf before portbuild.${hostname} to reset the default | Kris Kennaway | 1 | -4/+6 |
2005-01-06 | * The mlist file now only has one field per line. | Kris Kennaway | 1 | -4/+9 |
2005-01-06 | krion wants to drink from the pointyhat email firehose as well. | Kris Kennaway | 1 | -1/+1 |
2005-01-06 | Now that I have so many remote build machines, don't force trying to | Kris Kennaway | 1 | -7/+0 |
2004-12-28 | * Support the -norsync argument to only remove the existing build chroots | Kris Kennaway | 1 | -2/+8 |
2004-12-28 | * It does in fact make sense to specify -incremental and -noindex at the | Kris Kennaway | 1 | -7/+7 |
2004-12-28 | Fix the Xvfb code to run Xvfb before the build phase if detected | Kris Kennaway | 1 | -15/+25 |
2004-12-28 | Overhaul of the job scheduler. The new scheduler runs builds | Kris Kennaway | 4 | -29/+119 |
2004-12-28 | Overhaul of the job scheduler. The new scheduler runs builds | Kris Kennaway | 1 | -26/+33 |
2004-12-28 | * Catch up to change in formatting of 'extra files' section in logs | Kris Kennaway | 1 | -4/+3 |
2004-12-28 | /rescue/mount_linprocfs isn't functional when called by | Kris Kennaway | 1 | -1/+2 |
2004-12-28 | Support 5-exp builds | Kris Kennaway | 4 | -4/+14 |
2004-12-10 | Use X_WINDOW_SYSTEM for 4.x builds too. | Kris Kennaway | 1 | -2/+2 |
2004-12-10 | Belatedly catch up to XFREE86_VERSION -> X_WINDOW_SYSTEM change; apply | Kris Kennaway | 1 | -3/+3 |
2004-12-09 | The explanations of each build error no longer live on bento, they live | Mark Linimon | 2 | -7/+7 |
2004-12-05 | Construct permanent links to the error logs here too. | Kris Kennaway | 1 | -4/+4 |
2004-12-05 | Copy the statically-linked binaries from /rescue on the host, instead | Kris Kennaway | 1 | -4/+11 |
2004-12-05 | Be silent about attempts to unmount filesystems from within the chroot | Kris Kennaway | 1 | -4/+4 |
2004-11-25 | Clean up the symlink in ${pb}/${arch}/${branch}/latest/${dir} when we find | Kris Kennaway | 1 | -0/+5 |
2004-11-25 | If sudo_cmd is set, assume we need to chown the files we created on | Kris Kennaway | 1 | -0/+3 |
2004-11-25 | Rework the -incremental support slightly; this should now be robust enough | Kris Kennaway | 1 | -3/+5 |
2004-11-25 | Catch up to the changed format of the logs. | Kris Kennaway | 1 | -4/+4 |
2004-11-25 | * Recursively list all files detected as having been left behind after | Kris Kennaway | 1 | -7/+22 |
2004-11-19 | * Fix INDEX build if MAINTAINER is not defined. [1] | Kirill Ponomarev | 1 | -0/+47 |
2004-11-07 | Newline should go after the terminating punctuation (fix typo). | Dima Dorfman | 1 | -1/+1 |
2004-10-25 | Fix a couple of bugs in the extraction of this from dopackages, and | Kris Kennaway | 1 | -33/+20 |
2004-10-25 | Redefine the -norestr option to mean 'don't build the list of | Kris Kennaway | 1 | -78/+73 |
2004-10-25 | If the symlink under latest/ exists, then use that to find the most recent | Kris Kennaway | 1 | -1/+6 |
2004-10-25 | We now also do 6.x builds in the '6' branch. | Kris Kennaway | 1 | -3/+3 |
2004-10-25 | Use the absolute path to nc(1) to deal with it not being in the PATH. | Kris Kennaway | 1 | -3/+1 |
2004-10-25 | Clean up the 'latest error log' symlink when the build is successful. | Kris Kennaway | 1 | -0/+4 |
2004-10-25 | When a port build fails, create a symlink to the error log under | Kris Kennaway | 1 | -3/+4 |
2004-10-14 | Strip out date/time from +++/--- headers in generated patchfiles, so that they | Maxim Sobolev | 1 | -11/+12 |
2004-09-26 | Support ${client_user} and ${sudo_cmd} for running commands as root on | Kris Kennaway | 1 | -1/+5 |
2004-09-26 | * Break out setupnode into the dosetupnode script so it may be called | Kris Kennaway | 1 | -37/+3 |
2004-09-26 | Break out the setupnode function of dopackages into a separate script so | Kris Kennaway | 1 | -0/+47 |
2004-09-26 | * Bail out if we can't claim a chroot directory in the client (e.g. if | Kris Kennaway | 1 | -13/+17 |
2004-09-26 | Refuse to "clean" / if something goes wrong upstream and we are passed | Kris Kennaway | 1 | -0/+5 |
2004-09-26 | Pull in portbuild.$(hostname) for per-client customization | Kris Kennaway | 1 | -1/+3 |
2004-09-26 | Support 6.x builds | Kris Kennaway | 2 | -1/+5 |
2004-09-26 | * Support 6.x builds | Kris Kennaway | 1 | -2/+12 |
2004-08-27 | Use a consistent PATH in both portbuild and dopackages. | Joe Marcus Clarke | 1 | -1/+1 |
2004-07-28 | Avoid possible GNATS timeouts by using query-pr.real direclty. | Kirill Ponomarev | 1 | -1/+1 |