From 7605387a70f06b34c22e1dda00092f32c94aaf66 Mon Sep 17 00:00:00 2001 From: Sorin Sbarnea Date: Wed, 27 Nov 2019 15:06:05 +0000 Subject: Improved build_rpm.sh - assure we use bash strict mode to avoid missing errors - added untracked artifacts to gitignore Signed-off-by: Sorin Sbarnea --- contrib/build_rpm.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'contrib') diff --git a/contrib/build_rpm.sh b/contrib/build_rpm.sh index 1132ef380..c79e49772 100644 --- a/contrib/build_rpm.sh +++ b/contrib/build_rpm.sh @@ -1,5 +1,5 @@ #!/bin/bash -set -x +set -euxo pipefail pkg_manager=`command -v dnf` if [ -z "$pkg_manager" ]; then -- cgit v1.2.3-54-g00ecf