Modify ↓
#12 closed task (fixed)
Output recording of recipe commands
Reported by: | cmlenz | Owned by: | cmlenz |
---|---|---|---|
Priority: | major | Milestone: | 0.2 |
Component: | Build slave | Version: | |
Keywords: | Cc: | ||
Operating System: |
Description (last modified by cmlenz)
Currently the commands used from recipes (such as those in ctools or pythontools) simply print to standard output. This needs to be changed so that messages are recorded in a more structured way, so that they can be transmitted back to the build master effectively.
Output to the standard streams still needs to be supported for standalone execution of a build recipe.
Attachments (0)
Change History (3)
comment:1 Changed 19 years ago by cmlenz
- Description modified (diff)
comment:2 Changed 19 years ago by cmlenz
- Component changed from General to Build slave
comment:3 Changed 19 years ago by cmlenz
- Resolution set to fixed
- Status changed from new to closed
Implemented in [85]. Output and error streams are not separated, the entire output is stored in a text column. This may need to be addressed at a later point, but is enough for now.
Note: See
TracTickets for help on using
tickets.
Fixed description