summaryrefslogtreecommitdiff
path: root/Master/tlpkg/bin
diff options
context:
space:
mode:
authorNorbert Preining <preining@logic.at>2012-04-23 10:38:53 +0000
committerNorbert Preining <preining@logic.at>2012-04-23 10:38:53 +0000
commit060b97c77e91e7a0a6c869256c2fcea9f529776e (patch)
tree74d6451aa5c1ac02b69e5859d13316e9d474df9a /Master/tlpkg/bin
parentf4d177a0978be88cc6e45e3852dcaec1cc098cf6 (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/bin')
-rwxr-xr-xMaster/tlpkg/bin/tl-update-tlnet2
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