percyfal / ratatosk

Apache License 2.0
17 stars 6 forks source link

Implement restarting functions #37

Open percyfal opened 11 years ago

percyfal commented 11 years ago

Implement options --restart and --restart-from that restart from scratch or from a given task. Would require calculation of target names between any two vertices in the dependency graph. The idea would be to add a condition in the complete function that returns False until the provided task name is reached.