[Debian-l10n-commits] dl10n branch master updated. a726cb5e906596837a0a670d13bc19d658f6a00f

Christian Perrier bubulle at alioth.debian.org
Sat Aug 25 14:33:00 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 "dl10n".

The branch, master has been updated
       via  a726cb5e906596837a0a670d13bc19d658f6a00f (commit)
      from  6e7035d9ceffa775f2a09fddf8ae38800167b783 (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=a726cb5e906596837a0a670d13bc19d658f6a00f

commit a726cb5e906596837a0a670d13bc19d658f6a00f
Author: Christian PERRIER <bubulle at debian.org>
Date:   Sat Aug 25 16:32:57 2012 +0200

    Dutch is no longer an exception

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

Summary of changes:
 cron/spiderinit |   12 ++----------
 1 files changed, 2 insertions(+), 10 deletions(-)

diff --git a/cron/spiderinit b/cron/spiderinit
index 8fdf44e..2b64949 100755
--- a/cron/spiderinit
+++ b/cron/spiderinit
@@ -107,14 +107,7 @@ run_all () {
 
 	run_spider it 2012 01
 
-	# The Dutch team uses another robot.
-	# The mailing list do not received all the mails.
-	#if [ "$FAST" = 1 ]; then
-	#	run_spider nl 2000 11
-	#else
-	#	run_spider nl 2002 01
-	#fi
-	#mkdir -p "$OUTDIR/html/dutch"
+	run_spider nl 2011 01
 
 	# No preferred start date
 	if [ "$FAST" = 1 ]; then
@@ -161,8 +154,7 @@ run_all >> $LOGPREFIX.log 2>> $LOGPREFIX.err
 # Pages will be created in this directory
 cd $OUTDIR
 
-# nl
-for language in ar ca cs da de en es fr gl id pt_BR ro ru sk sv tr; do
+for language in ar ca cs da de en es fr gl id nl pt_BR ro ru sk sv tr; do
   if [ -f "$OUTDIR/data/status.$language" ]; then
     cp "$OUTDIR/data/status.$language" "$TMPDB"
   fi
-----------------------------------------------------------------------


hooks/post-receive
-- 
dl10n



More information about the Debian-l10n-commits mailing list