From 7d0f6905ba6fd16a969f6e86a0dc27936106e7bd Mon Sep 17 00:00:00 2001 From: Mohan Boddu Date: Fri, 21 Sep 2018 16:30:57 -0400 Subject: [PATCH] Using new spam-o-matic Currently disabled the emails, when we think its good enough, then we can enable sending emails. Signed-off-by: Mohan Boddu --- nightly.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/nightly.sh b/nightly.sh index 5f53929..5b86fb9 100755 --- a/nightly.sh +++ b/nightly.sh @@ -95,8 +95,8 @@ if [ "$RELEASE" = "rawhide" ]; then else TREENAME="F-$RELEASE" fi -# disable sending email for now as spam-o-matic does not understand Rich dependencies -/usr/share/mash/spam-o-matic --nomail --treename="$TREENAME" "$DESTDIR/compose/Everything/" >"$DESTDIR/logs/depcheck" +# disable sending email for now until we are sure we wont generating mass emails +./releng/scripts/spam-o-matic --nomail --treename="$TREENAME" "$DESTDIR/compose/Everything/" --only-arches i386 ppc64le s390x x86_64> "$DESTDIR/logs/depcheck" [ -z "$ARCH" ] && { ./releng/scripts/critpath.py --url file://$DESTDIR/compose/Everything/ -o $DESTDIR/logs/critpath.txt rawhide &> $DESTDIR/logs/critpath.log