summaryrefslogtreecommitdiff
path: root/mk/bulk
AgeCommit message (Expand)AuthorFilesLines
2002-03-16Allow restarting a chrooted build:hubertf1-2/+2
2002-03-14nuke /var/wwwoffle - pointed out by fred bruckmanhubertf1-1/+2
2002-03-13Move documentation where it belongs.hubertf1-13/+2
2002-03-04Use <pre> to surround build logs - monospaced fonts are so much more readable.hubertf1-10/+10
2002-01-20add some html markup to the .broken files (which now have .html extenstion).dmcmahill1-10/+12
2002-01-12add the OBJHOSTNAME functionality that appeared in 1.901 of bsd.pkg.mk.dmcmahill1-20/+22
2001-12-17- add 'bulk-cache' and 'clean-bulk-cache' targets to create and removedmcmahill2-19/+34
2001-12-16add more checks to be more robust in the face of an index file whichdmcmahill1-1/+3
2001-12-15Modify all references to PKGSRCDIR to _PKGSRCDIR, except in the externalagc2-23/+23
2001-12-01Catch errors while running printindexhubertf1-2/+5
2001-12-01there's no need to abort this whole script if one pkg brings up anhubertf1-3/+3
2001-11-28lose some more pkg/ referencesabs1-3/+3
2001-11-26Run "make bulk-package" with stdin redirected from /dev/null,hubertf1-2/+2
2001-11-25fix typo in error output message (s/PKNAME/PKGNAME). Patch fromdmcmahill1-2/+2
2001-11-08Change running output from build to include timestamp and current package.jmc1-2/+2
2001-11-07The $DEPENDS file has the pkg's directory in the first column, followed byhubertf1-2/+2
2001-11-06"bulk-install" already makes a binary package and cleans up after itself,hubertf1-2/+2
2001-10-20When working out if an installed package should be left as itabs1-1/+4
2001-10-20- change the way we cause the build order to happen. The old way passeddmcmahill1-12/+63
2001-10-16fix quoteshubertf1-2/+2
2001-10-15Change alignment of "Broken" column to right-justified - this makeshubertf1-2/+2
2001-10-15Narrow doen the "Pkgs broken by" column by renaming it to "Breaks"hubertf1-4/+4
2001-10-15At the end of the build, remove the contents of the "perl" packagehubertf1-2/+2
2001-10-15Set ressource limits as high as possible before we'll start compilinghubertf1-1/+6
2001-10-14add some more failure checks for robustness.dmcmahill3-18/+63
2001-10-13after the build, pull in 'lang/perl5' instead of 'lang/perl5-base' as thedmcmahill1-2/+2
2001-10-12Change my non-standard copyright header to a BSD-style one.hubertf2-7/+62
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