[debian-edu-commits] debian-edu/debian-edu-doc.git (#515) - wheezy (branch) updated: 1.3_20090530_5.0.1+edu0_alpha-1-g27da635
David Prévot
taffit at alioth.debian.org
Sat Oct 5 12:19:37 UTC 2013
The branch, wheezy has been updated
via 27da6350cd0cdd64600b95412511d9c6e938f46b (commit)
from 153dfb58d41c2a82e0584d8c4242e05dac873ac2 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
-----------------------------------------------------------------------
Summary of changes:
debian/mail_stats_to_list | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
The diff of changes is:
diff --git a/debian/mail_stats_to_list b/debian/mail_stats_to_list
index 571d6e9..ebd7495 100755
--- a/debian/mail_stats_to_list
+++ b/debian/mail_stats_to_list
@@ -22,7 +22,8 @@
#
cd ~holger/debian-edu-doc
-if [ ! $(svn up && svn status) ] ; then
+svn up && svn status
+if [ $(echo $?) -ne 0 ] ; then
echo "Problem with svn checkout at a.skolelinux.no:~holger/debian-edu-doc - please fix." | mail -s "problem with debian-edu-doc status mails" holger at layer-acht.org
exit 1
fi
hooks/post-receive
--
debian-edu-doc.git (Debian package debian-edu-doc)
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "debian-edu-doc.git" (Debian package debian-edu-doc).
More information about the debian-edu-commits
mailing list