[debian-edu-commits] debian-edu/ 01/01: Update debian/mail_stats, cleanup cruft.

Holger Levsen holger at moszumanska.debian.org
Sun Oct 19 08:23:16 UTC 2014


This is an automated email from the git hooks/post-receive script.

holger pushed a commit to branch master
in repository debian-edu-doc.

commit 9334b7e7cdea8f1fbaf962a341d40c037ca387fc
Author: Holger Levsen <holger at layer-acht.org>
Date:   Sun Oct 19 10:22:22 2014 +0200

    Update debian/mail_stats, cleanup cruft.
    
    Update debian/mail_stats_to_list to send mails about the Jessie
    and Wheezy manuals and cleanup some cruft in the script. It's
    run bi-weekly on paradis.debian.org now.
    Thanks to DSA for running our infrastructure so well!
---
 debian/changelog          | 5 ++++-
 debian/mail_stats_to_list | 8 ++++----
 2 files changed, 8 insertions(+), 5 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 03c36ba..5c33850 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -28,6 +28,10 @@ debian-edu-doc (1.6~20141017~8.0) UNRELEASED; urgency=medium
       files were correctly identified as missing the copyright information,
       those won't be ignored.
    - Bump standards version to 3.9.6.
+   - Update debian/mail_stats_to_list to send mails about the Jessie and
+     Wheezy manuals and cleanup some cruft in the script. It's run bi-weekly
+     on paradis.debian.org now. Thanks to DSA for running our infrastructure
+     so well!
 
   [ Jessie Manual translation updates ]
   * German (Wolfgang Schweer)
@@ -35,7 +39,6 @@ debian-edu-doc (1.6~20141017~8.0) UNRELEASED; urgency=medium
   * French (Cédric Boutillier)
   * Dutch (Frans Spiesschaert) (Closes: #765523)
 
-
  -- Wolfgang Schweer <wschweer at arcor.de>  Sat, 11 Oct 2014 11:09:12 +0200
 
 debian-edu-doc (1.6~20141005~8.0) unstable; urgency=medium
diff --git a/debian/mail_stats_to_list b/debian/mail_stats_to_list
index 985b340..44bd1d5 100755
--- a/debian/mail_stats_to_list
+++ b/debian/mail_stats_to_list
@@ -29,7 +29,7 @@
 cd ~holger/debian-edu-doc
 git pull > /dev/null 2>&1 && git status 2>&1
 if [ $(echo $?) -ne 0 ] ; then
-	echo "Problem with git clone at ravel.debian.org:~holger/debian-edu-doc - please fix." | mail -s "problem with debian-edu-doc status mails" holger at layer-acht.org
+	echo "Problem with git clone at paradis.debian.org:~holger/debian-edu-doc - please fix." | mail -s "problem with debian-edu-doc status mails" holger at layer-acht.org
 	exit 1
 fi
 
@@ -37,9 +37,9 @@ fi
 # loop through manuals
 #
 cd documentation
-# actually only send mails about debian-edu-squeeze and debian-edu-wheezy - you can add more directories to the loop here
-for i in debian-edu-squeeze debian-edu-wheezy ; do
-	if [ "$i" != scripts ] && [ "$i" != norwegian ] && [ $(ls $i/$i-manual.*.po > /dev/null 2>&1 ; echo $?) -eq 0 ] && [ "$i" != debian-edu-etch ] ; then 
+# actually only send mails about debian-edu-jessie and debian-edu-wheezy - you can add more directories to the loop here
+for i in debian-edu-jessie debian-edu-wheezy ; do
+	if [ $(ls $i/$i-manual.*.po > /dev/null 2>&1 ; echo $?) -eq 0 ] ; then
 		cd $i 
 		TMPFILE=$(mktemp)
 		echo "The (translated) $i manual as PDF or HTML is available at http://maintainer.skolelinux.org/debian-edu-doc/" > $TMPFILE

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-edu/debian-edu-doc.git



More information about the debian-edu-commits mailing list