pkgsrc/databases/pgbuildfarm/PLIST
wiz 7389ba7e2a Update to 4.11, provided by Nicolas Thauvin <nico@orgrim.net> on
pkgsrc-users.

Changes since 4.10:

  * Turn down module cleanup verbosity
  * Add check for rogue postmasters.
  * Add pseudo-branch targets HEAD_PLUS_LATEST and HEAD_PLUS_LATEST2.
  * Use Digest::SHA instead of Digest::SHA1.
  * Make directory handling more robust in git code.
  * Move web transaction into a module procedure.
  * Switch to using the porcelain format of git status.
  * Provide parameter for core file patterns.
  * Use a command file for gdb instead of the -ex option

The web transaction and Digest::SHA changes have allowed the removal of
a couple of long-standing uglinesses on the system. In almost all
cases, the config parameter "aux_path" and the separate
run_web_transaction.pl script are now redundant (the exception is older
2013-08-21 09:24:05 +00:00

13 lines
528 B
Text

@comment $NetBSD: PLIST,v 1.3 2013/08/21 09:24:05 wiz Exp $
bin/run_branches.pl
bin/run_build.pl
bin/run_web_txn.pl
bin/setnotes.pl
bin/update_personality.pl
share/examples/pgbuildfarm/build-farm.conf
${PERL5_SUB_INSTALLVENDORLIB}/PGBuild/Options.pm
${PERL5_SUB_INSTALLVENDORLIB}/PGBuild/SCM.pm
${PERL5_SUB_INSTALLVENDORLIB}/PGBuild/WebTxn.pm
${PERL5_SUB_INSTALLVENDORLIB}/PGBuild/Modules/FileTextArrayFDW.pm
${PERL5_SUB_INSTALLVENDORLIB}/PGBuild/Modules/Skeleton.pm
${PERL5_SUB_INSTALLVENDORLIB}/PGBuild/Modules/TestUpgrade.pm