]> git.koha-community.org Git - koha.git/commit
Bug 8050: Die if package building fails
authorJonathan Druart <jonathan.druart@biblibre.com>
Wed, 1 Apr 2015 09:35:55 +0000 (11:35 +0200)
committerChris Cormack <chris@bigballofwax.co.nz>
Sat, 11 Apr 2015 02:38:11 +0000 (14:38 +1200)
commitb6d9650f98245e4f5afdbd02e29dac8fbd52cf0b
tree699e7a3d2906c6bd0d57388de3b1d90dd7afd230
parentf982c725c6da0e96cdfe3bf8fa2a999479f09b7d
Bug 8050: Die if package building fails

The debian/build-git-snapshot script should not return success if an
error occurred.

Note that sys_command_output won't raise an error if something fails.

Signed-off-by: Robin Sheat <robin@catalyst.net.nz>
Made a minor change to print the command, add a newline.

Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
Signed-off-by: Tomas Cohen Arazi <tomascohen@gmail.com>
(cherry picked from commit 2e1c031ea0a779a6a4f9b58bf1b15db4b9056fd4)
Signed-off-by: Chris Cormack <chris@bigballofwax.co.nz>
debian/build-git-snapshot