Changes between Version 7 and Version 8 of Ticket #51995
- Timestamp:
- Aug 11, 2016, 1:51:16 PM (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #51995 – Description
v7 v8 3 3 * 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) 4 4 * 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) 5 6 * 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. 6 8 7 9 ==== Display / UI ==== 8 10 * create a hyperlink from the builder to the watcher (currently there's just url, but it's not a clickable hyperlink) 9 11 * 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) 11 13 * disable tracking of remaining build time based on statistics (unless the statistics gets considerably better and actually tracks builds of individual ports) 12 14 * 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)?