2013-02-02 12:34:13 by Aleksey Cheusov | Files touched by this commit (1) |
Log message:
patches/patch-distbb__chroot.in is not needed anymore
|
2013-02-02 12:19:48 by Aleksey Cheusov | Files touched by this commit (2) |
Log message:
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
|
2012-10-05 19:14:55 by Aleksey Cheusov | Files touched by this commit (3) |
Log message:
Rename SUDO configuration variable to DISTBB_SUDO.
This fixes a failure of ruby193-base package. ++pkgrevision
|
2012-09-12 01:19:40 by Aleksej Saushev | Files touched by this commit (60) |
Log message:
"user-destdir" is default these days
|
2012-09-08 20:20:04 by Aleksey Cheusov | Files touched by this commit (1) |
Log message:
DEPENDS on pkg_summary-utils>=0.58.4; ++pkgrevision
|
2012-09-02 21:54:37 by Aleksey Cheusov | Files touched by this commit (1) |
Log message:
DEPENDS on pkg_summary-utils>=0.58.3, ++pkgrevision
|
2012-09-02 21:28:23 by Aleksey Cheusov | Files touched by this commit (2) |
Log message:
Update to version 0.45.1
On slave hosts run distbb_wrapper with
"env DISTBB_CONF=$DISTBB_CONF". Fix may fix some setups.
|
2012-08-26 19:03:56 by Aleksey Cheusov | Files touched by this commit (3) | |
Log message:
Update to 0.45.0
Fix rare failures in "Clean" target. Thanks to David Holland!
New configuration variable SEND_REPORT_FIRST was introduced.
Boolean variables MASTER_MODE, CROSS_COMPILE, SEND_REPORT_FIRST
accepts values true|yes|1 for logical TRUE and false|no|0 for
logical FALSE. This may fix some hacks in single node setups.
During upload rsync may unexpectedly fail due to connection
failure. In order to resolve this problem, upload may be repeated
several times. The following variables were introduced for this
purpose: UPLOAD_PKGS_ATTEMPTS, UPLOAD_PKGS_PAUSE,
UPLOAD_LOGS_ATTEMPTS, UPLOAD_LOGS_PAUSE.
Progress messages now better illustrates internal structure of
the build process.
Option -a was added to distbb(1) in order to build updates for
quarter releases more efficiently.
stage_checks:
- double underline in "checks" filename means _ in the report
text, single underline means space.
- one more check for broken pkg_summary (REQUIRES field). It
checks for libraries under /tmp, /home, /srv and /work
directories.
stage_upload_logs:
- huge pkg_enriched_summary.txt is not uploaded
README was updated
Minor clean-ups
|
2012-03-09 20:08:16 by Aleksey Cheusov | Files touched by this commit (1) |
Log message:
clean-ups (adapted for recent mk-configure)
|
2012-02-26 18:39:21 by Aleksey Cheusov | Files touched by this commit (3) |
Log message:
Update to 0.44.0
===================================================================
-- Version 0.44.0 by Aleksey Cheusov, Sat, 25 Feb 2012 11:43:56 +0300
Improvements for report:
- "^WARNING:" messages are logged
- Segmentation faults are logged
- Clean-ups in report_mini.txt and report.txt
Packages are rebuilt recursively only if it necessary
-- Version 0.43.0 by Aleksey Cheusov, Mon, 9 Jan 2012 23:27:20 +0300
Fix for signal handlers (SIGINT, SIGTERM, SIGQUIT).
Fix in "Depends" stage.
Unnecessary dependencies are not install anymore.
Dependency graph. Latest available binary package is always used for
BUILD_DEPENDS if it satisfies dependencies.
|