Subject: CVS commit: pkgsrc/mk/bulk
To: None <pkgsrc-changes@NetBSD.org>
From: Roland Illig <rillig@netbsd.org>
List: pkgsrc-changes
Date: 01/21/2006 11:29:33
Module Name:	pkgsrc
Committed By:	rillig
Date:		Sat Jan 21 11:29:33 UTC 2006

Modified Files:
	pkgsrc/mk/bulk: bsd.bulk-pkg.mk build build.conf-example post-build
	    post-build-conf

Log Message:
- Added a new top level file that saves the REPORT_BASEDIR from the first
  call to the mk/bulk/build script. This is to allow restarting the bulk
  build without getting confused by the various timestamps that occur
  during a bulk build. It also fixes some problems where the text/plain
  report had ended up in a directory different from the other files.

- Changed the default filename for the text/plain report from
  "pkgsrc-results-${BUILDDATE}.txt" to simply "report.txt", as the
  ${BUILDDATE} variable didn't give a hint to when the bulk build had been
  started, which is often more important than when the bulk build stopped.

- Changed the way to specify the directory and the URL where the bulk build
  reports are made available. See

      http://mail-index.netbsd.org/tech-pkg/2005/12/05/0002.html

  for details. Specifying the directories using the FTPHOST and FTPURL
  variables will be possible for some months, after which it support for
  it will be dropped.


To generate a diff of this commit:
cvs rdiff -r1.111 -r1.112 pkgsrc/mk/bulk/bsd.bulk-pkg.mk
cvs rdiff -r1.91 -r1.92 pkgsrc/mk/bulk/build
cvs rdiff -r1.32 -r1.33 pkgsrc/mk/bulk/build.conf-example
cvs rdiff -r1.62 -r1.63 pkgsrc/mk/bulk/post-build
cvs rdiff -r1.10 -r1.11 pkgsrc/mk/bulk/post-build-conf

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.