[debian-edu-commits] [SCM] Debian package debian-edu-doc branch, master, updated. 1.5_20130215_7.0-4-gc726699

David Prévot taffit at debian.org
Mon Feb 18 14:34:01 UTC 2013


The following commit has been merged in the master branch:
commit 2295ca9d9820ac8ad865e4e0566d56872fb72e89
Author: Holger Levsen <holger at layer-acht.org>
Date:   Sun Feb 17 11:00:12 2013 +0100

    Adapt debian/mail_stats_to_list to the change to git.

diff --git a/debian/changelog b/debian/changelog
index c8340bf..a23391a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+debian-edu-doc (1.5~20130315~7.0) UNRELEASED; urgency=low
+
+  [ Holger Levsen ]
+  * Adapt debian/mail_stats_to_list to the change to git.
+
+ -- David Prévot <taffit at debian.org>  Mon, 18 Feb 2013 10:21:20 -0400
+
 debian-edu-doc (1.5~20130215~7.0) unstable; urgency=low
 
   [ David Prévot ]
diff --git a/debian/mail_stats_to_list b/debian/mail_stats_to_list
index ec806c1..4db1ad6 100755
--- a/debian/mail_stats_to_list
+++ b/debian/mail_stats_to_list
@@ -1,6 +1,6 @@
 #!/bin/sh
 
-# Copyright 2009,2010 Holger Levsen (holger at layer-acht.org)
+# Copyright 2009,2010,2013 Holger Levsen (holger at layer-acht.org)
 # 
 # This program is free software; you can redistribute it and/or modify it
 # under the terms of the GNU General Public License as published by the
@@ -27,9 +27,9 @@
 #
 
 cd ~holger/debian-edu-doc
-svn up > /dev/null 2>&1 && svn status 
+git pull > /dev/null 2>&1 && git status
 if [ $(echo $?) -ne 0 ] ; then
-	echo "Problem with svn checkout 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 ravel.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
 

-- 
Debian package debian-edu-doc



More information about the debian-edu-commits mailing list