summaryrefslogtreecommitdiff
path: root/Master
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2008-09-13 22:14:59 +0000
committerKarl Berry <karl@freefriends.org>2008-09-13 22:14:59 +0000
commit2ed8df7c4a2430bf6cbda5257d9bded2389022e6 (patch)
treec08958da0e45ca79989956fb465f9491563e8c12 /Master
parentf9aa926224e1a5f548fec2d01e27c822ef7d68b8 (diff)
doc fixes; randy url
git-svn-id: svn://tug.org/texlive/trunk@10588 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master')
-rwxr-xr-xMaster/tlpkg/bin/tl-update-bindir2
-rwxr-xr-xMaster/tlpkg/bin/tl-update-tlnet8
2 files changed, 7 insertions, 3 deletions
diff --git a/Master/tlpkg/bin/tl-update-bindir b/Master/tlpkg/bin/tl-update-bindir
index 17ad9cab562..1917e37f0d3 100755
--- a/Master/tlpkg/bin/tl-update-bindir
+++ b/Master/tlpkg/bin/tl-update-bindir
@@ -100,7 +100,7 @@ for tlname in $tlnames; do
$download http://www.logic.at/staff/salzer/alphapca56-unknown-linux-gnu.tgz -O $default_bin_loc;;
amd64-freebsd)
default_bin_loc=$download_loc
- $download http://www.witticism.org/temp/amd64_fbsd7_r10230.tar.bz2 -O $default_bin_loc;;
+ $download http://www.witticism.org/temp/amd64_fbsd7_r10553.tar.bz2 -O $default_bin_loc;;
hppa-hpux)
default_bin_loc=$download_loc
$download http://www.jtartlabs.com/test/hppa2.0-hp-hpux10.20.tar.gz -O $default_bin_loc;;
diff --git a/Master/tlpkg/bin/tl-update-tlnet b/Master/tlpkg/bin/tl-update-tlnet
index 973233f5456..dc3b0db455e 100755
--- a/Master/tlpkg/bin/tl-update-tlnet
+++ b/Master/tlpkg/bin/tl-update-tlnet
@@ -59,12 +59,16 @@ cp -al $tlweb/* $tlwebtry # assuming GNU cp
echo "$0: Updating $tlwebtry in cow-shell..."
cd $tlwebtry
-cow-shell <<EOF
+cow-shell <<END_COW
echo "$0: Running tl-update-containers..."
$Master/tlpkg/bin/tl-update-containers -location $tlwebtry
+
+# 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 $tlwebtry
-EOF
+END_COW
# Now we have an updated tlweb in $tlwebtry where only the changed files
# are actual files, the rest are hard links.