doit v0.25.0 Release Notes

Release Date: 2014-03-26 // about 10 years ago
    • BACKWARD INCOMPATIBLE: use function doit.get_initial_workdir() instead of variable doit.initial_workdir
    • DEPRECATED tools.InteractiveAction renamed to tools.LongRunning
    • fix: strace raises InvalidCommand instead of using assert
    • #28: task uptodate support string to be executed as shell command
    • added tools.Interactive for use with interactive commands
    • #69: added doit.run() to make it easier to turn a dodo file into executable
    • #70: added option "--pdb" to command run
    • added option "--single" to command run
    • include list of file_dep as an implicit dependency