[Debian-l10n-commits] dl10n branch master updated. 2a8076f0980c3cb154ea23b456cd2263472b8d68

Christian Perrier bubulle at alioth.debian.org
Sun Jul 15 17:37:36 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  2a8076f0980c3cb154ea23b456cd2263472b8d68 (commit)
      from  88b29aaa40eef0a9fe86e8fa74954043b8564838 (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=2a8076f0980c3cb154ea23b456cd2263472b8d68

commit 2a8076f0980c3cb154ea23b456cd2263472b8d68
Author: Christian PERRIER <bubulle at debian.org>
Date:   Sun Jul 15 11:37:25 2012 -0600

    No longer hardcode the status database location

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

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

diff --git a/cron/podebconf-testing b/cron/podebconf-testing
index 645d582..dd8f71a 100755
--- a/cron/podebconf-testing
+++ b/cron/podebconf-testing
@@ -14,5 +14,5 @@ LANGUAGES="fr ru de pt sv cs es"
 
 cd $DL10NDIR
 
-./dl10n-txt --todo --empty --db /srv/i18n.debian.net/www/debian-l10n-material/data/testing.gz --show podebconf $LANGUAGES > $OUTDIR/l10n-testing.txt
+./dl10n-txt --todo --empty --db ${STAT_DATABASE_TESTING} --show podebconf $LANGUAGES > $OUTDIR/l10n-testing.txt
 
-----------------------------------------------------------------------


hooks/post-receive
-- 
dl10n



More information about the Debian-l10n-commits mailing list