[debian-edu-commits] [SCM] Debian package debian-edu-doc branch, wheezy, updated. 1.4_20120925_6.0.6-59-gb831cfb
Holger Levsen
holger at layer-acht.org
Sun Feb 17 10:00:19 UTC 2013
The following commit has been merged in the wheezy branch:
commit b831cfb19fb89ec06c20ee3bdca1108364e7daa9
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 1e4c71c..587a91d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -9,6 +9,9 @@ debian-edu-doc (1.4~20121218~6.0.6+r3) UNRELEASED; urgency=low
[ Wolfgang Schweer ]
* README: Correct typo, improve git commit command description.
+ [ Holger Levsen ]
+ * Adapt debian/mail_stats_to_list to the change to git.
+
-- David Prévot <taffit at debian.org> Mon, 11 Feb 2013 14:10:07 -0400
debian-edu-doc (1.4~20121218~6.0.6+r2) UNRELEASED; urgency=low
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