chriseldredge / vulcan

Continuous Integration server
GNU General Public License v2.0
0 stars 1 forks source link

Project does not rebuild when it should on dependency #182

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Perform a manual build and build two projects where project B depends on 
project A.  Project A has changes and is rebuilt, but at the time that Vulcan 
checks, Project B does not have changes so it does not get rebuilt.  It should 
because after Project A completes, that causes Project B to be rebuilt.

Original issue reported on code.google.com by chris.eldredge@gmail.com on 1 Apr 2011 at 10:00

GoogleCodeExporter commented 9 years ago
Another edge case: if project A is currently building, or in the queue to be 
built, project B should rebuild.

Original comment by chris.eldredge@gmail.com on 18 May 2011 at 3:56