Closed hossbeast closed 9 years ago
Instead of fabd creating the entire buildplan, execution should proceed fabd -> fab and back for each buildplan stage.
The reason is so that buildplan stages "see" filesystem changes effected by the previous stage, i.e.
[ @ A ] { echo [ $^starttime ] > foo }
[ @ B ] : [ @A ] { cat foo > bar }
this is fixed
Instead of fabd creating the entire buildplan, execution should proceed fabd -> fab and back for each buildplan stage.
The reason is so that buildplan stages "see" filesystem changes effected by the previous stage, i.e.
[ @ A ] { echo [ $^starttime ] > foo }
[ @ B ] : [ @A ] { cat foo > bar }