Age | Commit message (Expand) | Author | Files | Lines |
2001-07-21 | don't try and do 'mount -o async -u /usr' because we don't know that the user | dmcmahill | 1 | -3/+1 |
2001-07-21 | if an outdated package is still installed and 'make deinstall' fails | dmcmahill | 1 | -1/+5 |
2001-07-13 | if a package subdirectory is listed in the category makefile, but doesn't | dmcmahill | 2 | -15/+27 |
2001-07-09 | consolidate a duplicated part of the script. | dmcmahill | 1 | -6/+10 |
2001-07-09 | when saving the rsync script for later, be sure and save the starting | dmcmahill | 1 | -0/+4 |
2001-07-08 | teach the upload script about OSVERSION_SPECIFIC packages so one can put | dmcmahill | 2 | -9/+92 |
2001-06-27 | do not forget X | hubertf | 1 | -1/+3 |
2001-06-26 | Fix typo in RCD Id -- s/NetSBD/NetBSD/ | zuntum | 1 | -1/+1 |
2001-06-26 | * add example how to setup a sandbox from source | hubertf | 1 | -2/+2 |
2001-06-23 | A tiny example how I start my sandbox builds. | hubertf | 1 | -0/+19 |
2001-06-23 | Add a script that I use to upload binary pkgs to the FTP server | hubertf | 2 | -1/+36 |
2001-05-09 | OK, let's try this the other way 'round: first clean out *everything*, | hubertf | 1 | -57/+61 |
2001-05-09 | Add date when a buid for a pkg started, and comment a place that has some | hubertf | 1 | -2/+3 |
2001-05-09 | don't exit if a depends can't be pkg_add'ed. In this case it will be | dmcmahill | 1 | -2/+2 |
2001-05-05 | when installing pkglint before the bulk build do it with PRECLEAN=yes. | dmcmahill | 1 | -11/+12 |
2001-05-03 | keep a snapshot of the bulk cache files. | dmcmahill | 1 | -1/+32 |
2001-05-03 | some code cleanup. | dmcmahill | 1 | -30/+36 |
2001-05-02 | do some extra checks. In particular, don't try to pkg_add a package if | dmcmahill | 1 | -3/+7 |
2001-04-14 | allow for a pre-build.local script. If mk/bulk/pre-build.local exists, | dmcmahill | 1 | -2/+7 |
2001-04-02 | clean up a few more shards | hubertf | 1 | -1/+3 |
2001-03-31 | uncomment an important line which should have never been commented out. | dmcmahill | 1 | -2/+2 |
2001-03-31 | get rid of an unneeded awk invocation | dmcmahill | 1 | -2/+2 |
2001-03-27 | make sure that any packages listed in BULK_PREREQ get listed in the output | dmcmahill | 1 | -2/+25 |
2001-03-19 | -add support for a BULK_PREREQ make variable. BULK_PREREQ contains a list | dmcmahill | 5 | -32/+109 |
2001-03-14 | make sure CVS_RSH gets set to 'ssh' before cvs updating | hubertf | 1 | -2/+2 |
2001-02-23 | make the column headings line up a little better. Patch from Hubert. | dmcmahill | 1 | -4/+4 |
2001-02-20 | Fix typo in usage. | wiz | 1 | -2/+2 |
2001-02-17 | Handle new category-Makefile format | wiz | 2 | -5/+4 |
2001-02-17 | reduce the verbosity when adding/removing pkgs. Suggested by Hubert | dmcmahill | 1 | -10/+1 |
2001-02-16 | Fix 2 typos in comments. | wiz | 1 | -4/+4 |
2001-02-15 | when removing out of date binary packages from ${PACKAGES}/All, also remove | dmcmahill | 1 | -1/+6 |
2001-02-13 | only use the depends cache files during a bulk build, otherwise revert to | dmcmahill | 2 | -44/+67 |
2001-02-11 | finish incomplete sentence (who contributed the code) | dmcmahill | 1 | -2/+2 |
2001-02-08 | when a package fails to package, keep a count of how many others packages | dmcmahill | 2 | -10/+26 |
2001-02-06 | fix a bug which causes a few pkgs to be dropped from the output of | dmcmahill | 1 | -7/+25 |
2001-02-02 | fix a bug which caused pkgs with no dependens to get dropped from the output | dmcmahill | 1 | -6/+13 |
2001-02-01 | This commit incorporates several speed improvements which have been tested | dmcmahill | 3 | -54/+193 |
2001-02-01 | take advantage of new target in bsd.pkg.mk to simplify the script and be | dmcmahill | 1 | -18/+4 |
2001-02-01 | - when deleting packages, don't try and delete packages which have already | dmcmahill | 1 | -6/+10 |
2001-01-28 | be consistant about the use of "BULK> " as the prompt relating to the bulk | dmcmahill | 1 | -15/+15 |
2001-01-28 | Initial commit. | dmcmahill | 1 | -0/+178 |
2001-01-28 | Initial commit. | dmcmahill | 1 | -0/+64 |
2000-12-31 | move the code which determines the BROKENFILE and BUILDLOG file names out | dmcmahill | 3 | -31/+13 |
2000-12-30 | further cleanup of handling the .broken.files and .make.files | dmcmahill | 4 | -9/+39 |
2000-12-30 | Don't die without a proper error message | hubertf | 1 | -2/+2 |
2000-12-29 | add hostname and pid to the temp makefile name to avoid conflicts when | dmcmahill | 1 | -5/+5 |
2000-12-26 | don't break the hyperlinks to the broken files.... | dmcmahill | 1 | -2/+3 |
2000-12-26 | - get the BROKENFILE setting from `make show-var VARNAME=BROKENFILE` rather than | dmcmahill | 2 | -7/+9 |
2000-12-22 | make the pruning of distfiles be controlled by a build.conf setting. | dmcmahill | 2 | -6/+16 |
2000-12-15 | An old version of a (broken) useradd created /nonexistang, and pop3d | hubertf | 1 | -1/+2 |