Eelco Dolstra b1a75c7f63 getQueuedBuilds(): Handle dependent builds first
If a build A depends on a derivation that is the top-level derivation
of some build B, then we should process B before A (meaning we
shouldn't make the derivation runnable before B has been
added). Otherwise, the derivation will be "accounted" to A rather than
B (so the build step will show up in the wrong build).
2015-06-17 14:46:02 +02:00
..
2015-06-17 13:49:18 +02:00
2015-06-17 13:49:18 +02:00
2013-03-04 12:16:13 +01:00
2014-08-13 18:53:29 +02:00