Ticket #301 (assigned enhancement)
Improve recipe handling.
| Reported by: | thomas.moschny@… | Owned by: | hodgestar |
|---|---|---|---|
| Priority: | minor | Milestone: | 0.7 |
| Component: | Administration interface | Version: | dev |
| Keywords: | Cc: | trac@…, mpotter@…, thomas.moschny@…, hodgestar, jeberger@…, ged-edgewall@…, r.wilczek@…, srl@… | |
| Operating System: | BSD |
Description
It is cumbersome to enter the recipes into the small text field on the buildconfig admin page. So, I'm doing copy-and-paste to/from an (xml-capable) editor. Seems not to be best solution though.
So, as a first step, an upload button would be nice.
But this is still not ideal. The recipe could also be
- fetched from the repository (from a certain path/rev)
- taken from a wikipage
(1) is what I'm currently doing anyway: storing the recipe in the svn repos, so my colleagues can see what's happening on the buildbot. (2) would be a nice alternative.
Both solutions would also enable easy re-usage of recipes given they can be customized enough using macros.

