pkgsrc-wip/distbb
Aleksey Cheusov 2347d222b4 updated to version 0.17.0
ADDED: -p option. If you want to build a few packages, you
  can specify them in command line:

      distbb -p 'wip/dict-server wip/pkg_online wip/distbb'

      Actually this option was added in version 0.16.0.
      I just forgot to mention it in appropriate NEWS section.

  FIXED: packages for which pkg_src_summary (pkgsrc tree scanning) failed
      (bad PKGPATH, errors in Makefile etc.)
      appear in META/packages_built_prev.txt.

      Now such packages are collected in META/package_failed_scan.txt
      If such failures happen, report.html includes an additional line

         Packages failed (pkg_src_summary/scanning)   <COUNT> <LOGS>

  Slave hosts/chroots save building logs locally and send them to the
  master host only after building is completed. This can speed-up
  building.

  "Top offenders" -> "Failures per maintainer"
     Some developers treat the word "offender" offensive.

  Packages failed at dbb_canbebuilt (that is packages failed because
  of ONLY_FOR_PLATFORM, ONLY_FOR_PLATFORM etc.) and dbb_excluded
  (packages are excluded from bulk build by person who runs a bulk
  build) stages do not increase "failures per maintainer" counter.

     It is recommended to always include dbb_canbebuilt to TARGETS,
     otherwise counters in "Failures per maintainer" will be not fully
     correct.

  Speeds-ups for stage_gen_report
2008-07-27 21:42:03 +00:00
..
DESCR fix a typo 2008-05-09 10:19:04 +00:00
distinfo updated to version 0.17.0 2008-07-27 21:42:03 +00:00
Makefile updated to version 0.17.0 2008-07-27 21:42:03 +00:00
PLIST fixed: pkglint warning 2008-05-19 18:27:17 +00:00