From df9ec72433891e5e3f1cc367e51255e3c47ec11c Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Fri, 16 Oct 2015 17:54:51 +0200 Subject: reproducible arch: ignore schroot failures to clean up sessions --- bin/reproducible_build_arch_pkg.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/reproducible_build_arch_pkg.sh b/bin/reproducible_build_arch_pkg.sh index 254bc1c8..c75caf74 100755 --- a/bin/reproducible_build_arch_pkg.sh +++ b/bin/reproducible_build_arch_pkg.sh @@ -17,7 +17,7 @@ cleanup_all() { rm $TMPDIR -r echo "$(date -u) - $TMPDIR deleted." if [ "$MODE" != "master" ] ; then - schroot --end-session -c arch-$SRCPACKAGE + schroot --end-session -c arch-$SRCPACKAGE > /dev/null 2>&1 || true fi } -- cgit v1.2.3-70-g09d2