diff options
Diffstat (limited to 'Master')
-rwxr-xr-x | Master/tlpkg/bin/tl-update-bindir | 2 | ||||
-rwxr-xr-x | Master/tlpkg/bin/tl-update-tlnet | 8 |
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. |