Age | Commit message (Expand) | Author | Files | Lines |
2006-10-13 | Creating an archive from the working directory may take some time for | rillig | 1 | -1/+2 |
2006-10-07 | Renamed the "pack" option for _PRESERVE_WRKSRC to "pack-if-failed", | rillig | 1 | -4/+5 |
2006-10-06 | _PRESERVE_WRKDIR can be set to "pack" to save a .tar.gz archive of | rillig | 1 | -3/+10 |
2006-10-02 | Change the quoting to let this work with solaris-2.9 /bin/sh. | dmcmahill | 1 | -2/+2 |
2006-10-01 | Progress messages are prefixed with "sort-packages>", not "upload>". | rillig | 1 | -2/+2 |
2006-09-26 | Use /bin/mount if it exists on Linux, because some distros (e.g. Ubuntu | minskim | 1 | -2/+6 |
2006-08-10 | When installing packages, first "cd $USR_PKGSRC" to be independent of | rillig | 1 | -2/+2 |
2006-08-01 | Rewrote upload to use the newly introduced sort-packages program. | rillig | 1 | -121/+117 |
2006-08-01 | Always create the files for the lists, even if they would end up empty. | rillig | 1 | -5/+7 |
2006-08-01 | Oops, fixed a typo and tested it again. Now it works. | rillig | 1 | -3/+3 |
2006-08-01 | Added a program that sorts binary packages into categories, depending on | rillig | 1 | -0/+94 |
2006-08-01 | - add a -h|--help flag | dmcmahill | 1 | -16/+135 |
2006-07-30 | - use ${BMAKE} instead of 'make' in one instance | jschauma | 1 | -5/+18 |
2006-07-27 | Whenever we invoke a recursive make, we need to ensure that the proper | jlam | 1 | -14/+14 |
2006-07-26 | When the bulk build code encounters a directory in *SPECIFIC_PKGS | wiz | 2 | -5/+27 |
2006-07-03 | After converting it to HTML format, the build log file is not needed | rillig | 1 | -1/+2 |
2006-06-22 | Restore ls -t | grep idiom, the whole package list is too big for the | joerg | 1 | -2/+2 |
2006-06-08 | Create /var/spool/lock in the sandbox. The directory is needed to | minskim | 1 | -2/+2 |
2006-06-02 | Adapt to create pkg_summary file via pkg_info -X. Prompted and | dillo | 2 | -6/+8 |
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 |