[Debian-l10n-commits] [SCM] Debian i18n - l10n development - dl10n robots branch master updated. 34df17a6f5d45baa41088d943484de67d95101a8

Nicolas FRANÇOIS nekral-guest at alioth.debian.org
Sun Jun 17 18:32:28 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  34df17a6f5d45baa41088d943484de67d95101a8 (commit)
      from  10be73c80cd5e81f821c97090000dbce9e52ce90 (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=34df17a6f5d45baa41088d943484de67d95101a8

commit 34df17a6f5d45baa41088d943484de67d95101a8
Author: Nicolas François <nicolas.francois at centraliens.net>
Date:   Sun Jun 17 20:29:26 2012 +0200

    Fix reading of dl10n.conf.
    
    The cronjobs are symlinked to different places where the dl10n.conf file
    is not available. Follow the path of the symlink.

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

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

diff --git a/cron/spiderinit b/cron/spiderinit
index 1cdc198..8fdf44e 100755
--- a/cron/spiderinit
+++ b/cron/spiderinit
@@ -14,7 +14,7 @@ FAST=1
 PROGNAME=$(basename $0)
 
 # Get global config and checks
-. $(dirname $0)/../etc/dl10n.conf
+. $(dirname $(readlink -f $0))/../etc/dl10n.conf
 
 # reuse spiderbts' OUTDIR
 OUTDIR=$DL10NDIR/../data/spiderbts


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



More information about the Debian-l10n-commits mailing list