* In the scheduler, don't check if we've already done a build (except

against the set of current builds for the job).  This ensures that
  the builds with the highest ID are what we want in the channel, even
  in case of reverts.
This commit is contained in:
Eelco Dolstra
2009-10-07 13:18:12 +00:00
parent 05c7989c3e
commit 076ef05578
2 changed files with 18 additions and 28 deletions

View File

@ -89,6 +89,8 @@
alter table jobs add column disabled integer not null default 0;
alter table builds add column maintainers text;
alter table builds add column isCurrent integer default 0;
* Job selection: