Age | Commit message (Expand) | Author | Files | Lines |
2001-11-08 | Change running output from build to include timestamp and current package. | jmc | 1 | -2/+2 |
2001-11-07 | The $DEPENDS file has the pkg's directory in the first column, followed by | hubertf | 1 | -2/+2 |
2001-11-06 | "bulk-install" already makes a binary package and cleans up after itself, | hubertf | 1 | -2/+2 |
2001-10-20 | When working out if an installed package should be left as it | abs | 1 | -1/+4 |
2001-10-20 | - change the way we cause the build order to happen. The old way passed | dmcmahill | 1 | -12/+63 |
2001-10-16 | fix quotes | hubertf | 1 | -2/+2 |
2001-10-15 | Change alignment of "Broken" column to right-justified - this makes | hubertf | 1 | -2/+2 |
2001-10-15 | Narrow doen the "Pkgs broken by" column by renaming it to "Breaks" | hubertf | 1 | -4/+4 |
2001-10-15 | At the end of the build, remove the contents of the "perl" package | hubertf | 1 | -2/+2 |
2001-10-15 | Set ressource limits as high as possible before we'll start compiling | hubertf | 1 | -1/+6 |
2001-10-14 | add some more failure checks for robustness. | dmcmahill | 3 | -18/+63 |
2001-10-13 | after the build, pull in 'lang/perl5' instead of 'lang/perl5-base' as the | dmcmahill | 1 | -2/+2 |
2001-10-12 | Change my non-standard copyright header to a BSD-style one. | hubertf | 2 | -7/+62 |
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 |