summaryrefslogtreecommitdiff
path: root/mk/bulk/build
AgeCommit message (Expand)AuthorFilesLines
2009-07-09With the most recent pkg_install, directories are removed when thehe1-1/+12
2008-06-13Make sure we pick up pax via USE_TOOLS.sketch1-3/+3
2008-06-08Commit two fixes which at least for me appear to be required whenhe1-3/+2
2008-01-04Replaced all references to pkglint with lintpkgsrc, which has its ownrillig1-5/+5
2007-06-15The option --prepare only generates the bulk build database.rillig1-1/+16
2007-03-07A hint to the real problem is a nice addition to an error message.rillig1-2/+4
2007-02-23The post-build-only option also needs to load the variables.rillig1-1/+2
2007-02-21At the very beginning, the variables are extracted by running bmake inrillig1-54/+24
2007-01-18pkgsrc bulk builds need much CPU time, but do they also need much stack?rillig1-3/+4
2006-12-15Remove trailing spaces.martti1-2/+2
2006-11-27- modularize functionality into a number of distinct functionsjschauma1-301/+357
2006-11-19nuke two Useless Use of Wc and let awk do the legwork. This saves usjschauma1-6/+8
2006-02-11Renamed the ``restart'' variable to ``resume'', as that is what therillig1-13/+11
2006-01-30Added the bulk build ID to the subject line of the report mail. It had beenrillig1-2/+2
2006-01-21- Added a new top level file that saves the REPORT_BASEDIR from the firstrillig1-7/+20
2005-12-05Shortened the code to extract pkgsrc variables by 30 lines, taking outrillig1-85/+49
2005-11-30- Ignore the return value of the "unset" command. This would terminate therillig1-3/+3
2005-11-28Instead of extracting the PKG_TOOLS_BIN make(1) variable, extractrillig1-10/+13
2005-11-28Prefixed the messages with "build> " that I had forgotten in the lastrillig1-6/+6
2005-11-28Prefixed the status messages from this program with "build> ", torillig1-13/+13
2005-11-28Print a message before creating the bulk build report, as this takesrillig1-1/+2
2005-11-24Indentation fix to make the "case" statements look more uniform.rillig1-3/+3
2005-11-24Corrected the quoting of variables in clear cases.rillig1-12/+13
2005-11-23Per request, back out all the SKIP_AUDIT_PACKAGES changes.erh1-2/+2
2005-11-20- If the BULKFILESDIR differs from PKGSRCDIR, create it before trying torillig1-1/+16
2005-11-19Indentation fix.rillig1-3/+2
2005-11-19The toplevel database files are referenced in the report, so they must notrillig1-3/+1
2005-11-19To check if the pkg_install tools are up to date, the bulk build scriptagc1-2/+2
2005-11-18Revert the change in 1.77, which does not work correctly.agc1-15/+11
2005-11-18If the bulk build is taking place in a sandbox, then typically read-onlyagc1-11/+15
2005-11-16Changes for enabling separate BULKFILESDIR and PKGSRCDIR.rillig1-6/+13
2005-11-11Removed the "BULK>" prefix from a message, as that prefix is reserved forrillig1-2/+2
2005-11-10Fixed the remaining instances of code relying on trailing white-space inrillig1-2/+2
2005-11-09Before extracting the pkgsrc variables (which takes some time), print arillig1-1/+3
2005-11-08- Improved error handling.rillig1-8/+7
2005-11-08- Removed the redundant check on USR_PKGSRC.rillig1-8/+3
2005-11-06Added basic checks to make sure the values from the configuration file arerillig1-1/+2
2005-11-06Remove extra ${pkgsrc_dir} that slipped in.seb1-2/+2
2005-11-05- Replaced spaces with tabs in the "build --help" message.rillig1-38/+39
2005-11-05- Condensed the code.rillig1-37/+18
2005-11-05Reformatted the --help output. Instead of many echo(1) commands, onerillig1-42/+43
2005-11-05- Added a comment above each paragraph explaining what goes on there.rillig1-31/+74
2005-11-05- Added an alias --resume for --restart, as "restart" sounds too much likerillig1-19/+13
2005-11-05- Added a function post_filter_cmd() that can be overridden in bulk.conf.rillig1-33/+54
2005-11-05- Added a shell function die() that is used to provide consistentlyrillig1-19/+18
2005-11-05- Removed trailing white-space from the --help output.rillig1-39/+41
2005-11-05Export the BULK_BUILD_CONF variable so that subprocesses can see it. Rewroterillig1-10/+12
2005-11-05Added a command line option --config that allows to specify a customrillig1-2/+10
2005-11-02Microoptimization: awk has BRE pattern matching, so use it instead oftv1-2/+2
2005-09-21Make the directory before creating the pkgsrc-results text file in it.reed1-2/+2