summaryrefslogtreecommitdiff
path: root/Master/tlpkg/bin/tl-update-tlnet
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2013-04-14 23:54:53 +0000
committerKarl Berry <karl@freefriends.org>2013-04-14 23:54:53 +0000
commit906864d421e84eca0fbeeb68ba5c6daa481f00d2 (patch)
tree410a63b426dc5c7b289d471d6919a68efbfc8fb7 /Master/tlpkg/bin/tl-update-tlnet
parent957ad42863858b1b3cb66be2b30f37260cc3ce1a (diff)
omit adjustrepo after install, else update --list fails
git-svn-id: svn://tug.org/texlive/trunk@29921 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg/bin/tl-update-tlnet')
-rwxr-xr-xMaster/tlpkg/bin/tl-update-tlnet4
1 files changed, 4 insertions, 0 deletions
diff --git a/Master/tlpkg/bin/tl-update-tlnet b/Master/tlpkg/bin/tl-update-tlnet
index c63ebb347db..b8f7e27e3a5 100755
--- a/Master/tlpkg/bin/tl-update-tlnet
+++ b/Master/tlpkg/bin/tl-update-tlnet
@@ -115,8 +115,12 @@ option_fmt 1
option_letter 0
option_src 1
option_path 0
+option_adjustrepo 0
" >texlive.profile
+# silence warnings we do not need to see.
+TEXLIVE_INSTALL_ENV_NOCHECK=1; export TEXLIVE_INSTALL_ENV_NOCHECK
+
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.