hossbeast / fab

build optimally
GNU General Public License v3.0
4 stars 0 forks source link

fab - successive buildplan stages should see filesystem changes effected by previous stage #58

Closed hossbeast closed 9 years ago

hossbeast commented 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 }

hossbeast commented 9 years ago

this is fixed