]> git.wh0rd.org - home.git/commitdiff
gentoo-sync: ignore final exit status
authorMike Frysinger <vapier@gentoo.org>
Mon, 6 Jan 2020 12:45:45 +0000 (07:45 -0500)
committerMike Frysinger <vapier@gentoo.org>
Mon, 6 Jan 2020 12:45:45 +0000 (07:45 -0500)
The logs will have the details we need.  No point in signaling
cron which might generate additional log spam.

.bin/gentoo-sync

index 5d78577726f953f5d0968b74193b4641a84e6ab6..c41f04dcacbec059e7b261e9ad7ec0c3a51b1706 100755 (executable)
@@ -152,4 +152,5 @@ if ${GS_UPWORLD} ; then
        emerge -upq --cols \
                $(printf '%s\n' ${good_pkgs[*]} | grep -v '^cross-')
        ) >& ${up_log}
+       :
 fi