summaryrefslogtreecommitdiff
path: root/mk/bulk
AgeCommit message (Expand)AuthorFilesLines
2006-10-13Creating an archive from the working directory may take some time forrillig1-1/+2
2006-10-07Renamed the "pack" option for _PRESERVE_WRKSRC to "pack-if-failed",rillig1-4/+5
2006-10-06_PRESERVE_WRKDIR can be set to "pack" to save a .tar.gz archive ofrillig1-3/+10
2006-10-02Change the quoting to let this work with solaris-2.9 /bin/sh.dmcmahill1-2/+2
2006-10-01Progress messages are prefixed with "sort-packages>", not "upload>".rillig1-2/+2
2006-09-26Use /bin/mount if it exists on Linux, because some distros (e.g. Ubuntuminskim1-2/+6
2006-08-10When installing packages, first "cd $USR_PKGSRC" to be independent ofrillig1-2/+2
2006-08-01Rewrote upload to use the newly introduced sort-packages program.rillig1-121/+117
2006-08-01Always create the files for the lists, even if they would end up empty.rillig1-5/+7
2006-08-01Oops, fixed a typo and tested it again. Now it works.rillig1-3/+3
2006-08-01Added a program that sorts binary packages into categories, depending onrillig1-0/+94
2006-08-01- add a -h|--help flagdmcmahill1-16/+135
2006-07-30- use ${BMAKE} instead of 'make' in one instancejschauma1-5/+18
2006-07-27Whenever we invoke a recursive make, we need to ensure that the properjlam1-14/+14
2006-07-26When the bulk build code encounters a directory in *SPECIFIC_PKGSwiz2-5/+27
2006-07-03After converting it to HTML format, the build log file is not neededrillig1-1/+2
2006-06-22Restore ls -t | grep idiom, the whole package list is too big for thejoerg1-2/+2
2006-06-08Create /var/spool/lock in the sandbox. The directory is needed tominskim1-2/+2
2006-06-02Adapt to create pkg_summary file via pkg_info -X. Prompted anddillo2-6/+8
2006-03-28Add an option (MKSUMMARY) to create pkg_chk index for binary-only updatesjoerg2-2/+10
2006-02-13Only write the terminating HTML code to the ${_BROKENFILE} if therillig1-4/+4
2006-02-12The security/kth-krb4 package does not install bin/ftp anymore (sincerillig1-2/+2
2006-02-11Added "pre-build>" identifier to two echo commands.rillig1-3/+3
2006-02-11Renamed the ``restart'' variable to ``resume'', as that is what therillig1-13/+11
2006-02-11Fixed double quoting of _BROKENWRKLOG.rillig1-2/+2
2006-02-10A small step in the direction of valid HTML for the build log files.rillig1-12/+23
2006-02-10Indented the variable definitions more consistently.rillig1-20/+20
2006-02-07When in "set -e" mode, the Solaris /bin/sh exits when "cd" fails, evenrillig1-2/+6
2006-02-04Added the KEEP_BUILDLOGS variable. If it is set to "yes", the build logsrillig1-3/+24
2006-02-03If a package is still up to date, it doesn't matter if it is currentlyrillig1-7/+3
2006-01-30Added the bulk build ID to the subject line of the report mail. It had beenrillig1-2/+2
2006-01-29Don't test(1) and cd(1), cd(1) directly. As long as "set -e" is notrillig1-3/+2
2006-01-24In the FTPHOST compatibility mode, there was a slash missing whenrillig1-2/+2
2006-01-22Made all sentences in the comments start with an upper-case letter and endrillig1-16/+16
2006-01-21Fixed pkglint warnings.rillig1-10/+15
2006-01-21- Added a new top level file that saves the REPORT_BASEDIR from the firstrillig5-47/+124
2006-01-19Made the program name in the DIAGNOSTICS section not appear emphasized.rillig1-2/+2
2006-01-17`tsort` creates temporary files in the current directory, so change to thejdc1-2/+2
2006-01-15Allow "=" characters to appear in a line that comments out a package in arillig1-2/+2
2006-01-07- Added pbc_checkpathname, pbc_checkbasename, pbc_checkurl.rillig1-8/+34
2006-01-05Revert unintended part of last commit.joerg1-2/+1
2006-01-05Adjust comment about SUBST_FILES to match reality:joerg1-1/+2
2005-12-31Fix a typo (show-depends-dir -> show-depends-dirs).minskim1-2/+2
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