diff options
author | Karl Berry <karl@freefriends.org> | 2010-02-06 23:40:02 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2010-02-06 23:40:02 +0000 |
commit | 585255c491e58499ca285c62e610eee9e3a257df (patch) | |
tree | 65b4e719d3ef437b55c51a3ca0fe29f2a3d990a4 | |
parent | 197e8305a2ead2ba8a015663ebbd8bb64ab41f8c (diff) |
remove debugging ls's.
git-svn-id: svn://tug.org/texlive/trunk@16931 c570f23f-e606-0410-a88d-b1316a301751
-rwxr-xr-x | Master/tlpkg/bin/tl-update-tlnet | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/Master/tlpkg/bin/tl-update-tlnet b/Master/tlpkg/bin/tl-update-tlnet index 11c1442ffdf..f10cf545cd2 100755 --- a/Master/tlpkg/bin/tl-update-tlnet +++ b/Master/tlpkg/bin/tl-update-tlnet @@ -55,8 +55,6 @@ 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` @@ -73,7 +71,6 @@ rm -rf $tltrybase mkdir -p $tltry chmod g+w $tltry cp -al $tlweb/* $tltry # assuming GNU cp -ls -ld /home/texlive/trunk/Master/texmf-dist/tlpkg || true # Update packages in our working dir. echo "$0: Updating $tltry in cow-shell..." @@ -82,14 +79,12 @@ cow-shell <<END_COW echo "$0: Running tl-update-containers..." $Master/tlpkg/bin/tl-update-containers \ $verbose -location $tltry $critical $recreate -ls -ld /home/texlive/trunk/Master/texmf-dist/tlpkg || true # It is scary, but I guess we should update the installer package every # day, partly for the sake of doc.html and partly so it actually gets # tested. Hopefully we don't break the Perl modules very often. echo "$0: Running tl-update-install-pkg..." $Master/tlpkg/bin/tl-update-install-pkg -o $tltry -ls -ld /home/texlive/trunk/Master/texmf-dist/tlpkg || true END_COW # if not doing the test installation, never push anything out. @@ -123,7 +118,6 @@ option_path 0 echo "$0: Running test install (log: `pwd`/install.log)..." perl install-tl -location $tltry -profile texlive.profile >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. @@ -191,7 +185,6 @@ if test $failure = false; then echo >&2 failure=true fi -ls -ld /home/texlive/trunk/Master/texmf-dist/tlpkg || true done fi @@ -218,5 +211,5 @@ else rm -rf $tltrybase echo "$0: Done." fi -ls -ld /home/texlive/trunk/Master/texmf-dist/tlpkg || true + exit 0 |