From b9f72bf652a21634e984a872cd447059a4d98fb1 Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Sat, 16 Jan 2010 19:22:57 +0000 Subject: temp debugging to see where /home/texlive/trunk/Master/texmf-dist/tlpkg is getting cre ated. git-svn-id: svn://tug.org/texlive/trunk@16746 c570f23f-e606-0410-a88d-b1316a301751 --- Master/tlpkg/bin/tl-update-tlnet | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'Master/tlpkg') diff --git a/Master/tlpkg/bin/tl-update-tlnet b/Master/tlpkg/bin/tl-update-tlnet index 573daf7590c..f4f221912d2 100755 --- a/Master/tlpkg/bin/tl-update-tlnet +++ b/Master/tlpkg/bin/tl-update-tlnet @@ -55,6 +55,8 @@ END_NO_TLPDB exit 1 fi +ls -ld /home/texlive/trunk/Master/texmf-dist/tlpkg || true + # Keep the default out of ~ftp/texlive/tlnet, which CTAN mirrors. test -z "$tltrybase" \ && tltrybase=`cd $tlweb/../.. && pwd`/tlnet-trial-`date +%y%m%d` @@ -79,12 +81,14 @@ cow-shell <install.log 2>&1\ || true # install-tl can fail, but we test the output, so don't abort. +ls -ld /home/texlive/trunk/Master/texmf-dist/tlpkg || true # the following long grep command should filter away all *normal* # installation messages. @@ -183,6 +188,7 @@ if test $failure = false; then echo >&2 failure=true fi +ls -ld /home/texlive/trunk/Master/texmf-dist/tlpkg || true done fi @@ -209,4 +215,5 @@ else rm -rf $tltrybase echo "$0: Done." fi +ls -ld /home/texlive/trunk/Master/texmf-dist/tlpkg || true exit 0 -- cgit v1.2.3