Changes between Version 2 and Version 3 of Ticket #51995


Ignore:
Timestamp:
Aug 10, 2016, 6:44:31 PM (8 years ago)
Author:
mojca (Mojca Miklavec)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #51995 – Description

    v2 v3  
    2020* provide a link to `config.log` if one exists (we can worry about more advanced situations with multiple logs later)
    2121* 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:~~
    2323{{{
    2424Installing dependencies:
     
    3939Installing dependency 5 of 9: ncurses ... [OK]
    4040Installing dependency 6 of 9: gettext ... [FAIL]
    41 
    42 Error: installation of gettext failed.
    43 (optionally print the last few lines from `main.log`)
    4441}}}
    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
    4644* `steps/svn/logs/stdio` on the watcher now contains email addresses (that's slightly bad for web spiders)
    4745* the watcher should provide a summary of successful / broken triggered builds similar to the old `status`, for example something like:
     
    9088==== Organisation ====
    9189* 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 perl module
     90* potentially move more logic of `master.cfg` to a python module
    9391* move the list of builders from hardcoded python code to a configuration file