Age | Commit message (Expand) | Author | Files | Lines |
2003-05-06 | Drop trailing whitespace. Ok'ed by wiz. | jmmv | 9 | -55/+55 |
2003-04-22 | now REALLY use the right dir... doh | hubertf | 1 | -2/+2 |
2003-04-22 | Make sure binary pkgs are found :) | hubertf | 1 | -2/+2 |
2003-04-21 | Set BATCH=1 and set DEPENDS_TARGET. (BATCH=1 is certainly needed for | cjep | 1 | -0/+5 |
2003-04-16 | Fix typos, remove duplicate entry security, nits. | wiz | 1 | -11/+8 |
2003-04-13 | PR#21087. Some files are missing in bulk build sandboxes created by | cjep | 1 | -1/+9 |
2003-03-16 | Add some notes with thoughts on what a parallel bulk build system should do. | dmcmahill | 1 | -0/+210 |
2003-03-09 | Use CVS_USER for RSYNC options. | cjep | 1 | -3/+3 |
2003-02-13 | correct the 'broken due to depends' processing. This change makes the | dmcmahill | 1 | -3/+5 |
2003-02-08 | honor PKG_SKIP_REASON as well as PKG_FAIL_REASON, like normal build does. | kei | 1 | -2/+2 |
2003-01-04 | move bulk/{mkreadme,genreadme.awk} to scripts/ as this is a more suitable | dmcmahill | 2 | -1131/+0 |
2002-12-31 | Introduce a variable called kernel which is either empty or contains the | cjep | 1 | -3/+7 |
2002-12-31 | Loopback mount /proc on SunOS. shells/tcsh successfully builds in the sandbox | cjep | 1 | -2/+9 |
2002-12-31 | Add /usr/ccs, /usr/ucb and /usr/xpg4 for SunOS in sandboxDirs. | cjep | 1 | -2/+2 |
2002-12-31 | 1. On SunOS populate /dev in the sandbox with devfsadm and ucblinks. | cjep | 1 | -21/+20 |
2002-12-31 | 1. Introduce mountflags so that we can tune the mount command for Solaris | cjep | 1 | -8/+13 |
2002-12-31 | Introduce idprog so that Solaris survives the root test. | cjep | 1 | -2/+7 |
2002-12-31 | If the pkg tools are not update, upgrade them. | cjep | 1 | -1/+8 |
2002-12-07 | Replace IGNORE into PKG_FAIL_REASON and PKG_SKIP_REASON, so pkgsrc | schmonz | 1 | -2/+2 |
2002-12-03 | Apply patches from Sergey Svishchev in PR 19221 to get the correct value | agc | 1 | -1/+3 |
2002-12-01 | add some more error checking. In particular if the bulk-cache creation | dmcmahill | 1 | -1/+5 |
2002-11-20 | Fixes from Robert Elz to: | agc | 1 | -9/+17 |
2002-11-16 | - When listing the current version of the package, don't create a hyperlink | dmcmahill | 1 | -3/+4 |
2002-11-14 | - when creating a new database, make sure that the old one is gone first to | dmcmahill | 1 | -1/+12 |
2002-11-14 | add a 'SINGLEPKG' variable which can be set on the command line to the | dmcmahill | 1 | -2/+12 |
2002-11-13 | move the pruning of readme's to the very end of the job. | dmcmahill | 1 | -19/+24 |
2002-11-13 | - add some more error checking. In particular, if any of the template files | dmcmahill | 1 | -6/+22 |
2002-11-13 | add a -S,--save-database option which doesn't delete the database files | dmcmahill | 1 | -4/+15 |
2002-11-13 | only update the README-IPv6.html file if it has changed | dmcmahill | 1 | -2/+7 |
2002-11-13 | - replace & with & _before_ replacing < with < and > with > when | dmcmahill | 1 | -2/+10 |
2002-11-13 | start warning output on a new line to make it easier to read | dmcmahill | 1 | -1/+2 |
2002-11-12 | - added progress meter when extracting database. Useful for those of us | dmcmahill | 1 | -1/+9 |
2002-11-12 | add timestamp to output messages | dmcmahill | 1 | -2/+3 |
2002-11-11 | add scripts for generating the README.html files in a much more efficient | dmcmahill | 2 | -0/+1054 |
2002-11-08 | Take care of -current's /lib and /libexec. | seb | 1 | -2/+8 |
2002-11-03 | Actually pass CVS_FLAGS propperly to the su'd "cvs update" | hubertf | 1 | -2/+2 |
2002-10-06 | fix typo in comment and an error in the usage output (position of | dmcmahill | 1 | -3/+3 |
2002-08-22 | Merge pkgsrc/mk from the buildlink2 branch back into the main trunk. | jlam | 8 | -8/+8 |
2002-08-20 | Add CVS_FLAGS that will be passed to 'cvs update' before builds. | hubertf | 2 | -3/+7 |
2002-08-15 | Actually Alistair was right: $packages and $distfiles also need to be | seb | 1 | -1/+2 |
2002-08-12 | Make sure that /var/games exists in the sandbox, and has the correct | agc | 1 | -1/+11 |
2002-08-12 | New feature: this script now create $sandbox/sandbox, a shell script | seb | 1 | -1/+50 |
2002-08-12 | - Remove $sandbox/etc/localtime before copying /usr/share/zoneinfo/GMT over. | seb | 1 | -4/+5 |
2002-08-12 | In the build script, set BATCH=1 and DEPENDS_TARGET=bulk-install in the | agc | 1 | -1/+6 |
2002-08-12 | Don't null-mount all of /var - just do /var/mail for just now, so that | agc | 1 | -2/+2 |
2002-08-12 | Also null-mount /var from inside the sandbox | agc | 1 | -2/+3 |
2002-08-12 | Don't assume that this is a shell script - instead, realise that it's | agc | 1 | -11/+11 |
2002-08-07 | Correct the position of a closing parenthesis in a comment | agc | 1 | -2/+2 |
2002-08-07 | A small shell script to set up a sandbox (usually for a pkgsrc bulk | agc | 1 | -0/+184 |
2002-08-07 | Make these scripts useful on platforms other than NetBSD by using a BMAKE | agc | 7 | -70/+92 |