summaryrefslogtreecommitdiff
path: root/components/source-hooks
AgeCommit message (Collapse)Author
2014-06-17Replace 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-26Run hooks in sorted order (Closes: #745839).Simon McVittie
glob.glob() returns files in filesystem order, which is unpredictable on many modern filesystems.
2014-02-08Updating copyright notices for 2014.Daniel Baumann
2013-11-04Updating program description of *-hook commands.Daniel Baumann
2013-11-04Switching to later submodule naming scheme for python stubs.Daniel Baumann