[Debian-l10n-commits] r1100 - /dl10n/trunk/pootle/sync-projects.d/20di

bubulle at users.alioth.debian.org bubulle at users.alioth.debian.org
Fri Jul 25 13:41:24 UTC 2008


Author: bubulle
Date: Fri Jul 25 13:41:20 2008
New Revision: 1100

URL: http://svn.debian.org/wsvn/?sc=1&rev=1100
Log:
Cosmetic changes

Modified:
    dl10n/trunk/pootle/sync-projects.d/20di

Modified: dl10n/trunk/pootle/sync-projects.d/20di
URL: http://svn.debian.org/wsvn/dl10n/trunk/pootle/sync-projects.d/20di?rev=1100&op=diff
==============================================================================
--- dl10n/trunk/pootle/sync-projects.d/20di (original)
+++ dl10n/trunk/pootle/sync-projects.d/20di Fri Jul 25 13:41:20 2008
@@ -2,23 +2,22 @@
 
 DI=/var/lib/pootle/di
 
-echo "Updating Debian Installer:"
+echo "Updating Debian Installer..."
 for i in `find $DI -maxdepth 2 -mindepth 2 -type d | grep -v "\.svn"`; do 
-		echo Working on $i
-		if [ -d $i/.svn ] ; then
-			cd $i
-			svn up
-			if svn st 2>&1 | grep -q -E "^C"; then
-				echo There is an SVN conflict in $i
-			fi
+	echo Working on $i
+	if [ -d $i/.svn ] ; then
+		cd $i
+		svn -q up
+		if svn st 2>&1 | grep -q -E "^C"; then
+			echo There is an SVN conflict in $i
 		fi
-		if [ -d $i/.git ] ; then
-			cd $i
-			git fetch ; git rebase origin/master
-			git fetch ; git rebase origin/debian-unstable
-			find $i | xargs chmod g+w >/dev/null 2>&1
-		fi
-
+	fi
+	if [ -d $i/.git ] ; then
+		cd $i
+		git fetch ; git rebase origin/master
+		git fetch ; git rebase origin/debian-unstable
+		find $i | xargs chmod g+w >/dev/null 2>&1
+	fi
 done
 
 echo "Cleaning..."




More information about the Debian-l10n-commits mailing list