[Debian-l10n-commits] [SCM] Debian i18n - l10n development - dl10n robots branch master updated. 10be73c80cd5e81f821c97090000dbce9e52ce90

Nicolas FRANÇOIS nekral-guest at alioth.debian.org
Sun Jun 17 17:51:14 UTC 2012


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Debian i18n - l10n development - dl10n robots".

The branch, master has been updated
       via  10be73c80cd5e81f821c97090000dbce9e52ce90 (commit)
      from  48f327f6327b8a1c63bc59bbaf6909083ffec1df (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------

http://anonscm.debian.org/gitweb/?p=debian-l10n/dl10n.git;a=commitdiff;h=10be73c80cd5e81f821c97090000dbce9e52ce90

commit 10be73c80cd5e81f821c97090000dbce9e52ce90
Author: Nicolas François <nicolas.francois at centraliens.net>
Date:   Sun Jun 17 19:50:34 2012 +0200

    Indent fix

-----------------------------------------------------------------------

Summary of changes:
 cron/spiderbts |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/cron/spiderbts b/cron/spiderbts
index 037f4d0..5205af8 100755
--- a/cron/spiderbts
+++ b/cron/spiderbts
@@ -29,12 +29,13 @@ for language in ar ca cs da de en es fr gl id it pt_BR ro ru sk sv tr; do
     cp "$OUTDIR/data/status.$language" "$TMPDB"
   fi
   echo "Running dl10n-spider ($language)..."                 >> $LOGPREFIX.log
-  $DL10NDIR/dl10n-spider --sdb "$TMPDB" $OPTS $language                >> $LOGPREFIX.log \
+  $DL10NDIR/dl10n-spider --sdb "$TMPDB" $OPTS $language      >> $LOGPREFIX.log \
                                                             2>> $LOGPREFIX.err
   mv -f "$TMPDB" "$OUTDIR/data/status.$language"
 
   echo "Running dl10n-html ($language)..."                   >> $LOGPREFIX.log
-  $DL10NDIR/dl10n-html --sdb "$OUTDIR/data/status.$language" $language >> $LOGPREFIX.log \
+  $DL10NDIR/dl10n-html --sdb "$OUTDIR/data/status.$language" \
+                       $language                             >> $LOGPREFIX.log \
                                                             2>> $LOGPREFIX.err
 done
 


hooks/post-receive
-- 
Debian i18n - l10n development - dl10n robots



More information about the Debian-l10n-commits mailing list