diff options
author | Karl Berry <karl@freefriends.org> | 2017-05-15 00:10:37 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2017-05-15 00:10:37 +0000 |
commit | ad1cf24827be91e4a70f6e22551123b892685c07 (patch) | |
tree | 07b5c61e5196716784ad47f81d2934ccd8fabec4 /Master/tlpkg/bin | |
parent | d20f46e590074279c4afd46992a6f4805613b895 (diff) |
tl17 i386-darwin i386-linux i386-solaris powerpc-darwin sparc-solaris x86_64-darwinlegacy x86_64-solaris from mojca
git-svn-id: svn://tug.org/texlive/trunk@44361 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg/bin')
-rwxr-xr-x | Master/tlpkg/bin/tl-try-install | 8 | ||||
-rwxr-xr-x | Master/tlpkg/bin/tl-update-bindir | 8 |
2 files changed, 9 insertions, 7 deletions
diff --git a/Master/tlpkg/bin/tl-try-install b/Master/tlpkg/bin/tl-try-install index 4adbccd6682..21641358c23 100755 --- a/Master/tlpkg/bin/tl-try-install +++ b/Master/tlpkg/bin/tl-try-install @@ -9,8 +9,8 @@ instdir=/tmp/ki # in .pro files too rm -rf $instdir* && echo "removed $instdir*." # make installations quieter. -TEXLIVE_INSTALL_ENV_NOCHECK=1; export TEXLIVE_INSTALL_ENV_NOCHECK -TEXLIVE_INSTALL_NO_WELCOME=1; export TEXLIVE_INSTALL_NO_WELCOME +#TEXLIVE_INSTALL_ENV_NOCHECK=1; export TEXLIVE_INSTALL_ENV_NOCHECK +#TEXLIVE_INSTALL_NO_WELCOME=1; export TEXLIVE_INSTALL_NO_WELCOME # some director mydir=`cd \`dirname "$0"\` && pwd` # Master/tlpkg/bin @@ -19,8 +19,8 @@ Master=`cd $mydir/../.. && pwd` thisrel=/usr/local/texlive/`date +%Y` # not necessarily, but whatever prevrel=/usr/local/texlive/`expr "$(date +%Y)" - 1` -pro=--profile=$Master/tlpkg/dev/profiles/TLspace.pro #infra min small ... -exec time $Master/install-tl $pro +pro=--profile=$tm/tlpkg/dev/profiles/TLinfra.pro #infra min small ... +exec time $tm/install-tl $pro exec time $lp/install-tl $pro exec time $lp/install-tl $pro --repo ftp://ftp.cstug.cz/pub/tex/local/tlpretest exec time $ln/install-tl $pro --repo ctan #--in-place diff --git a/Master/tlpkg/bin/tl-update-bindir b/Master/tlpkg/bin/tl-update-bindir index 6bb284a876d..061c384f768 100755 --- a/Master/tlpkg/bin/tl-update-bindir +++ b/Master/tlpkg/bin/tl-update-bindir @@ -129,7 +129,7 @@ for tlplat in $tlplats; do $grab http://sanibeltranquility.com/cygwin/$tlplat.tgz;; i386-darwin) default_bin_loc=$download_loc - $grab http://dl.contextgarden.net/build/texlive/$tlplat.xz;; + $grab http://dl.contextgarden.net/build/texlive/$tlplat.tar.xz;; i386-freebsd) download_loc=$tmpdir/tl.$tlplat.tar.xz default_bin_loc=$download_loc @@ -141,7 +141,9 @@ for tlplat in $tlplats; do grab="$download -O $download_loc" $grab ftp://ftp.cea.fr/incoming/y2k01/braslau/i386-unknown-kfreebsd10.0-gnu.tar.xz;; i386-linux) - default_bin_loc=/tmp/lin32.tgz;; + #default_bin_loc=/tmp/lin32.tgz;; + default_bin_loc=$download_loc + $grab http://dl.contextgarden.net/build/texlive/$tlplat.tar.xz;; i386-netbsd) download_loc=$tmpdir/tl.$tlplat.tar.xz default_bin_loc=$download_loc @@ -179,7 +181,7 @@ for tlplat in $tlplats; do default_bin_loc=/home/koch/$tlplat.tar.xz;; x86_64-darwinlegacy) default_bin_loc=$download_loc - $grab http://dl.contextgarden.net/build/texlive/x86_64-darwin.tar.xz;; + $grab http://dl.contextgarden.net/build/texlive/$tlplat.tar.xz;; x86_64-linux) # local: default_bin_loc=/home/texlive/karl/Build/source/inst/bin/x86_64-pc-linux-gnu;; ;; # updated by Norbert. |