Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-06-17 | Replace subprocess.call() with subprocess.check_call(). | Kiel Christofferson | |
Using check_call(), a non-zero return value from the subprocess will cause the desired behavior of an aborted build with a stack trace. | |||
2014-04-26 | Run hooks in sorted order (Closes: #745839). | Simon McVittie | |
glob.glob() returns files in filesystem order, which is unpredictable on many modern filesystems. | |||
2014-02-08 | Updating copyright notices for 2014. | Daniel Baumann | |
2013-11-04 | Updating program description of *-hook commands. | Daniel Baumann | |
2013-11-04 | Switching to later submodule naming scheme for python stubs. | Daniel Baumann | |