summaryrefslogtreecommitdiff
path: root/mk/bulk
AgeCommit message (Expand)AuthorFilesLines
2005-12-08Prefixed all status messages with "pre-build>" to show the user where theyrillig1-27/+27
2005-12-06Added missing "quotes" around many variables.rillig1-43/+43
2005-12-06Fixed a typo.rillig1-2/+2
2005-12-05 * allow parallel builds (see parallel.txt)rillig1-0/+1
2005-12-05Shortened the code to extract pkgsrc variables by 30 lines, taking outrillig1-85/+49
2005-12-03Renamed some variables to match the pkgsrc variables they are derivedrillig1-13/+13
2005-12-03Removed CVS_USER, as announced on pkgsrc-bulk.rillig4-51/+13
2005-11-30- Converted intermediate white-space to all tabs.rillig1-7/+7
2005-11-30- Ignore the return value of the "unset" command. This would terminate therillig1-3/+3
2005-11-30Fix usage of BULKFILESDIR:joerg1-6/+16
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-28If the package-specific log directory is empty after building a package,rillig1-1/+5
2005-11-28- Since printindex does not use the .pkglist cache anymore, this programrillig1-5/+1
2005-11-28- Don't use the .pkglist cache anymore, as the cache is quite cheap torillig2-21/+16
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-241. Added section headers in the part of the user-settable variables.rillig1-3/+13
2005-11-23Changed the file extension of BROKENWRKLOG from ".html" to ".txt". This isrillig1-7/+3
2005-11-23Per request, back out all the SKIP_AUDIT_PACKAGES changes.erh1-2/+2
2005-11-20Put literal strings into .Ql quotes.rillig1-3/+5
2005-11-20Added "" quotes to all arguments to echo(1).rillig1-17/+17
2005-11-20Moved the "export BROKENF" command from the top of the program to therillig1-2/+2
2005-11-20- If the BULKFILESDIR differs from PKGSRCDIR, create it before trying torillig1-1/+16
2005-11-20Despite having ALLOW_VULNERABLE_PACKAGES in my /etc/mk.conf, I foundagc1-2/+2
2005-11-20Macro usage fixes, use more macros, grammar improvement.wiz1-10/+12
2005-11-19Allow the bulk builds to work by adding security/audit-packages as aagc1-2/+2
2005-11-19Indentation fix.rillig1-3/+2
2005-11-19Fixed the documentation in the DIAGNOSTICS section.rillig1-4/+6
2005-11-19Made the diagnostics for invalid characters in BULK_PREREQ and therillig1-6/+8
2005-11-19- Moved the "man page" comment into a real man page.rillig2-18/+119
2005-11-19The toplevel database files are referenced in the report, so they must notrillig1-3/+1
2005-11-19Replaced ${ECHO_MSG} with ${ECHO} where appropriate. While there, quotedrillig1-19/+19
2005-11-19To check if the pkg_install tools are up to date, the bulk build scriptagc1-2/+2
2005-11-18The "Building packages" section has been split up into "Building therillig1-7/+11
2005-11-18Added a new section called "Generating the report". Moved the FTP*rillig1-9/+11
2005-11-18Revert the change in 1.77, which does not work correctly.agc1-15/+11
2005-11-18- The text/plain report is generated using printf() instead ofrillig1-34/+33
2005-11-18Code cleanup, bugfixes and separation of PKGSRCDIR and BULKFILESDIR.rillig1-24/+88
2005-11-18If the bulk build is taking place in a sandbox, then typically read-onlyagc1-11/+15
2005-11-18Corrected the comment above BULKFILESDIR. It is not only used for therillig1-2/+3
2005-11-18Properly indented preprocessing directives.rillig1-3/+3
2005-11-18Allow FORCEBROKENFILE files to be created in either PKGSRCDIR orrillig1-3/+6
2005-11-16Changes for separation of BULKFILESDIR and PKGSRCDIR.rillig1-26/+53
2005-11-16Changes for enabling separate BULKFILESDIR and PKGSRCDIR.rillig1-6/+13
2005-11-16Made printdepends very similar to printindex, as both iterate over allrillig1-53/+114
2005-11-16As I'm not sure for what things ${BULKFILESDIR}/${BROKENFILE} is used,rillig1-2/+2
2005-11-16Another rewrite:rillig1-21/+65