Modify ↓
Opened 18 years ago
Closed 15 years ago
#140 closed defect (worksforme)
Too old revisions are still built
Reported by: | seaghost at hellokitty com | Owned by: | cmlenz |
---|---|---|---|
Priority: | minor | Milestone: | |
Component: | General | Version: | 0.5.3 |
Keywords: | Cc: | ||
Operating System: | Linux |
Description
This is the setup:
- Suppose that you have your configuration set to display only builds past revision 500.
- Change oldest revision to, e.g., 550.
- Invalidate some old builds on revisions that are prior to revision 550.
- Wait and watch as those builds are redone...
I would expect that those revisions, as they will never be shown and merely is a disturbance, would not be built.
Attachments (0)
Change History (1)
comment:1 Changed 15 years ago by osimons
- Resolution set to worksforme
- Status changed from new to closed
Note: See
TracTickets for help on using
tickets.
Current trunk calls bitten.queue.should_delete_build() when reviewing builds, and it contains code that will delete any such builds.
I'm closing as 'worksforme', but please reopen if there is something I've not quite understood.