From 32833e6ec7b8cbc3a40bf91cadc93f0b1155c2a4 Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Mon, 6 Jan 2020 07:45:45 -0500 Subject: [PATCH] gentoo-sync: ignore final exit status The logs will have the details we need. No point in signaling cron which might generate additional log spam. --- .bin/gentoo-sync | 1 + 1 file changed, 1 insertion(+) diff --git a/.bin/gentoo-sync b/.bin/gentoo-sync index 5d78577..c41f04d 100755 --- a/.bin/gentoo-sync +++ b/.bin/gentoo-sync @@ -152,4 +152,5 @@ if ${GS_UPWORLD} ; then emerge -upq --cols \ $(printf '%s\n' ${good_pkgs[*]} | grep -v '^cross-') ) >& ${up_log} + : fi -- 2.39.2