diff options
author | Norbert Preining <preining@logic.at> | 2012-04-23 10:38:53 +0000 |
---|---|---|
committer | Norbert Preining <preining@logic.at> | 2012-04-23 10:38:53 +0000 |
commit | 060b97c77e91e7a0a6c869256c2fcea9f529776e (patch) | |
tree | 74d6451aa5c1ac02b69e5859d13316e9d474df9a /Master/tlpkg | |
parent | f4d177a0978be88cc6e45e3852dcaec1cc098cf6 (diff) |
tl-update-tlnet should not try to connect to the network
introduced recently by setting the default installation to CTAN
after finished installation, but for our test installation
we want to check the local tlnet
git-svn-id: svn://tug.org/texlive/trunk@26104 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg')
-rwxr-xr-x | Master/tlpkg/bin/tl-update-tlnet | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Master/tlpkg/bin/tl-update-tlnet b/Master/tlpkg/bin/tl-update-tlnet index a6a68657bf2..f04ecfd0579 100755 --- a/Master/tlpkg/bin/tl-update-tlnet +++ b/Master/tlpkg/bin/tl-update-tlnet @@ -177,7 +177,7 @@ fi # more consistency checks. if test $failure = false; then for cmd in \ - "$tltryinst/$yyyy/bin/*/tlmgr update --list" \ + "$tltryinst/$yyyy/bin/*/tlmgr --repository $tltry update --list" \ "$Master/tlpkg/bin/check-tlnet-consistency --location=$tltry" \ "$Master/tlpkg/bin/tl-compare-tlpdbs $critical $tltry/tlpkg/texlive.tlpdb" \ ; do |