texlive[48151] trunk: build doc updates

commits+karl at tug.org commits+karl at tug.org
Fri Jul 6 19:53:53 CEST 2018


Revision: 48151
          http://tug.org/svn/texlive?view=revision&revision=48151
Author:   karl
Date:     2018-07-06 19:53:52 +0200 (Fri, 06 Jul 2018)
Log Message:
-----------
build doc updates

Modified Paths:
--------------
    trunk/Build/source/.travis.yml
    trunk/Build/source/README
    trunk/Master/tlpkg/bin/tl-update-bindir

Modified: trunk/Build/source/.travis.yml
===================================================================
--- trunk/Build/source/.travis.yml	2018-07-06 00:23:45 UTC (rev 48150)
+++ trunk/Build/source/.travis.yml	2018-07-06 17:53:52 UTC (rev 48151)
@@ -9,9 +9,19 @@
 # which is pushed to Github
 # https://github.com/TeX-Live/texlive-source
 # The cron job that does the git svn up and git push is
-# running on texlive.info
-#
+# running on texlive.info.
 
+# To get binaries:
+# * go to https://github.com/TeX-Live/texlive-source/commits/master
+#   and check that all commits you want are there (max waiting time 30min).
+# * go to https://github.com/TeX-Live/texlive-source/releases
+#   and "Draft new release" (does git tag).
+# * wait 30min or so.
+# * go to https://github.com/TeX-Live/texlive-source/releases/latest/
+#   and there should be binaries for the new "release".
+# * use tl-update-bindir.
+ 
+
 language: c
 sudo: required
 

Modified: trunk/Build/source/README
===================================================================
--- trunk/Build/source/README	2018-07-06 00:23:45 UTC (rev 48150)
+++ trunk/Build/source/README	2018-07-06 17:53:52 UTC (rev 48151)
@@ -31,8 +31,6 @@
   gcc (Debian 6.3.0-18) 6.3.0 20170516
   ./Build --enable-arm-neon=check
 
-armhf-linux:
-  
 i386-netbsd, amd64-netbsd:
   gcc version 4.5.3 (NetBSD nb2 20110806)
   NetBSD/amd64 6.1.3
@@ -41,10 +39,10 @@
   ./Build --enable-xindy CLISP=/usr/local/bin/clisp
 
 i386-freebsd, amd64-freebsd:
-  --disable-dvisvgm; upmendex for i386 built with -DU_IS_BIG_ENDIAN=0.
+  http://anthesphoria.net/FreeBSD/TeXLive-2018/
+  upmendex for i386 built with -DU_IS_BIG_ENDIAN=0.
 
-i386-linux, x86_64-linux:
-  Debian 8.0 (Jessie), Apr 2015.
+i386-linux: see travis below.
 
 i386-openbsd, amd64-openbsd:
   e.g., see CONFIGURE_ARGS in the Makefile in
@@ -56,9 +54,7 @@
 i386-cygwin, x86_64-cygwin: gcc-4.8.2, cygwin-1.7.29.
   ./Build (with --enable-xindy for i386).
 
-x86_64-darwin:
-  OS X 10.10
-  See Master/source/mactexdoc.tar.xz.
+x86_64-darwin: See Master/source/mactexdoc.tar.xz.
 
 x86_64-darwinlegacy:
   Mac OS X 10.6, clang 5.0, libc++ required
@@ -66,7 +62,10 @@
   http://build.contextgarden.net/waterfall?tag=c/texlive
   (These links have info on all platforms built by Mojca.)
 
+i386-linux,
+x86_64-linux,
 x86_64-linuxmusl:
   Alpine 3.1 Docker image with musl libc 1.1.5
-  Binaries are taken from the CI testing on travis-ci, see the
-  source/.travis.yaml file for details on how to build.
+  Binaries are taken from the CI testing on travis-ci
+  see the source/.travis.yaml file for details on how to build,
+  and tlpkg/bin/tl-update-bindir for updating binaries (in general).

Modified: trunk/Master/tlpkg/bin/tl-update-bindir
===================================================================
--- trunk/Master/tlpkg/bin/tl-update-bindir	2018-07-06 00:23:45 UTC (rev 48150)
+++ trunk/Master/tlpkg/bin/tl-update-bindir	2018-07-06 17:53:52 UTC (rev 48151)
@@ -197,7 +197,7 @@
     default_bin_loc=$download_loc
     $grab http://dl.contextgarden.net/build/texlive/$tlplat.tar.xz;;
    esac
-  fi
+  fi # end $USER=karl
   
   # 

   test -z "$bin_loc" && test -n "$default_bin_loc" \



More information about the tex-live-commits mailing list