Update to 0.46.0
stage_upload_pkgs: - delete outdated packages after uploading - extra files are removed from remote repo - no verbose flag for rsync Serious fixes in stage_init - PKG_UPDATE_SRC_SUMMARY_CMD: -m is passed to pkg_src_summary by default Fix in signals handling Fix in "make-depends" (unknown function is_true) Fix: distbb -a option works correctly if pkg_summary.txt doesn't exist upload_pkgs_all_files: - directories and links are also output in addition to files distbb checks arguments passed to -x|-X for correctness. Configuraton variable SUDO was renamed to to DISTBB_SUDO. This fixed build failure of ruby193-base Configuraton variable OS was renamed to OPSYS Stderr of pkg_summary2deps is now a part of the final report
This commit is contained in:
parent
2e70657138
commit
cf6715361e
2 changed files with 8 additions and 10 deletions
|
@ -1,8 +1,7 @@
|
|||
# $NetBSD: Makefile,v 1.16 2012/10/05 17:14:54 cheusov Exp $
|
||||
# $NetBSD: Makefile,v 1.17 2013/02/02 11:19:47 cheusov Exp $
|
||||
#
|
||||
|
||||
DISTNAME= distbb-0.45.1
|
||||
PKGREVISION= 3
|
||||
DISTNAME= distbb-0.46.0
|
||||
CATEGORIES= pkgtools
|
||||
MASTER_SITES= ftp://ftp.NetBSD.org/pub/NetBSD/misc/cheusov/distbb/ \
|
||||
http://mova.org/~cheusov/pub/distbb/
|
||||
|
@ -12,8 +11,8 @@ HOMEPAGE= http://mova.org/~cheusov/pub/distbb/
|
|||
COMMENT= DISTributed Bulk Build tool for pkgsrc
|
||||
LICENSE= 2-clause-bsd
|
||||
|
||||
DEPENDS+= pkg_summary-utils>=0.58.4:../../pkgtools/pkg_summary-utils
|
||||
DEPENDS+= paexec>=0.16.0:../../parallel/paexec
|
||||
DEPENDS+= pkg_summary-utils>=0.60.0:../../pkgtools/pkg_summary-utils
|
||||
DEPENDS+= paexec>=0.17.0:../../parallel/paexec
|
||||
DEPENDS+= runawk>=1.1.0:../../lang/runawk
|
||||
DEPENDS+= pipestatus>=0.6.0:../../devel/pipestatus
|
||||
DEPENDS+= digest-[0-9]*:../../pkgtools/digest
|
||||
|
|
|
@ -1,6 +1,5 @@
|
|||
$NetBSD: distinfo,v 1.11 2012/10/05 17:14:54 cheusov Exp $
|
||||
$NetBSD: distinfo,v 1.12 2013/02/02 11:19:47 cheusov Exp $
|
||||
|
||||
SHA1 (distbb-0.45.1.tar.gz) = 00b6f4914b8fa49cb4ed037f3eea7cbcbe90cb7c
|
||||
RMD160 (distbb-0.45.1.tar.gz) = 3e11f15124224127c52327d7c65c3d6b55a91a93
|
||||
Size (distbb-0.45.1.tar.gz) = 107222 bytes
|
||||
SHA1 (patch-distbb__chroot.in) = 993ab9f7c4628dbaa975cf79b90ff3cfcfaa56cd
|
||||
SHA1 (distbb-0.46.0.tar.gz) = c11b0c8d0126241361dc596d0f0a314e6ee9c579
|
||||
RMD160 (distbb-0.46.0.tar.gz) = 32b72085671fadbb50f5da44df9e1f1c0ceae508
|
||||
Size (distbb-0.46.0.tar.gz) = 51819 bytes
|
||||
|
|
Loading…
Reference in a new issue