Age | Commit message (Expand) | Author | Files | Lines |
2006-07-26 | When the bulk build code encounters a directory in *SPECIFIC_PKGS | wiz | 1 | -3/+20 |
2006-01-21 | - Added a new top level file that saves the REPORT_BASEDIR from the first | rillig | 1 | -21/+57 |
2005-12-03 | Renamed some variables to match the pkgsrc variables they are derived | rillig | 1 | -13/+13 |
2005-11-30 | - Converted intermediate white-space to all tabs. | rillig | 1 | -7/+7 |
2005-11-18 | - The text/plain report is generated using printf() instead of | rillig | 1 | -34/+33 |
2005-11-18 | Code cleanup, bugfixes and separation of PKGSRCDIR and BULKFILESDIR. | rillig | 1 | -24/+88 |
2005-09-25 | Finally remember to commit this: | jschauma | 1 | -2/+2 |
2005-08-26 | Use PKG_TOOLS_BIN, so it doesn't run wrong pkg_* tools found in the PATH. | reed | 1 | -2/+3 |
2005-07-17 | Fix the following error: | ben | 1 | -1/+2 |
2005-05-19 | Use MACHINE_ARCH instead of arch to be consistent with things like the | kristerw | 1 | -15/+15 |
2005-05-19 | Convert the last remaining usage of GTAR to use PAX instead. | kristerw | 1 | -2/+2 |
2005-05-19 | Use PAX instead of GTAR since pax is provided on all systems while gtar | jlam | 1 | -3/+3 |
2005-05-16 | When generating the report, add a list of top ten offenders at the top. | jschauma | 1 | -7/+15 |
2005-01-15 | Work around an undef-in-string warning caused by unexpanded $NetBSD$ | tv | 1 | -4/+4 |
2005-01-14 | For those packages where the maintainer field can't be determined by | jmmv | 1 | -1/+4 |
2005-01-13 | * Clean up syntax ambiguities, e.g. (my $foo = $bar) =~ .... | tv | 1 | -111/+147 |
2004-11-23 | Fix the find command used to print out all of the .broken* files. It now | jlam | 1 | -2/+2 |
2004-11-22 | Change perlfiles var to look for files from perl*, | wiz | 1 | -2/+2 |
2004-11-16 | Preserve the .work.log file from a broken build as .broken.work.html | jlam | 1 | -3/+4 |
2004-07-15 | add anchors for jumping to the top and each section of the HTML report. | grant | 1 | -4/+22 |
2004-07-15 | only include broken packages in the email output. | grant | 1 | -6/+9 |
2004-04-09 | Commentary cleanup: | jschauma | 1 | -5/+6 |
2004-04-07 | Add support in the bulk build code to properly deal with SPECIFIC_PKGS=1. | dmcmahill | 1 | -2/+5 |
2004-03-28 | Rearrange the wording slightly in an informational message, to avoid | agc | 1 | -2/+2 |
2004-03-22 | If BULK_BUILD_CONF points to an absolute path, don't try to use it | jschauma | 1 | -2/+6 |
2004-03-18 | don't assume there will always be broken packages. noted by wiz. | grant | 1 | -2/+5 |
2004-03-13 | Remove some more of the "last touched by" code. | wiz | 1 | -4/+2 |
2004-03-11 | Remove 'blame' column, OK'd by grant@. | hubertf | 1 | -7/+5 |
2004-02-25 | GNU tar on netbsd-1-6 doesn't grok "-T -" at the end, but pax-as-tar | grant | 1 | -3/+4 |
2004-02-15 | avoid another long command line calling tar(1). | grant | 1 | -2/+2 |
2004-02-14 | when copying the broken files, use find(1) instead of a shell glob | grant | 1 | -2/+2 |
2004-02-08 | print date and time in UTC. | grant | 1 | -3/+5 |
2004-02-08 | include the total number of binary pkgs created in the report. fix | grant | 1 | -6/+17 |
2004-02-05 | show build start time in localtime, not seconds-since-epoch :) | grant | 1 | -2/+6 |
2004-02-05 | Remove a local change which crept in with the last update. | sketch | 1 | -3/+1 |
2004-01-31 | improve report layout: | grant | 1 | -197/+376 |
2004-01-26 | Use $FIND with "-print". Noted by Georg Schwarz in PR pkg/24248 | heinz | 1 | -4/+5 |
2004-01-20 | make this work on Solaris by using perl's internal grep(). it is | grant | 1 | -15/+28 |
2003-09-02 | Merge pkgviews-mk branch into the HEAD by running: | jlam | 1 | -1/+1 |
2003-08-19 | Avoid keyword substitution in keyword matching pattern | gavan | 1 | -2/+2 |
2003-08-19 | Remove dependence on ident and awk. This aids portability to Solaris. | gavan | 1 | -9/+19 |
2003-08-18 | Get the OS name from "uname -s" instead of assuming NetBSD. | cjep | 1 | -4/+6 |
2003-05-06 | Drop trailing whitespace. Ok'ed by wiz. | jmmv | 1 | -17/+17 |
2002-08-22 | Merge pkgsrc/mk from the buildlink2 branch back into the main trunk. | jlam | 1 | -1/+1 |
2002-08-12 | Don't assume that this is a shell script - instead, realise that it's | agc | 1 | -11/+11 |
2002-08-07 | Make these scripts useful on platforms other than NetBSD by using a BMAKE | agc | 1 | -11/+11 |
2002-06-29 | don't hard code the start time stamp file as .start.${arch} but allow | dmcmahill | 1 | -3/+7 |
2001-10-16 | fix quotes | hubertf | 1 | -2/+2 |
2001-10-15 | Change alignment of "Broken" column to right-justified - this makes | hubertf | 1 | -2/+2 |
2001-10-15 | Narrow doen the "Pkgs broken by" column by renaming it to "Breaks" | hubertf | 1 | -4/+4 |