Support for unprivileged bulk builds without su/sudo etc. Features: - The following targets are always run in an unprivileged mode: dbb_canbebuilt, dbb_excluded, dbb_vars, fetch, checksum, extract, patch, configure and build. - "package" targets are run in unprivileged mode depending on variables PKG_DESTDIR_SUPPORT, USE_DESTDIR and UNPRIV_USER (set in distbb.conf). Requirements: - slave hosts should be accessed using user "root". - special variable UNPRIV_USER should be set to unprivileged user in distbb.conf. - target "clean" should be replaced with "dbb_clean" in TARGETS (the default). - target "package" should be changed to "dbb_package" in TARGETS (the default). stage_init: Minor fix for some broken shells (http://gnats.netbsd.org/39466). Solution: touch command is used instead 'echo >' slave: do-bin-install target is not used anymore, there is no need for it. BOOTSTRAP_DEPENDS are handled automatically. There is not need to list them in EXTRA_DEPS. Latest pkg_summary-utils>=0.39 is needed.
32 lines
956 B
Text
32 lines
956 B
Text
@comment $NetBSD: PLIST,v 1.18 2010/05/28 15:11:57 cheusov Exp $
|
|
bin/distbb
|
|
bin/distbb_diff
|
|
libexec/distbb/common
|
|
libexec/distbb/gen_queue
|
|
libexec/distbb/get_direct_pkgname_deps
|
|
libexec/distbb/make-depends
|
|
libexec/distbb/slave
|
|
libexec/distbb/stage_build
|
|
libexec/distbb/stage_gen_report
|
|
libexec/distbb/stage_init
|
|
libexec/distbb/stage_post_build
|
|
libexec/distbb/stage_report
|
|
libexec/distbb/stage_update_best
|
|
libexec/distbb/stage_upload
|
|
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
|
|
libexec/distbb/wrapper
|
|
libexec/distbb/wrapper_unpriv
|
|
share/distbb/distbb.css
|
|
share/distbb/distbb.default.conf
|
|
share/distbb/distbb.ico
|
|
share/distbb/distbb.mk
|
|
share/doc/distbb/NEWS
|
|
share/doc/distbb/README
|
|
share/doc/distbb/TODO
|
|
share/examples/distbb/distbb.conf
|
|
share/examples/distbb/distbb.local.mk
|