Changes between Version 7 and Version 8 of Ticket #51995


Ignore:
Timestamp:
Aug 11, 2016, 1:51:16 PM (8 years ago)
Author:
mojca (Mojca Miklavec)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #51995 – Description

    v7 v8  
    33* provide means to build just a single port without any subports (for example, allow building just `wxWidgets-3.0` without `wxgtk-3.0` and others)
    44* on top of the `portlist` (`portname`) variable, introduce a new variable that holds variants (say `+quartz -x11`) and allow building the port with those variants (the idea is not to come up with a complete list of useful builds, but to set the necessary building blocks to allow building quartz variants of ports or maybe other tricks that might occasionally be needed)
     5* add a new variable to allow running the tests (we could try to enable that by default for perl modules for example)
    56* triggering the individual builds on the builder is currently in random order (not sure if this is possible to fix)
     7* Would it make any sense to merge portwatcher requests or rather not? The slight optimization might reduce the need to rebuild ports with several commits one after the other.
    68
    79==== Display / UI ====
    810* create a hyperlink from the builder to the watcher (currently there's just url, but it's not a clickable hyperlink)
    911* create hypherlinks to individual builds from the console page (there's currently just a hyperlink that points to an useless `#` on the same page)
    10 * create navigation button for individual builds (back and forward)
     12* create navigation button for individual builds (one build back and forward)
    1113* disable tracking of remaining build time based on statistics (unless the statistics gets considerably better and actually tracks builds of individual ports)
    1214* Is it possible to display URLs (on the watcher) to triggered builds as soon as the builds start (rather than waiting until all builds are finished)?