diff --git a/src/root/build.tt b/src/root/build.tt index 8e6c4a48..21a756f1 100644 --- a/src/root/build.tt +++ b/src/root/build.tt @@ -6,7 +6,7 @@ [% isAggregate = constituents.size > 0; -steps = build.buildsteps; +steps = build.buildsteps.nsort('stepnr').reverse; busy = 0; FOR step IN steps; IF step.busy; busy = 1; END; END; %] @@ -23,7 +23,7 @@ FOR step IN steps; IF step.busy; busy = 1; END; END;