diff options
author | Karl Berry <karl@freefriends.org> | 2018-08-01 02:04:28 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2018-08-01 02:04:28 +0000 |
commit | c70a9d62d23e2c3bd11719ef5af274c9a0c8471c (patch) | |
tree | eac9b16dbb002e5ad79ff8067f7763187eef7dcb /Master/tlpkg/dev | |
parent | 93cb3b67055ad40191ca6c7556e876ea5c05bd29 (diff) |
bin/tl-makeself-from-tlnet: new -- --debug option for embedded script;
copy Windows support files into archive;
special case installation of xz.exe, wget.exe, tar.exe if we are
updating the win32 platform.
https://github.com/amaxwell/tlutility/issues/65
bin/tl-try-makeself: allow args to override, default to /tmp/krit and
/tmp/ki.
bin/tl-try-install: allow arg to specify profile; doc.
dev/profiles/TLinfra+exe.pro: new test profile with multiple platforms,
including Windows. Doc updates to other *.pro.
install-tl: do not output Perl warning if binary_* is specified without
a value; doc. (Not yet implemented: should give our own warning.)
git-svn-id: svn://tug.org/texlive/trunk@48328 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg/dev')
-rw-r--r-- | Master/tlpkg/dev/profiles/README | 7 | ||||
-rw-r--r-- | Master/tlpkg/dev/profiles/TLinfra+exe.pro | 20 | ||||
-rw-r--r-- | Master/tlpkg/dev/profiles/TLroot.pro | 1 |
3 files changed, 25 insertions, 3 deletions
diff --git a/Master/tlpkg/dev/profiles/README b/Master/tlpkg/dev/profiles/README index bb8449ec5bd..49d6bb8d30b 100644 --- a/Master/tlpkg/dev/profiles/README +++ b/Master/tlpkg/dev/profiles/README @@ -1,8 +1,9 @@ $Id$ This README and all profiles are public domain (and trivial). -Just a collection of profile files which install in /tmp/ki*, -testing various features. Most have not been updated for the 2017 -install-tl option name changes, and have not been minimized. +Just a collection of profile files which (almost all) install in +/tmp/ki*, testing various features. Most have not been updated for the +2017 install-tl option name changes (so rely on our maintaining +compatibility), and have not been minimized. tlpkg/bin/tl-try-install can use them. Happy testing. diff --git a/Master/tlpkg/dev/profiles/TLinfra+exe.pro b/Master/tlpkg/dev/profiles/TLinfra+exe.pro new file mode 100644 index 00000000000..561cdf1c296 --- /dev/null +++ b/Master/tlpkg/dev/profiles/TLinfra+exe.pro @@ -0,0 +1,20 @@ +# $Id: TLinfra.pro 44249 2017-05-08 17:26:47Z karl $ +# infrastructure only, installing several binary sets, including Windows. +selected_scheme scheme-infraonly +TEXDIR /tmp/ki +TEXMFHOME /tmp/ki/user/home +TEXMFLOCAL /tmp/ki/texmf-local +TEXMFSYSCONFIG /tmp/ki/sys/config +TEXMFSYSVAR /tmp/ki/sys/var +TEXMFCONFIG /tmp/ki/user/config +TEXMFVAR /tmp/ki/user/var +option_doc 0 +option_fmt 0 +option_src 0 +option_adjustrepo 0 +binary_armhf_linux 1 +binary_i386-cygwin 1 +binary_win32 1 +binary_x86_64-cygwin 1 +binary_x86_64-darwin 1 +binary_x86_64-linux 1 diff --git a/Master/tlpkg/dev/profiles/TLroot.pro b/Master/tlpkg/dev/profiles/TLroot.pro index 4db1cae84d6..52047792eb8 100644 --- a/Master/tlpkg/dev/profiles/TLroot.pro +++ b/Master/tlpkg/dev/profiles/TLroot.pro @@ -1,4 +1,5 @@ # $Id$ +# Install under /, instead of /tmp/ki. selected_scheme scheme-minimal TEXDIR /tl TEXMFHOME /tl/user/home |