[Debian-l10n-commits] r1597 - /dl10n/trunk/pootle/sync-projects.d/10debconf

bubulle at users.alioth.debian.org bubulle at users.alioth.debian.org
Tue Feb 17 18:17:16 UTC 2009


Author: bubulle
Date: Tue Feb 17 18:17:16 2009
New Revision: 1597

URL: http://svn.debian.org/wsvn/?sc=1&rev=1597
Log:
Enforce files and directories permissions after processing

Modified:
    dl10n/trunk/pootle/sync-projects.d/10debconf

Modified: dl10n/trunk/pootle/sync-projects.d/10debconf
URL: http://svn.debian.org/wsvn/dl10n/trunk/pootle/sync-projects.d/10debconf?rev=1597&op=diff
==============================================================================
--- dl10n/trunk/pootle/sync-projects.d/10debconf (original)
+++ dl10n/trunk/pootle/sync-projects.d/10debconf Tue Feb 17 18:17:16 2009
@@ -175,6 +175,11 @@
 	done
 fi
 
+# Fix permissions: g+w on everything so that (for instance)
+# members of the pootle group may commit, including the pootle user
+cd "$POOTLEDEBCONFDIR"
+find . -print0 | xargs --null chmod g+w
+
 # Cleaning out
 #Temporarily disabled to solve out a few issues
 rm "$TMPDIR/list-tarball" "$TMPDIR/list-pootle" >/dev/null 2>&1 || true




More information about the Debian-l10n-commits mailing list