From d073da7d3aa30cd22940faec3e32de640a43e73d Mon Sep 17 00:00:00 2001 From: Erich Eckner Date: Mon, 13 Nov 2017 15:40:06 +0100 Subject: exit more often and more silent if build-master-sanity existent --- bin/cleanup | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin/cleanup') diff --git a/bin/cleanup b/bin/cleanup index d0e7bee..a7589de 100755 --- a/bin/cleanup +++ b/bin/cleanup @@ -14,7 +14,7 @@ fi if [ -s "${work_dir}/build-master-sanity" ]; then >&2 echo 'Build master is not sane.' - exit 1 + exit fi # remove blocked/broken/locked markes of packages not on the buildlist anymore -- cgit v1.2.3