[Debian-l10n-commits] compendia branch master updated. 71ff868afd28834d51cac42f0dae3c9215c1451f

Christian Perrier bubulle at alioth.debian.org
Sun Jul 15 22:31:05 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 "compendia".

The branch, master has been updated
       via  71ff868afd28834d51cac42f0dae3c9215c1451f (commit)
      from  9a6bcb17f45fe3c82d473869355e39b1fc91fdd2 (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/compendia.git;a=commitdiff;h=71ff868afd28834d51cac42f0dae3c9215c1451f

commit 71ff868afd28834d51cac42f0dae3c9215c1451f
Author: Christian PERRIER <bubulle at debian.org>
Date:   Sun Jul 15 16:30:55 2012 -0600

    Export TMPDIR before calling createcompendium

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

Summary of changes:
 gen_compendia |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/gen_compendia b/gen_compendia
index b5bda96..e3948f9 100755
--- a/gen_compendia
+++ b/gen_compendia
@@ -3,6 +3,7 @@ set -e
 
 cd "$OUTDIR"
 
+export TMPDIR
 for LL in $COMPENDIUM_LANGS ; do
 	$(dirname $(readlink -f $0))/createcompendium $LL || {
 		# This should not happen
-----------------------------------------------------------------------


hooks/post-receive
-- 
compendia



More information about the Debian-l10n-commits mailing list