]> git.ipfire.org Git - people/stevee/pakfire.git/commit
Properly handle interrupted build processes.
authorMichael Tremer <michael.tremer@ipfire.org>
Thu, 24 Jan 2013 00:30:03 +0000 (01:30 +0100)
committerMichael Tremer <michael.tremer@ipfire.org>
Thu, 24 Jan 2013 00:30:03 +0000 (01:30 +0100)
commit64252a9d09db5c6547fe3298365bcd396a255330
tree8a0a875aa995250f609dd5f97a3f11a36003358a
parent88bf3753008602b4ee219fc9a1917102befcfd84
Properly handle interrupted build processes.

When a build has been interrupted by the user (Ctrl-C),
a debugging shell has been entered.
That's not what a user would expect, so we just end the
build process.
python/pakfire/builder.py