[84353] contrib/mpab/do_status.sh
jmr at macports.org
jmr at macports.org
Fri Sep 23 07:29:21 PDT 2011
Revision: 84353
http://trac.macports.org/changeset/84353
Author: jmr at macports.org
Date: 2011-09-23 07:29:21 -0700 (Fri, 23 Sep 2011)
Log Message:
-----------
mpab: remove unfinished email notification code from status script, since the buildmaster now does this itself
Modified Paths:
--------------
contrib/mpab/do_status.sh
Modified: contrib/mpab/do_status.sh
===================================================================
--- contrib/mpab/do_status.sh 2011-09-23 14:28:03 UTC (rev 84352)
+++ contrib/mpab/do_status.sh 2011-09-23 14:29:21 UTC (rev 84353)
@@ -26,15 +26,6 @@
elif ls logs-*/fail/${portname}.log > /dev/null 2>&1 ; then
echo "[FAIL] ${portname}" >> $STATUS_LOG
let "failed = failed + 1"
- # send email to appropriate places
- portmaintainers=$(${PREFIX}/bin/port info --index --maintainers --line ${portname} | tr ',' ' ')
- for maint in $portmaintainers; do
- if [[ "$maint" != "nomaintainer at macports.org" && "$maint" != "openmaintainer at macports.org" ]]; then
- # email maintainer
- echo "not emailing $maint (not set up yet)"
- fi
- # also send to some new mailing list?
- done
fi
done
exit $failed
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20110923/95c4d114/attachment.html>
More information about the macports-changes
mailing list