From b9188cf207152ed337a4b041645d1b11e641e1b2 Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Wed, 27 Feb 2019 23:57:39 +0000 Subject: first tl19 pretest binaries git-svn-id: svn://tug.org/texlive/trunk@50150 c570f23f-e606-0410-a88d-b1316a301751 --- Master/tlpkg/bin/tl-update-bindir | 13 +++++++------ Master/tlpkg/doc/releng.txt | 2 +- Master/tlpkg/tlpsrc/cweb.tlpsrc | 4 ++++ Master/tlpkg/tlpsrc/dviout-util.tlpsrc | 3 +++ Master/tlpkg/tlpsrc/luatex.tlpsrc | 3 --- Master/tlpkg/tlpsrc/metapost.tlpsrc | 1 + Master/tlpkg/tlpsrc/ptex.tlpsrc | 1 + Master/tlpkg/tlpsrc/uptex.tlpsrc | 1 + 8 files changed, 18 insertions(+), 10 deletions(-) create mode 100644 Master/tlpkg/tlpsrc/dviout-util.tlpsrc (limited to 'Master/tlpkg') diff --git a/Master/tlpkg/bin/tl-update-bindir b/Master/tlpkg/bin/tl-update-bindir index 8ef8f1cf594..a73ce884cea 100755 --- a/Master/tlpkg/bin/tl-update-bindir +++ b/Master/tlpkg/bin/tl-update-bindir @@ -100,7 +100,8 @@ for tlplat in $tlplats; do case $tlplat in aarch64-linux) default_bin_loc=$download_loc - $grab https://faubox.rrze.uni-erlangen.de/open/MjdwNXE5NW5UcTU4RzVIWlRVUVVI/branch2018/texlive_bin_aarch64-linux.tar.xz;; + #https://faubox.rrze.uni-erlangen.de/open/MjdwNXE5NW5UcTU4RzVIWlRVUVVI/branch2018/texlive_bin_aarch64-linux.tar.xz + $grab http://51.158.66.174:8080/texlive_bin_aarch64-linux.tar.xz;; alpha-linux) default_bin_loc=/home/preining/alpha-linux.tar.gz;; amd64-freebsd) @@ -123,7 +124,7 @@ for tlplat in $tlplats; do $grab http://boris.lk.net/texlive-2013/armv7l-unknown-linux-gnueabi.tgz;; armhf-linux) default_bin_loc=$download_loc - $grab http://getthingsfixed.co.uk/texlive/builds/2018/texlive-armhf.tar.gz;; + $grab http://getthingsfixed.co.uk/texlive/builds/2019/texlive-armhf.tar.gz;; hppa-hpux) default_bin_loc=$download_loc $grab http://www.jtartlabs.com/test/hppa2.0-hp-hpux10.20.tar.gz;; @@ -141,10 +142,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=$download_loc - # remurl=http://dl.contextgarden.net/build/texlive/$tlplat.tar.xz - remurl=`curl -s https://api.github.com/repos/TeX-Live/texlive-source/releases/latest | grep browser_download_url | grep texlive-bin-i386-linux.tar.gz | cut -d : -f 2,3 | tr -d \"` + remurl=http://dl.contextgarden.net/build/texlive/$tlplat.tar.xz + #remurl=`curl -s https://api.github.com/repos/TeX-Live/texlive-source/releases/latest | grep browser_download_url | grep texlive-bin-i386-linux.tar.gz | cut -d : -f 2,3 | tr -d \"` $grab $remurl;; i386-linuxmusl) default_bin_loc=$download_loc @@ -187,7 +187,8 @@ for tlplat in $tlplats; do $grab http://dl.contextgarden.net/build/texlive/$tlplat.tar.xz;; x86_64-linux) default_bin_loc=$download_loc - remurl=`curl -s https://api.github.com/repos/TeX-Live/texlive-source/releases/latest | grep browser_download_url | grep texlive-bin-x86_64-linux.tar.gz | cut -d : -f 2,3 | tr -d \"` + remurl=http://dl.contextgarden.net/build/texlive/$tlplat.tar.xz + #remurl=`curl -s https://api.github.com/repos/TeX-Live/texlive-source/releases/latest | grep browser_download_url | grep texlive-bin-x86_64-linux.tar.gz | cut -d : -f 2,3 | tr -d \"` $grab $remurl;; x86_64-linuxmusl) default_bin_loc=$download_loc diff --git a/Master/tlpkg/doc/releng.txt b/Master/tlpkg/doc/releng.txt index aadcf9c13a7..eba5a82396b 100644 --- a/Master/tlpkg/doc/releng.txt +++ b/Master/tlpkg/doc/releng.txt @@ -101,7 +101,7 @@ Add new executables to appropriate .tlpsrc files (likewise removals). Add new scripts to linked_scripts if not already handled. 6. Run tex \\end to check that mktexfmt works. -Also run fmtutil --all to check that all formats build, no config file +Also run fmtutil -user --all to check that all formats build, no config file problems. Ensure that web2c/texmf.cnf is updated for the current year (per above). Then, so things will get redone later as another check: rm -rf ~/.texlive`date +%Y` # the new one diff --git a/Master/tlpkg/tlpsrc/cweb.tlpsrc b/Master/tlpkg/tlpsrc/cweb.tlpsrc index f201523cf2e..f4d24c1899c 100644 --- a/Master/tlpkg/tlpsrc/cweb.tlpsrc +++ b/Master/tlpkg/tlpsrc/cweb.tlpsrc @@ -3,3 +3,7 @@ docpattern +f texmf-dist/doc/man/man1/cweave.* docpattern +f texmf-dist/doc/man/man1/cweb.* binpattern f bin/${ARCH}/ctangle binpattern f bin/${ARCH}/cweave +# +binpattern f bin/${ARCH}/ctwill +binpattern f bin/${ARCH}/ctwill-refsort +binpattern f bin/${ARCH}/ctwill-twinx diff --git a/Master/tlpkg/tlpsrc/dviout-util.tlpsrc b/Master/tlpkg/tlpsrc/dviout-util.tlpsrc new file mode 100644 index 00000000000..87486305652 --- /dev/null +++ b/Master/tlpkg/tlpsrc/dviout-util.tlpsrc @@ -0,0 +1,3 @@ +binpattern f bin/${ARCH}/chkdvifont +binpattern f bin/${ARCH}/dvispc + diff --git a/Master/tlpkg/tlpsrc/luatex.tlpsrc b/Master/tlpkg/tlpsrc/luatex.tlpsrc index e9843bc50ba..bc45459d0f7 100644 --- a/Master/tlpkg/tlpsrc/luatex.tlpsrc +++ b/Master/tlpkg/tlpsrc/luatex.tlpsrc @@ -30,9 +30,6 @@ binpattern f bin/${ARCH}/luatex binpattern f bin/${ARCH}/texlua binpattern f bin/${ARCH}/texluac # -binpattern f bin/${ARCH}/luatex53 -binpattern f bin/${ARCH}/texlua53 -# binpattern f/i386-cygwin bin/i386-cygwin/cygtexlua*.dll binpattern f/x86_64-cygwin bin/x86_64-cygwin/cygtexlua*.dll # diff --git a/Master/tlpkg/tlpsrc/metapost.tlpsrc b/Master/tlpkg/tlpsrc/metapost.tlpsrc index c26d67ad74f..9ef1bec7bf2 100644 --- a/Master/tlpkg/tlpsrc/metapost.tlpsrc +++ b/Master/tlpkg/tlpsrc/metapost.tlpsrc @@ -7,6 +7,7 @@ srcpattern f ignore binpattern f bin/${ARCH}/dvitomp binpattern f bin/${ARCH}/mfplain binpattern f bin/${ARCH}/mpost +binpattern f bin/${ARCH}/r-mpost # docpattern d texmf-dist/doc/metapost/base docpattern f texmf-dist/doc/man/man1/dvitomp.* diff --git a/Master/tlpkg/tlpsrc/ptex.tlpsrc b/Master/tlpkg/tlpsrc/ptex.tlpsrc index 63e7dd56b46..743116e297d 100644 --- a/Master/tlpkg/tlpsrc/ptex.tlpsrc +++ b/Master/tlpkg/tlpsrc/ptex.tlpsrc @@ -22,6 +22,7 @@ binpattern f bin/${ARCH}/pmpost binpattern f bin/${ARCH}/ppltotf binpattern f bin/${ARCH}/ptex binpattern f bin/${ARCH}/ptftopl +binpattern f bin/${ARCH}/r-pmpost # binpattern f/i386-cygwin bin/i386-cygwin/cygptexenc*.dll binpattern f/x86_64-cygwin bin/x86_64-cygwin/cygptexenc*.dll diff --git a/Master/tlpkg/tlpsrc/uptex.tlpsrc b/Master/tlpkg/tlpsrc/uptex.tlpsrc index a1732976ed6..5af831a35fe 100644 --- a/Master/tlpkg/tlpsrc/uptex.tlpsrc +++ b/Master/tlpkg/tlpsrc/uptex.tlpsrc @@ -17,6 +17,7 @@ execute addKanjiMap uptex-tc-@tcEmbed@.map execute addKanjiMap uptex-ko-@koEmbed@.map binpattern f bin/${ARCH}/euptex +binpattern f bin/${ARCH}/r-upmpost binpattern f bin/${ARCH}/upbibtex binpattern f bin/${ARCH}/updvitomp binpattern f bin/${ARCH}/updvitype -- cgit v1.2.3