Changes between Initial Version and Version 1 of Ticket #52989
- Timestamp:
- Dec 1, 2016, 11:48:55 AM (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #52989 – Description
initial v1 46 46 wxWidgets-3.0 47 47 }}} 48 and then iterate over that result rather than on the list of arguments (three in the example `maintainer:mojca and category:math`) to print all subports. 48 and then iterate over that result rather than on the list of arguments (three in the example `maintainer:mojca and category:math`) to print all subports. The only problem is that `category:foo` would already list all subports, so additional measures would be needed to make sure that we don't end up with duplicates of build jobs. 49 49 50 50 At the same time we should be a bit careful about code injections to prevent logged in users from executing arbitrary shell code on the build slaves.