Commit graph

14 commits

Author SHA1 Message Date
rillig
07da582827 Removed the unused "arch" variable. 2007-03-06 10:57:11 +00:00
wiz
a9be4d8d01 Remove some legacy variable handling after 2-3 branches. 2007-01-30 07:11:19 +00:00
rillig
b7de3baf8d In the FTPHOST compatibility mode, there was a slash missing when
constructing REPORTS_DIR out of FTPHOST and FTPURL.
2006-01-24 19:19:01 +00:00
rillig
1278e33918 - 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.
2006-01-21 11:29:31 +00:00
rillig
1c209076ce - Added pbc_checkpathname, pbc_checkbasename, pbc_checkurl.
- Modified pbc_checkexisting{dir,file} to use pbc_checkpathname.
2006-01-07 22:27:56 +00:00
rillig
4f04fb18f4 Removed CVS_USER, as announced on pkgsrc-bulk.
See <http://mail-index.netbsd.org/pkgsrc-bulk/2005/11/24/0003.html>.
2005-12-03 01:00:37 +00:00
rillig
630f4b43ad The "Building packages" section has been split up into "Building the
packages" and "Generating the report".
2005-11-18 12:27:26 +00:00
seb
4f0fd2ef69 Please, really only export MAKECONF if it is set. 2005-11-12 11:10:08 +00:00
rillig
ee16d44ab0 Export MAKECONF again. 2005-11-10 08:28:49 +00:00
rillig
97101291fb PRUNEDISTFILES and PRUNEPACKAGES may be left undefined in build.conf, as
they get useful default values in the pre-build script. Thanks to
kristerw for pointing that out.
2005-11-09 18:48:22 +00:00
rillig
0b797e7b5b Fixed grammar in a comment. 2005-11-06 17:14:07 +00:00
rillig
84755182d3 Added basic checks to make sure the values from the configuration file are
somewhat sane. If a check fails, the bulk build is terminated. Removed the
conditional under which MAKECONF is exported, as it is not needed anymore.
2005-11-06 17:12:55 +00:00
seb
077b34890e Only export MAKECONF if it is not null, <bsd.own.mk> does not really like
an empty MAKECONF...

$ echo ".include <bsd.own.mk>" > Makefile
$ env MAKECONF= make
make: "/usr/share/mk/" line 1: Need an operator
make: "/usr/share/mk/" line 2: Need an operator
...
2005-11-06 10:32:58 +00:00
rillig
2f5783121f - Replaced spaces with tabs in the "build --help" message.
- Added file post-build-conf, which provides functions to print and
  export the config variables from build.conf.
- All config variables are shown at the start of a bulk build.
- Added a configuration variable MAKECONF with the obvious meaning.
2005-11-05 23:22:05 +00:00