summaryrefslogtreecommitdiff
path: root/mk/bulk/post-build
AgeCommit message (Expand)AuthorFilesLines
2005-09-25Finally remember to commit this:jschauma1-2/+2
2005-08-26Use PKG_TOOLS_BIN, so it doesn't run wrong pkg_* tools found in the PATH.reed1-2/+3
2005-07-17Fix the following error:ben1-1/+2
2005-05-19Use MACHINE_ARCH instead of arch to be consistent with things like thekristerw1-15/+15
2005-05-19Convert the last remaining usage of GTAR to use PAX instead.kristerw1-2/+2
2005-05-19Use PAX instead of GTAR since pax is provided on all systems while gtarjlam1-3/+3
2005-05-16When generating the report, add a list of top ten offenders at the top.jschauma1-7/+15
2005-01-15Work around an undef-in-string warning caused by unexpanded $NetBSD$tv1-4/+4
2005-01-14For those packages where the maintainer field can't be determined byjmmv1-1/+4
2005-01-13* Clean up syntax ambiguities, e.g. (my $foo = $bar) =~ ....tv1-111/+147
2004-11-23Fix the find command used to print out all of the .broken* files. It nowjlam1-2/+2
2004-11-22Change perlfiles var to look for files from perl*,wiz1-2/+2
2004-11-16Preserve the .work.log file from a broken build as .broken.work.htmljlam1-3/+4
2004-07-15add anchors for jumping to the top and each section of the HTML report.grant1-4/+22
2004-07-15only include broken packages in the email output.grant1-6/+9
2004-04-09Commentary cleanup:jschauma1-5/+6
2004-04-07Add support in the bulk build code to properly deal with SPECIFIC_PKGS=1.dmcmahill1-2/+5
2004-03-28Rearrange the wording slightly in an informational message, to avoidagc1-2/+2
2004-03-22If BULK_BUILD_CONF points to an absolute path, don't try to use itjschauma1-2/+6
2004-03-18don't assume there will always be broken packages. noted by wiz.grant1-2/+5
2004-03-13Remove some more of the "last touched by" code.wiz1-4/+2
2004-03-11Remove 'blame' column, OK'd by grant@.hubertf1-7/+5
2004-02-25GNU tar on netbsd-1-6 doesn't grok "-T -" at the end, but pax-as-targrant1-3/+4
2004-02-15avoid another long command line calling tar(1).grant1-2/+2
2004-02-14when copying the broken files, use find(1) instead of a shell globgrant1-2/+2
2004-02-08print date and time in UTC.grant1-3/+5
2004-02-08include the total number of binary pkgs created in the report. fixgrant1-6/+17
2004-02-05show build start time in localtime, not seconds-since-epoch :)grant1-2/+6
2004-02-05Remove a local change which crept in with the last update.sketch1-3/+1
2004-01-31improve report layout:grant1-197/+376
2004-01-26Use $FIND with "-print". Noted by Georg Schwarz in PR pkg/24248heinz1-4/+5
2004-01-20make this work on Solaris by using perl's internal grep(). it isgrant1-15/+28
2003-09-02Merge pkgviews-mk branch into the HEAD by running:jlam1-1/+1
2003-08-19Avoid keyword substitution in keyword matching patterngavan1-2/+2
2003-08-19Remove dependence on ident and awk. This aids portability to Solaris.gavan1-9/+19
2003-08-18Get the OS name from "uname -s" instead of assuming NetBSD.cjep1-4/+6
2003-05-06Drop trailing whitespace. Ok'ed by wiz.jmmv1-17/+17
2002-08-22Merge pkgsrc/mk from the buildlink2 branch back into the main trunk.jlam1-1/+1
2002-08-12Don't assume that this is a shell script - instead, realise that it'sagc1-11/+11
2002-08-07Make these scripts useful on platforms other than NetBSD by using a BMAKEagc1-11/+11
2002-06-29don't hard code the start time stamp file as .start.${arch} but allowdmcmahill1-3/+7
2001-10-16fix quoteshubertf1-2/+2
2001-10-15Change alignment of "Broken" column to right-justified - this makeshubertf1-2/+2
2001-10-15Narrow doen the "Pkgs broken by" column by renaming it to "Breaks"hubertf1-4/+4
2001-10-15At the end of the build, remove the contents of the "perl" packagehubertf1-2/+2
2001-05-03keep a snapshot of the bulk cache files.dmcmahill1-1/+32
2001-03-19-add support for a BULK_PREREQ make variable. BULK_PREREQ contains a listdmcmahill1-2/+3
2001-02-23make the column headings line up a little better. Patch from Hubert.dmcmahill1-4/+4
2001-02-08when a package fails to package, keep a count of how many others packagesdmcmahill1-5/+19
2001-02-01This commit incorporates several speed improvements which have been testeddmcmahill1-13/+23