Changes between Version 2 and Version 3 of Ticket #51995
- Timestamp:
- Aug 10, 2016, 6:44:31 PM (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #51995 – Description
v2 v3 20 20 * provide a link to `config.log` if one exists (we can worry about more advanced situations with multiple logs later) 21 21 * remove `stdio` from the first step in builder with the sole purpose of displaying port name 22 * the builder should provide a list of dependencies to be installed as a separate log file, for example in the following format:22 * ~~(DONE; r151215, r151216) the builder should provide a list of dependencies to be installed as a separate log file, for example in the following format:~~ 23 23 {{{ 24 24 Installing dependencies: … … 39 39 Installing dependency 5 of 9: ncurses ... [OK] 40 40 Installing dependency 6 of 9: gettext ... [FAIL] 41 42 Error: installation of gettext failed.43 (optionally print the last few lines from `main.log`)44 41 }}} 45 * provide a shorter log about the build progress, the equivalent of running `port install` without verbose/debug mode; we could that that either by filtering the logs and displaying just the relevant lines or by running the installation without debug more and get debug information from the `main.log` instead; needs some thinking 42 * optionally print the last few lines from `main.log` of the failed dependency 43 * provide a shorter log about the build progress, the equivalent of running `port install` without verbose/debug mode; we could do that either by filtering the logs and displaying just the relevant lines or by running the installation without debug more and get debug information from the `main.log` instead; needs some thinking 46 44 * `steps/svn/logs/stdio` on the watcher now contains email addresses (that's slightly bad for web spiders) 47 45 * the watcher should provide a summary of successful / broken triggered builds similar to the old `status`, for example something like: … … 90 88 ==== Organisation ==== 91 89 * move the old `buildbot` and `mpab` to a place of historic interest and rename `buildbot-test` to `buildbot`, update `contrib/README` to reflect the changes 92 * potentially move more logic of `master.cfg` to a p erlmodule90 * potentially move more logic of `master.cfg` to a python module 93 91 * move the list of builders from hardcoded python code to a configuration file