Age | Commit message (Expand) | Author | Files | Lines |
2006-03-28 | Add an option (MKSUMMARY) to create pkg_chk index for binary-only updates | joerg | 2 | -2/+10 |
2006-02-13 | Only write the terminating HTML code to the ${_BROKENFILE} if the | rillig | 1 | -4/+4 |
2006-02-12 | The security/kth-krb4 package does not install bin/ftp anymore (since | rillig | 1 | -2/+2 |
2006-02-11 | Added "pre-build>" identifier to two echo commands. | rillig | 1 | -3/+3 |
2006-02-11 | Renamed the ``restart'' variable to ``resume'', as that is what the | rillig | 1 | -13/+11 |
2006-02-11 | Fixed double quoting of _BROKENWRKLOG. | rillig | 1 | -2/+2 |
2006-02-10 | A small step in the direction of valid HTML for the build log files. | rillig | 1 | -12/+23 |
2006-02-10 | Indented the variable definitions more consistently. | rillig | 1 | -20/+20 |
2006-02-07 | When in "set -e" mode, the Solaris /bin/sh exits when "cd" fails, even | rillig | 1 | -2/+6 |
2006-02-04 | Added the KEEP_BUILDLOGS variable. If it is set to "yes", the build logs | rillig | 1 | -3/+24 |
2006-02-03 | If a package is still up to date, it doesn't matter if it is currently | rillig | 1 | -7/+3 |
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-29 | Don't test(1) and cd(1), cd(1) directly. As long as "set -e" is not | rillig | 1 | -3/+2 |
2006-01-24 | In the FTPHOST compatibility mode, there was a slash missing when | rillig | 1 | -2/+2 |
2006-01-22 | Made all sentences in the comments start with an upper-case letter and end | rillig | 1 | -16/+16 |
2006-01-21 | Fixed pkglint warnings. | rillig | 1 | -10/+15 |
2006-01-21 | - Added a new top level file that saves the REPORT_BASEDIR from the first | rillig | 5 | -47/+124 |
2006-01-19 | Made the program name in the DIAGNOSTICS section not appear emphasized. | rillig | 1 | -2/+2 |
2006-01-17 | `tsort` creates temporary files in the current directory, so change to the | jdc | 1 | -2/+2 |
2006-01-15 | Allow "=" characters to appear in a line that comments out a package in a | rillig | 1 | -2/+2 |
2006-01-07 | - Added pbc_checkpathname, pbc_checkbasename, pbc_checkurl. | rillig | 1 | -8/+34 |
2006-01-05 | Revert unintended part of last commit. | joerg | 1 | -2/+1 |
2006-01-05 | Adjust comment about SUBST_FILES to match reality: | joerg | 1 | -1/+2 |
2005-12-31 | Fix a typo (show-depends-dir -> show-depends-dirs). | minskim | 1 | -2/+2 |
2005-12-08 | Prefixed all status messages with "pre-build>" to show the user where they | rillig | 1 | -27/+27 |
2005-12-06 | Added missing "quotes" around many variables. | rillig | 1 | -43/+43 |
2005-12-06 | Fixed a typo. | rillig | 1 | -2/+2 |
2005-12-05 | * allow parallel builds (see parallel.txt) | rillig | 1 | -0/+1 |
2005-12-05 | Shortened the code to extract pkgsrc variables by 30 lines, taking out | rillig | 1 | -85/+49 |
2005-12-03 | Renamed some variables to match the pkgsrc variables they are derived | rillig | 1 | -13/+13 |
2005-12-03 | Removed CVS_USER, as announced on pkgsrc-bulk. | rillig | 4 | -51/+13 |
2005-11-30 | - Converted intermediate white-space to all tabs. | rillig | 1 | -7/+7 |
2005-11-30 | - Ignore the return value of the "unset" command. This would terminate the | rillig | 1 | -3/+3 |
2005-11-30 | Fix usage of BULKFILESDIR: | joerg | 1 | -6/+16 |
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-28 | If the package-specific log directory is empty after building a package, | rillig | 1 | -1/+5 |
2005-11-28 | - Since printindex does not use the .pkglist cache anymore, this program | rillig | 1 | -5/+1 |
2005-11-28 | - Don't use the .pkglist cache anymore, as the cache is quite cheap to | rillig | 2 | -21/+16 |
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-24 | 1. Added section headers in the part of the user-settable variables. | rillig | 1 | -3/+13 |
2005-11-23 | Changed the file extension of BROKENWRKLOG from ".html" to ".txt". This is | rillig | 1 | -7/+3 |
2005-11-23 | Per request, back out all the SKIP_AUDIT_PACKAGES changes. | erh | 1 | -2/+2 |
2005-11-20 | Put literal strings into .Ql quotes. | rillig | 1 | -3/+5 |
2005-11-20 | Added "" quotes to all arguments to echo(1). | rillig | 1 | -17/+17 |
2005-11-20 | Moved the "export BROKENF" command from the top of the program to the | rillig | 1 | -2/+2 |
2005-11-20 | - If the BULKFILESDIR differs from PKGSRCDIR, create it before trying to | rillig | 1 | -1/+16 |