[Debian-l10n-commits] r1493 - in /dl10n/trunk: Changelog pootle/sync-projects.d/30sync

nekral-guest at users.alioth.debian.org nekral-guest at users.alioth.debian.org
Sun Dec 7 20:12:22 UTC 2008


Author: nekral-guest
Date: Sun Dec  7 20:12:21 2008
New Revision: 1493

URL: http://svn.debian.org/wsvn/?sc=1&rev=1493
Log:
	* pootle/sync-projects.d/30sync: Execute with "set -e".

Modified:
    dl10n/trunk/Changelog
    dl10n/trunk/pootle/sync-projects.d/30sync

Modified: dl10n/trunk/Changelog
URL: http://svn.debian.org/wsvn/dl10n/trunk/Changelog?rev=1493&op=diff
==============================================================================
--- dl10n/trunk/Changelog (original)
+++ dl10n/trunk/Changelog Sun Dec  7 20:12:21 2008
@@ -1,3 +1,7 @@
+2008-12-06  Nicolas François  <nicolas.francois at centraliens.net>
+
+	* pootle/sync-projects.d/30sync: Execute with "set -e".
+
 2008-12-06  Nicolas François  <nicolas.francois at centraliens.net>
 
 	* pootle/sync-projects.d/cfg/10debconf,

Modified: dl10n/trunk/pootle/sync-projects.d/30sync
URL: http://svn.debian.org/wsvn/dl10n/trunk/pootle/sync-projects.d/30sync?rev=1493&op=diff
==============================================================================
--- dl10n/trunk/pootle/sync-projects.d/30sync (original)
+++ dl10n/trunk/pootle/sync-projects.d/30sync Sun Dec  7 20:12:21 2008
@@ -1,4 +1,6 @@
 #!/bin/sh
+
+set -e
 
 echo "Refreshing Pootle stats..."
 cd /var/tmp




More information about the Debian-l10n-commits mailing list