[Debian-l10n-commits] [SCM] Debian i18n - l10n development - dl10n robots branch, master, updated. 8da4cd530c413fef432090c964b5873818bb56fe

Nicolas François nicolas.francois at centraliens.net
Sun Jun 17 15:33:13 UTC 2012


The following commit has been merged in the master branch:
commit cbb1c347555924f41546aa21c33ac00522a79392
Author: Nicolas François <nicolas.francois at centraliens.net>
Date:   Sun Jun 17 17:22:18 2012 +0200

    spiderinit is not a cronjob but populates spiderbts OUTDIR
    
    * cron/spiderinit: Explicitly document that we reuse spiderbts'
    OUTDIR

diff --git a/Changelog b/Changelog
index 18bd04b..aa24a92 100644
--- a/Changelog
+++ b/Changelog
@@ -24,6 +24,8 @@
 	* cron/spiderinit: Activate Danish, Slovak, and Swedish
 	* cron/spiderinit: Do not create the html directories, dl10n-html
 	will create them if missing.
+	* cron/spiderinit: Explicitly document that we reuse spiderbts'
+	OUTDIR
 
 2012-06-17  Nicolas François  <nicolas.francois at centraliens.net>
 
diff --git a/cron/spiderinit b/cron/spiderinit
index e328819..802679f 100755
--- a/cron/spiderinit
+++ b/cron/spiderinit
@@ -16,8 +16,8 @@ PROGNAME=$(basename $0)
 # Get global config and checks
 source $(dirname $0)/../etc/dl10n.conf
 
-# OUTDIR overwritten, where to put produced data ?
-OUTDIR=$I18NROOT/htdocs/coordination
+# reuse spiderbts' OUTDIR
+OUTDIR=$DL10NDIR/../data/spiderbts
 
 mkdir -p "$LOGDIR"
 mkdir -p "$OUTDIR/data"
@@ -161,7 +161,7 @@ run_all >> $LOGPREFIX.log 2>> $LOGPREFIX.err
 # Now check the BTS and build the HTML pages.
 #============================================
 
-# Create pages in the htdocs directory
+# Pages will be created in this directory
 cd $OUTDIR
 
 # nl

-- 
Debian i18n - l10n development - dl10n robots



More information about the Debian-l10n-commits mailing list