From 8cebcf2bbd64c010e2bf3723a35f7b5efe5dddfe Mon Sep 17 00:00:00 2001 From: Stephan Kulow Date: Tue, 19 Feb 2008 11:55:53 +0000 Subject: [PATCH] signal broken factory repo --- tools/repo2solv.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tools/repo2solv.sh b/tools/repo2solv.sh index 651ff49..0fb3da7 100755 --- a/tools/repo2solv.sh +++ b/tools/repo2solv.sh @@ -4,6 +4,9 @@ # give it a directory of a local mirror of a repo and this # tries to detect the repo type and generate one SOLV file on stdout +# this should signal an error if there is a problem +set -e + LANG=C parser_options=${PARSER_OPTIONS:-} -- 2.7.4