[debian-edu-commits] debian-edu/ 02/09: Improve the update handling.

Alexander Alemayhu alexander at bitraf.no
Thu Aug 7 07:19:52 UTC 2014


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

ccscanf-guest pushed a commit to annotated tag 0.412.0.edu.etch.1+svn35006
in repository debian-edu-config.

commit d753e28e1db73d3ca16c86364da43ff2ca06aef5
Author: Petter Reinholdtsen <pere at hungry.com>
Date:   Sat Jun 23 16:14:59 2007 +0000

    Improve the update handling.
---
 sbin/debian-edu-etc-svk | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/sbin/debian-edu-etc-svk b/sbin/debian-edu-etc-svk
index ca7a4c9..42aba5d 100755
--- a/sbin/debian-edu-etc-svk
+++ b/sbin/debian-edu-etc-svk
@@ -52,7 +52,9 @@ do_init() {
 
 do_update() {
     cd $subdir
-    svk commit -m "Recent changes."
+    if [ "$(svk status)" ] ; then
+	svk commit -m "Recent changes."
+    fi
 }
 
 case "$1" in 

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



More information about the debian-edu-commits mailing list