Modify ↓
Opened 17 years ago
Closed 17 years ago
#187 closed defect (fixed)
Patch: Error in dry-run build fails to cancel build
Reported by: | anonymous | Owned by: | cmlenz |
---|---|---|---|
Priority: | major | Milestone: | 0.6 |
Component: | Build slave | Version: | dev |
Keywords: | Cc: | ||
Operating System: | Linux |
Description
When the slave is run with the --dry-run option and the build completes successfully, a message is sent to the buildmaster to delete the build. There is a bug though that when the build fails in the middle of a dry-run it does not send this to the master.
I have attached a patch to fix this.
Attachments (1)
Change History (3)
Changed 17 years ago by anonymous
comment:1 Changed 17 years ago by anonymous
- Summary changed from Error in dry-run build fails to cancel build to Patch: Error in dry-run build fails to cancel build
comment:2 Changed 17 years ago by cmlenz
- Resolution set to fixed
- Status changed from new to closed
Patch applied in [508]. Thanks!
Note: See
TracTickets for help on using
tickets.
Patch to fix the bug.