From: Mike Frysinger Date: Mon, 6 Jan 2020 12:45:45 +0000 (-0500) Subject: gentoo-sync: ignore final exit status X-Git-Url: https://git.wh0rd.org/?p=home.git;a=commitdiff_plain;h=32833e6ec7b8cbc3a40bf91cadc93f0b1155c2a4 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. --- 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