mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-15 14:16:14 -06:00
fail build if any step in the script fails
This commit is contained in:
parent
f942f87c8d
commit
7d9db83559
2 changed files with 4 additions and 0 deletions
|
|
@ -2,6 +2,8 @@
|
|||
# based on http://tldp.org/HOWTO/html_single/Debian-Binary-Package-Building-HOWTO/
|
||||
# a code archive should already be available
|
||||
|
||||
set -e
|
||||
|
||||
TOP=`pwd`
|
||||
CODE_ARCHIVE="$1-$2.tar.xz"
|
||||
CODE_DIR="$1-$2"
|
||||
|
|
|
|||
2
mkdeb.sh
2
mkdeb.sh
|
|
@ -2,6 +2,8 @@
|
|||
# based on http://tldp.org/HOWTO/html_single/Debian-Binary-Package-Building-HOWTO/
|
||||
# a code archive should already be available
|
||||
|
||||
set -e
|
||||
|
||||
TOP=`pwd`
|
||||
CODE_ARCHIVE="$1-$2.tar.xz"
|
||||
CODE_DIR="$1-$2"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue