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