Update to 0.24.0 (lots of significant improvements)

distbb.conf is splitted into two parts: global defaults
  (distbb.default.conf) and user's settings (distbb.conf). This is
  major change in distbb! Instead of upgrading your existing
  distbb.conf it is *strongly* recommended to recreate it from
  examples/ template. Sorry for inconvenience.

  added: 'distbb -r|--retry' option. if your bulk build failed for
  some reason, you may continue it from that point it stopped at by
  running 'distbb -r -B YYYYMM.HHMM'

  stage_upload_pkgs now supports NO_BIN_ON_CDROM and NO_BIN_ON_FTP.
  By default all packages are uploaded. If you want to change this,
  set UPLOAD_PKGS_FILES variable in your distbb.conf
  (See distbb.default.conf for a list of available variants).

  stage_xxxx.html improvements. Packages failed due to their
  dependencies now have their own info.html. So, you can see its
  summary and decide whether to fix this package or not.

  DEPENDS_TARGET configuration variable is removed, now it should be
  a part of EXTRA_OPTS. See distbb.default.conf

  mini report is introduced (META/report_mini.txt) which is sent by
  stage_report (by default). In this mini report "Failures per
  maintainer" and "Failed due to dependencies" sections are removed.
  A purpose of this is to reduce a size of the report sent by email
  (pkgsrc-bulk mailing list has limitations).

  New config variable REPORT_MINI_SIZE_LIMIT. report_mini.txt sent by
  email is limited to approximately REPORT_MINI_SIZE_LIMIT bytes.

  PKGNAMEs are removed from report{,_mini}.txt. This also reduces
  report's size.

  New configuration variable BUILD_STAGES which stores a list of
  building stages.  If you want to, for example, send report before
  uploading binaries, change this variable in your distbb.conf.
  But be careful, list of available stages may change in the future.

  dbb_init target does not output useless noise to stdout anymore. As
  a result it is usually not listed in failed package's stage_*.html.

  Usage of REPORT_CMD changed. Now redirection from stdin (report.txt)
  should be inside it. Update your distbb.conf and set I_AM_READY to 4

  ADDED: new config variables USER_MAIL and MAIL_PROG. They are for
  stage_report.

  ADDED: PKG_CMP_SUMMARY_CMD configuration variable, for setting
  a program for comparing pkg_summary(5) for available binaries and
  pkg_src_summary collected from pkgsrc source tree.

  distbb.default.conf SPECIAL_PACKAGES:
  'dbb_canbebuild' and 'replace' targets removed, 'dbb_vars' added

  dbb_vars target fix: POSIX sed does not except \n
This commit is contained in:
Aleksey Cheusov 2008-12-02 19:51:40 +00:00 committed by Thomas Klausner
parent 6a3f42d49c
commit afdd4a91dd
3 changed files with 12 additions and 7 deletions

View file

@ -1,7 +1,7 @@
# $NetBSD: Makefile,v 1.46 2008/11/06 00:17:20 cheusov Exp $
# $NetBSD: Makefile,v 1.47 2008/12/02 19:51:40 cheusov Exp $
#
DISTNAME= distbb-0.23.1
DISTNAME= distbb-0.24.0
CATEGORIES= pkgtools
MASTER_SITES= http://mova.org/~cheusov/pub/distbb/

View file

@ -1,4 +1,4 @@
@comment $NetBSD: PLIST,v 1.11 2008/10/19 17:23:17 cheusov Exp $
@comment $NetBSD: PLIST,v 1.12 2008/12/02 19:51:40 cheusov Exp $
bin/distbb
bin/distbb_diff
libexec/distbb/common
@ -11,6 +11,11 @@ libexec/distbb/stage_report
libexec/distbb/stage_update_best
libexec/distbb/stage_upload_logs
libexec/distbb/stage_upload_pkgs
libexec/distbb/upload_pkgs_all_files
libexec/distbb/upload_pkgs_built_total
libexec/distbb/upload_pkgs_no_bin_on_cdrom
libexec/distbb/upload_pkgs_no_bin_on_ftp
share/distbb/distbb.default.conf
share/distbb/distbb.mk
share/doc/distbb/NEWS
share/doc/distbb/README

View file

@ -1,5 +1,5 @@
$NetBSD: distinfo,v 1.33 2008/11/06 00:17:20 cheusov Exp $
$NetBSD: distinfo,v 1.34 2008/12/02 19:51:40 cheusov Exp $
SHA1 (distbb-0.23.1.tar.gz) = 1976d3120cf6c530c29062f1bf5d0e65146809ae
RMD160 (distbb-0.23.1.tar.gz) = 7439084293e34b70058da0b264faed5fd97dbf62
Size (distbb-0.23.1.tar.gz) = 43287 bytes
SHA1 (distbb-0.24.0.tar.gz) = ec320b3774cf736456966fc08d18e2814ec90125
RMD160 (distbb-0.24.0.tar.gz) = df0e7bf8588b1ca1cea7469290937f793c334d07
Size (distbb-0.24.0.tar.gz) = 47493 bytes