[Debian-l10n-commits] [SCM] Debian i18n - l10n development - dl10n robots branch master updated. 77f1bef19aa2388b9b535fedaa217c08282bbbab

Nicolas FRANÇOIS nekral-guest at alioth.debian.org
Sun Jun 17 16:46:53 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  77f1bef19aa2388b9b535fedaa217c08282bbbab (commit)
      from  1bf5c8351c5f2525fb2266581c77addb44974b43 (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=77f1bef19aa2388b9b535fedaa217c08282bbbab

commit 77f1bef19aa2388b9b535fedaa217c08282bbbab
Author: Nicolas François <nicolas.francois at centraliens.net>
Date:   Sun Jun 17 18:37:59 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/spiderbts |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/cron/spiderbts b/cron/spiderbts
index 116b05c..037f4d0 100755
--- a/cron/spiderbts
+++ b/cron/spiderbts
@@ -8,7 +8,7 @@ set -e
 PROGNAME=$(basename $0)
 
 # Get global config and checks
-. $(dirname $0)/../etc/dl10n.conf
+. $(dirname $(readlink -f $0))/../etc/dl10n.conf
 
 OPTS="--check-bts"
 


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



More information about the Debian-l10n-commits mailing list