Modify ↓
#48 closed enhancement (fixed)
Validate build recipe entered on build configuration screen
Reported by: | cmlenz | Owned by: | cmlenz |
---|---|---|---|
Priority: | major | Milestone: | 0.5 |
Component: | Trac plugin | Version: | 0.4 |
Keywords: | Cc: | ||
Operating System: |
Description
It's currently possible to enter any text as the build recipe. Only when a build slave tries to actually execute a build will the contents of the recipe be parsed as XML, and the instructions executed.
The build config form should validate that the entered text is:
- a well-formed XML document, and
- structured according to the rules of a build recipe.
Attachments (0)
Change History (2)
comment:1 Changed 19 years ago by cmlenz
- Milestone set to 0.5
- Status changed from new to assigned
comment:2 Changed 19 years ago by cmlenz
- Resolution set to fixed
- Status changed from assigned to closed
Note: See
TracTickets for help on using
tickets.
Fixed in [256].