[debian-edu-commits] debian-edu/debian-edu-doc.git (#1444) - wheezy (branch) updated: 1.4_20120925_6.0.6-59-gb831cfb

Holger Levsen holger at alioth.debian.org
Sun Feb 17 10:00:20 UTC 2013


The branch, wheezy has been updated
       via  b831cfb19fb89ec06c20ee3bdca1108364e7daa9 (commit)
      from  717886a593718101187f4d7baca000e967fe191c (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 -----------------------------------------------------------------
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.

-----------------------------------------------------------------------

Summary of changes:
 debian/changelog          |    3 +++
 debian/mail_stats_to_list |    6 +++---
 2 files changed, 6 insertions(+), 3 deletions(-)

The diff of changes is:
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
 


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