[med-svn] r14975 - trunk/packages/imagej/trunk/debian
Andreas Tille
tille at alioth.debian.org
Fri Oct 25 12:59:37 UTC 2013
Author: tille
Date: 2013-10-25 12:59:37 +0000 (Fri, 25 Oct 2013)
New Revision: 14975
Modified:
trunk/packages/imagej/trunk/debian/changelog
trunk/packages/imagej/trunk/debian/imagej.sh
Log:
Do not bloat our mailing list with mails
Modified: trunk/packages/imagej/trunk/debian/changelog
===================================================================
--- trunk/packages/imagej/trunk/debian/changelog 2013-10-25 12:53:16 UTC (rev 14974)
+++ trunk/packages/imagej/trunk/debian/changelog 2013-10-25 12:59:37 UTC (rev 14975)
@@ -4,8 +4,9 @@
* debian/copyright:
- DEP5
- Add Files-Excluded to document what was removed from original source
+ * debian/imagej.sh: Do not bloat our mailing list with mails
- -- Andreas Tille <tille at debian.org> Fri, 24 Aug 2012 16:17:49 +0200
+ -- Andreas Tille <tille at debian.org> Fri, 25 Oct 2013 15:02:25 +0200
imagej (1.47a-1) unstable; urgency=low
Modified: trunk/packages/imagej/trunk/debian/imagej.sh
===================================================================
--- trunk/packages/imagej/trunk/debian/imagej.sh 2013-10-25 12:53:16 UTC (rev 14974)
+++ trunk/packages/imagej/trunk/debian/imagej.sh 2013-10-25 12:59:37 UTC (rev 14975)
@@ -401,11 +401,12 @@
fi
# Report number of port locks - more than 50 may indicate error in this script
-if [[ $count -gt 50 && $port == 0 && "$ijadmin" != '' ]] ; then
-mail -s "ImageJ ports on $host" $ijadmin << EOF
-Port locks on $host reached $count
-EOF
-fi
+# No, please don't do this - it bloats our mailing list!
+#if [[ $count -gt 50 && $port == 0 && "$ijadmin" != '' ]] ; then
+#mail -s "ImageJ ports on $host" $ijadmin << EOF
+#Port locks on $host reached $count
+#EOF
+#fi
##################### FINALLY RUN IMAGEJ #####################
More information about the debian-med-commit
mailing list