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

bubulle at users.alioth.debian.org bubulle at users.alioth.debian.org
Thu Feb 19 19:46:12 UTC 2009


Author: bubulle
Date: Thu Feb 19 19:46:11 2009
New Revision: 1609

URL: http://svn.debian.org/wsvn/?sc=1&rev=1609
Log:
Fix permissions

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=1609&op=diff
==============================================================================
--- dl10n/trunk/pootle/sync-projects.d/20di (original)
+++ dl10n/trunk/pootle/sync-projects.d/20di Thu Feb 19 19:46:11 2009
@@ -11,3 +11,9 @@
 if svn st 2>&1 | grep -q -E "^C"; then
 	echo "There is an SVN conflict in $i"
 fi
+
+# Fix permissions: g+w on everything so that (for instance)
+# members of the pootle group may commit, including the pootle user
+find . -print0 | xargs --null chmod g+w 2>/dev/null
+
+




More information about the Debian-l10n-commits mailing list