Age | Commit message (Expand) | Author | Files | Lines |
2006-12-23 | Bump date for previous. | wiz | 1 | -2/+2 |
2006-12-15 | Remove trailing tabs. | martti | 5 | -10/+10 |
2006-12-15 | Remove trailing spaces. | martti | 3 | -8/+8 |
2006-12-14 | Use '-o' instead of '-or' in find(1) arguments as the former seems to | dmcmahill | 1 | -2/+2 |
2006-12-14 | If a package build fails, append the output of 'make debug' to the log | dmcmahill | 1 | -2/+5 |
2006-12-14 | add /usr/sadm to the list of sandboxMountDirs for SunOS | dmcmahill | 1 | -2/+2 |
2006-12-13 | include the PKGSRC_COMPILER setting in the report | dmcmahill | 1 | -1/+3 |
2006-12-10 | Fixed the creating of numerous zombie processes, which is a bug in the | rillig | 1 | -1/+8 |
2006-12-09 | report correct pkgcount by first cd'ing to PKGDB_DIR, then FINDing in there. | jschauma | 1 | -2/+2 |
2006-12-09 | straighten out FIND command to figure out if a package needs to be rebuilt. | jschauma | 1 | -2/+2 |
2006-12-07 | Due to a misunderstanding of mine, preventing to upload restricted | rillig | 1 | -2/+9 |
2006-11-27 | - modularize functionality into a number of distinct functions | jschauma | 1 | -301/+357 |
2006-11-26 | The bulk builds now use the new target can-be-built-here, which checks | rillig | 2 | -3/+24 |
2006-11-26 | - Run a single find(1) command to get the list of new files rather than running | jschauma | 1 | -4/+4 |
2006-11-19 | nuke two Useless Use of Wc and let awk do the legwork. This saves us | jschauma | 1 | -6/+8 |
2006-11-06 | Also add bin/nawk to the tarred-up files. | tv | 1 | -3/+4 |
2006-11-06 | Add lang/nawk and sysutils/install-sh to the "don't blow away" package | tv | 1 | -3/+3 |
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 |