Age | Commit message (Expand) | Author | Files | Lines |
2005-11-06 | Added basic checks to make sure the values from the configuration file are | rillig | 1 | -1/+2 |
2005-11-06 | Remove extra ${pkgsrc_dir} that slipped in. | seb | 1 | -2/+2 |
2005-11-05 | - Replaced spaces with tabs in the "build --help" message. | rillig | 1 | -38/+39 |
2005-11-05 | - Condensed the code. | rillig | 1 | -37/+18 |
2005-11-05 | Reformatted the --help output. Instead of many echo(1) commands, one | rillig | 1 | -42/+43 |
2005-11-05 | - Added a comment above each paragraph explaining what goes on there. | rillig | 1 | -31/+74 |
2005-11-05 | - Added an alias --resume for --restart, as "restart" sounds too much like | rillig | 1 | -19/+13 |
2005-11-05 | - Added a function post_filter_cmd() that can be overridden in bulk.conf. | rillig | 1 | -33/+54 |
2005-11-05 | - Added a shell function die() that is used to provide consistently | rillig | 1 | -19/+18 |
2005-11-05 | - Removed trailing white-space from the --help output. | rillig | 1 | -39/+41 |
2005-11-05 | Export the BULK_BUILD_CONF variable so that subprocesses can see it. Rewrote | rillig | 1 | -10/+12 |
2005-11-05 | Added a command line option --config that allows to specify a custom | rillig | 1 | -2/+10 |
2005-11-02 | Microoptimization: awk has BRE pattern matching, so use it instead of | tv | 1 | -2/+2 |
2005-09-21 | Make the directory before creating the pkgsrc-results text file in it. | reed | 1 | -2/+2 |
2005-09-20 | Add a new command line option "-e | --no-email" to not send the email | xtraeme | 1 | -2/+17 |
2005-08-26 | Use PKG_TOOLS_BIN, so it doesn't run wrong pkg_* tools found in the PATH. | reed | 1 | -7/+10 |
2005-06-24 | Use ${PERL5} instead of `perl' and relying on $PATH order. | sketch | 1 | -2/+5 |
2005-06-24 | lang/perl58 has been renamed to lang/perl5 (hi johnny!) | dillo | 1 | -2/+2 |
2005-05-19 | list all the extracted variables, not just some of them | dillo | 1 | -1/+8 |
2005-05-19 | PERL5_PKGSRCDIR is no more. Explicitly use "lang/perl58" for the | jlam | 1 | -4/+2 |
2005-05-18 | Reinstall BULK_PREREQ before running the post-build script as there may be | sketch | 1 | -1/+10 |
2005-05-03 | Teach the bulk build scripts about the new tools framework. | jlam | 1 | -5/+5 |
2005-01-14 | "uptodate-pkgtools" is actually a dead target these days. Use "fetch" in | tv | 1 | -2/+2 |
2004-12-11 | The documentation claims you can use -m as an alias for --mirror_only. | kristerw | 1 | -2/+2 |
2004-11-23 | Don't hard-code "lang/perl58". Instead, use the value of PERL5_PKGSRCDIR | jlam | 1 | -2/+4 |
2004-11-16 | Preserve the .work.log file from a broken build as .broken.work.html | jlam | 1 | -1/+4 |
2004-11-12 | Bulk builds should be defaulting to building perl58. | jlam | 1 | -2/+2 |
2004-09-22 | Typo - "ressource". | mason | 1 | -2/+2 |
2004-08-06 | Unset CDPATH variable in the user environment which prints the cwd to stdout | sketch | 1 | -1/+3 |
2004-07-22 | Abstract out the "nice -n 20" clause, so that it can be set to something | agc | 1 | -3/+8 |
2004-04-29 | add missing -r option that the usage claimed existed. Noted by garbled@ | dmcmahill | 1 | -2/+2 |
2004-04-24 | add a -s | --specific-pkgs option which will set SPECIFIC_PKGS=1 for the | dmcmahill | 1 | -3/+16 |
2004-04-09 | Add a --mirror_only option to the bulk build script. When combined with | dmcmahill | 1 | -5/+88 |
2004-04-07 | Add support in the bulk build code to properly deal with SPECIFIC_PKGS=1. | dmcmahill | 1 | -1/+4 |
2004-02-25 | s/netbsd.org/NetBSD.org/ | grant | 1 | -2/+2 |
2004-02-05 | extract OPSYS and OS_VERSION from pkgsrc and use them in the report | grant | 1 | -3/+8 |
2004-01-27 | Replace all occurrences of the "MAIL" definition with MAIL_CMD, since | agc | 1 | -4/+4 |
2004-01-22 | make date format string more portable. | grant | 1 | -2/+2 |
2004-01-20 | missed a `uname -p` | grant | 1 | -2/+2 |
2004-01-20 | get and use the value of ${MACHINE_ARCH} instead of `uname -p` to | grant | 1 | -2/+3 |
2004-01-17 | portability fixes: | grant | 1 | -11/+22 |
2003-11-20 | Catch errors from pre-build, and abort if it's not 0. | hubertf | 1 | -1/+6 |
2003-05-06 | Drop trailing whitespace. Ok'ed by wiz. | jmmv | 1 | -9/+9 |
2002-12-31 | If the pkg tools are not update, upgrade them. | cjep | 1 | -1/+8 |
2002-12-01 | add some more error checking. In particular if the bulk-cache creation | dmcmahill | 1 | -1/+5 |
2002-08-22 | Merge pkgsrc/mk from the buildlink2 branch back into the main trunk. | jlam | 1 | -1/+1 |
2002-08-12 | In the build script, set BATCH=1 and DEPENDS_TARGET=bulk-install in the | agc | 1 | -1/+6 |
2002-08-07 | Make these scripts useful on platforms other than NetBSD by using a BMAKE | agc | 1 | -14/+22 |
2002-08-06 | Add a missing "-o" from the compound test in the if statement | agc | 1 | -2/+2 |
2002-06-29 | don't hard code the start time stamp file as .start.${arch} but allow | dmcmahill | 1 | -1/+4 |