Modify ↓
#409 closed defect (fixed)
Allow per-recipe onerror default
Reported by: | wbell | Owned by: | wbell |
---|---|---|---|
Priority: | major | Milestone: | 0.6 |
Component: | General | Version: | 0.5.3 |
Keywords: | Cc: | ||
Operating System: | BSD |
Description
Right now, when the onerror property can only be specified on a per-step basis (the default is 'fail'). It should be possible to specify the onerror property at the recipe level, providing a default if not overridden by individual steps.
Our builds always want to ignore errors and continue.
Document the onerror property in the recipe documentation as part of this ticket.
Attachments (0)
Change History (6)
comment:1 Changed 15 years ago by wbell
comment:2 Changed 15 years ago by wbell
- Owner changed from cmlenz to wbell
comment:3 Changed 15 years ago by osimons
At least the documentation is done as part of [673].
comment:4 Changed 15 years ago by osimons
- Milestone changed from 0.6 to 0.6.1
comment:5 Changed 15 years ago by wbell
- Resolution set to fixed
- Status changed from new to closed
Closed with [832]. Thanks to jerith for review.
comment:6 Changed 15 years ago by osimons
- Milestone changed from 0.6.1 to 0.6
Note: See
TracTickets for help on using
tickets.
I have a patch for this that I'll try and get into the mainline.