[Debian-l10n-commits] r1714 - /dl10n/trunk/pootle/sync-projects.d/10debconf
bubulle at users.alioth.debian.org
bubulle at users.alioth.debian.org
Mon May 18 10:17:29 UTC 2009
Author: bubulle
Date: Mon May 18 10:17:29 2009
New Revision: 1714
URL: http://svn.debian.org/wsvn/?sc=1&rev=1714
Log:
Automate SVN sync (danger, danger...:-))
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=1714&op=diff
==============================================================================
--- dl10n/trunk/pootle/sync-projects.d/10debconf (original)
+++ dl10n/trunk/pootle/sync-projects.d/10debconf Mon May 18 10:17:29 2009
@@ -169,7 +169,8 @@
cd "$POOTLEDEBCONFDIR"
echo " SVN commands to issue:"
for i in `grep -E "^>" "$TMPDIR/diff" | cut -f2 -d" "` ; do
- echo svn rm --force $i
+ svn rm --force $i
+ svn commit -m"Removed $i after syncing with unstable packages" $i
done
fi
More information about the Debian-l10n-commits
mailing list