[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    branches/stable/l10n-kde4/scripts
From:       Albert Astals Cid <aacid () kde ! org>
Date:       2015-08-11 22:46:14
Message-ID: E1ZPIJC-0002VX-Qf () scm ! kde ! org
[Download RAW message or body]

SVN commit 1434635 by aacid:

Add error reporting


 M  +3 -0      populate_documentation.sh  


--- branches/stable/l10n-kde4/scripts/populate_documentation.sh #1434634:1434635
@@ -10,6 +10,9 @@
 	fi
 	timeout 1h git archive --remote=$1 $2 | tar -x
 	res=$?
+	if [ $res -ne 0 ]; then
+		echo "Failed to download $1 $2"
+	fi
 	if [ -z "$3" ]; then
 		md5deep -rl . > $newmd5
 		if [ -n "$oldmd5" ]; then
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic