Age | Commit message (Expand) | Author | Files | Lines |
2008-06-08 | Commit two fixes which at least for me appear to be required when | he | 1 | -3/+2 |
2008-01-04 | Replaced all references to pkglint with lintpkgsrc, which has its own | rillig | 1 | -5/+5 |
2007-06-15 | The option --prepare only generates the bulk build database. | rillig | 1 | -1/+16 |
2007-03-07 | A hint to the real problem is a nice addition to an error message. | rillig | 1 | -2/+4 |
2007-02-23 | The post-build-only option also needs to load the variables. | rillig | 1 | -1/+2 |
2007-02-21 | At the very beginning, the variables are extracted by running bmake in | rillig | 1 | -54/+24 |
2007-01-18 | pkgsrc bulk builds need much CPU time, but do they also need much stack? | rillig | 1 | -3/+4 |
2006-12-15 | Remove trailing spaces. | martti | 1 | -2/+2 |
2006-11-27 | - modularize functionality into a number of distinct functions | jschauma | 1 | -301/+357 |
2006-11-19 | nuke two Useless Use of Wc and let awk do the legwork. This saves us | jschauma | 1 | -6/+8 |
2006-02-11 | Renamed the ``restart'' variable to ``resume'', as that is what the | rillig | 1 | -13/+11 |
2006-01-30 | Added the bulk build ID to the subject line of the report mail. It had been | rillig | 1 | -2/+2 |
2006-01-21 | - Added a new top level file that saves the REPORT_BASEDIR from the first | rillig | 1 | -7/+20 |
2005-12-05 | Shortened the code to extract pkgsrc variables by 30 lines, taking out | rillig | 1 | -85/+49 |
2005-11-30 | - Ignore the return value of the "unset" command. This would terminate the | rillig | 1 | -3/+3 |
2005-11-28 | Instead of extracting the PKG_TOOLS_BIN make(1) variable, extract | rillig | 1 | -10/+13 |
2005-11-28 | Prefixed the messages with "build> " that I had forgotten in the last | rillig | 1 | -6/+6 |
2005-11-28 | Prefixed the status messages from this program with "build> ", to | rillig | 1 | -13/+13 |
2005-11-28 | Print a message before creating the bulk build report, as this takes | rillig | 1 | -1/+2 |
2005-11-24 | Indentation fix to make the "case" statements look more uniform. | rillig | 1 | -3/+3 |
2005-11-24 | Corrected the quoting of variables in clear cases. | rillig | 1 | -12/+13 |
2005-11-23 | Per request, back out all the SKIP_AUDIT_PACKAGES changes. | erh | 1 | -2/+2 |
2005-11-20 | - If the BULKFILESDIR differs from PKGSRCDIR, create it before trying to | rillig | 1 | -1/+16 |
2005-11-19 | Indentation fix. | rillig | 1 | -3/+2 |
2005-11-19 | The toplevel database files are referenced in the report, so they must not | rillig | 1 | -3/+1 |
2005-11-19 | To check if the pkg_install tools are up to date, the bulk build script | agc | 1 | -2/+2 |
2005-11-18 | Revert the change in 1.77, which does not work correctly. | agc | 1 | -15/+11 |
2005-11-18 | If the bulk build is taking place in a sandbox, then typically read-only | agc | 1 | -11/+15 |
2005-11-16 | Changes for enabling separate BULKFILESDIR and PKGSRCDIR. | rillig | 1 | -6/+13 |
2005-11-11 | Removed the "BULK>" prefix from a message, as that prefix is reserved for | rillig | 1 | -2/+2 |
2005-11-10 | Fixed the remaining instances of code relying on trailing white-space in | rillig | 1 | -2/+2 |
2005-11-09 | Before extracting the pkgsrc variables (which takes some time), print a | rillig | 1 | -1/+3 |
2005-11-08 | - Improved error handling. | rillig | 1 | -8/+7 |
2005-11-08 | - Removed the redundant check on USR_PKGSRC. | rillig | 1 | -8/+3 |
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 |