| Commit message (Expand) | Author | Files | Lines |
2003-10-13 | Condense the table a bit | Kris Kennaway | 1 | -3/+3 |
2003-10-13 | The newfailure file is no longer updated by builds | Kris Kennaway | 1 | -3/+0 |
2003-10-13 | Script for migrating from old-style to new-style failure log file. | Kris Kennaway | 1 | -0/+74 |
2003-10-13 | * newfailure is no longer updated, no need to prune it | Kris Kennaway | 1 | -42/+6 |
2003-10-13 | * Generate newfailure file (sorted list by original failure date) from failure | Kris Kennaway | 1 | -10/+13 |
2003-10-13 | * Try to be more careful when writing the failure file in case the disk | Kris Kennaway | 1 | -13/+16 |
2003-10-13 | Add a script that prunes the contents of the failure and newfailure files | Kris Kennaway | 1 | -0/+114 |
2003-09-29 | Fix -l option comment removing obsolete pkg-comment reference. | Alexander Nedotsukov | 1 | -2/+2 |
2003-09-12 | Teach this script about different architectures. | Kris Kennaway | 2 | -61/+54 |
2003-09-12 | Add amd64 to the list of architectures to poll. | Kris Kennaway | 1 | -1/+1 |
2003-09-12 | Add a couple of amd64 failure messages. | Kris Kennaway | 1 | -0/+6 |
2003-09-12 | Remove some ldconfig -R's that were apparently confusing things, coalesce | Kris Kennaway | 1 | -6/+3 |
2003-09-12 | Set PACKAGE_BUILDING before making the duds file to prevent listing of | Kris Kennaway | 1 | -0/+1 |
2003-09-12 | Export MASTER_SITE_OVERRIDE with DIST_SUBDIR correctly escaped | Kris Kennaway | 1 | -2/+1 |
2003-09-12 | Catch up to makefile changes: build in etc/ before trying to install | Kris Kennaway | 1 | -0/+2 |
2003-09-02 | When using addport on freefall, there's no need to ssh freefall once more to | Mathieu Arnold | 1 | -1/+5 |
2003-05-18 | Add a -fetch-original switch to dopackages that fetches the distfiles from | Kris Kennaway | 3 | -1/+16 |
2003-05-17 | Only transfer the build distfiles to bento if requested. | Kris Kennaway | 1 | -7/+14 |
2003-05-17 | Pass down the request to keep distfiles if appropriate. | Kris Kennaway | 1 | -0/+3 |
2003-05-17 | Add a -distfiles flag to specify that we should retain distfiles for later | Kris Kennaway | 1 | -4/+12 |
2003-05-17 | Switch to polling the clients with netcat to collect load stats, instead | Kris Kennaway | 1 | -13/+10 |
2003-04-18 | Previous delta was: | Maxim Sobolev | 1 | -1/+1 |
2003-04-18 | Clean up empty dirs. | Maxim Sobolev | 1 | -2/+2 |
2003-04-08 | Speed-up a bit when user keeps his working directories in the ports tree | Maxim Sobolev | 1 | -2/+5 |
2003-04-06 | Update sed pattern used to process logs | Kris Kennaway | 1 | -1/+1 |
2003-04-06 | Zap some old/non-useful code | Kris Kennaway | 1 | -108/+106 |
2003-04-04 | This tool parses the output of kdump to generate a list of added | Edwin Groothuis | 1 | -0/+199 |
2003-03-28 | Sort the non-dirrm entries, and reverse sort the dirrm entries. | Joe Marcus Clarke | 1 | -1/+5 |
2003-03-23 | - Define __MAKE_CONF to allow per-arch make.conf files in buildworld | Kris Kennaway | 1 | -5/+19 |
2003-03-02 | Make modulesupdate actually work in light of split. You can't use a | Will Andrews | 1 | -1/+1 |
2003-02-28 | Update for post-repo-split. s/ncvs/pcvs/ so that the default root is | Peter Wemm | 2 | -5/+5 |
2003-02-24 | Do a better job of stating which port we had problems with while | Steve Price | 1 | -4/+4 |
2003-02-23 | Another try at fixing the "adding to CVSROOT/modules from remote | Mario Sergio Fujikawa Ferreira | 1 | -1/+1 |
2003-02-22 | Instead of pushing the load data to the master with scp every 10 seconds, | Kris Kennaway | 1 | -13/+3 |
2003-02-22 | * Allow port builds to be started with a certain niceness ('nice' parameter | Kris Kennaway | 1 | -1/+15 |
2003-02-22 | If ${buildworld}=1 in mkbindist.conf, then use the makeworld script to | Kris Kennaway | 1 | -48/+44 |
2003-02-22 | Simplify the collection of load statistics for the cluster. Loads | Kris Kennaway | 1 | -33/+35 |
2003-02-22 | Store dates in +%s format | Kris Kennaway | 1 | -3/+3 |
2003-02-21 | Handle '#' and '$' in pkg-comment properly. | Akinori MUSHA | 1 | -2/+3 |
2003-02-21 | - pkg-comment is no longer mandatory; | Maxim Sobolev | 1 | -1/+5 |
2003-02-18 | Add de-pkg-comment. | Akinori MUSHA | 1 | -0/+2 |
2003-02-18 | Add de-pkg-comment, a ruby script to convert pkg-comment to COMMENT. | Akinori MUSHA | 1 | -0/+145 |
2003-02-16 | Change how to get CATEGORIES tag from new port for slave port. | Norikatsu Shigemura | 1 | -2/+2 |
2003-02-14 | Search for a lot of new failure strings to reduce the number of build | Kris Kennaway | 1 | -4/+177 |
2003-02-14 | Work around broken rand() in -current by changing the way we pick a | Kris Kennaway | 1 | -3/+3 |
2003-02-14 | - If ${ftp} = 0 in mkbindist.conf, then use the makeworld script to build | Kris Kennaway | 1 | -77/+56 |
2003-02-14 | - Correct usage message | Kris Kennaway | 1 | -7/+2 |
2003-02-10 | Catch up to new semantics of COMMENT variable (contains comment string | Kris Kennaway | 2 | -5/+2 |
2003-01-30 | Attempt to defuse problems from developers who don't have the correct | Will Andrews | 1 | -0/+2 |
2003-01-24 | If the port directory contains a file called .keep, then tar up the | Kris Kennaway | 2 | -0/+10 |