From 10afec2bf982256b64b6ced347ff4bf48b089e48 Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Thu, 13 Apr 2017 17:59:45 +0000 Subject: 2017 pretest initial git-svn-id: svn://tug.org/texlive/trunk@43775 c570f23f-e606-0410-a88d-b1316a301751 --- Master/tlpkg/TeXLive/TLConfig.pm | 4 +- Master/tlpkg/bin/tl-update-images | 4 +- Master/tlpkg/bin/tl-update-tlnet | 6 +-- Master/tlpkg/doc/historic/texlive2008-wizard.png | Bin 0 -> 30448 bytes Master/tlpkg/doc/historic/texlive2008.png | Bin 0 -> 32412 bytes Master/tlpkg/doc/historic/texlive2009-wizard.png | Bin 0 -> 17810 bytes Master/tlpkg/doc/historic/texlive2010.png | Bin 0 -> 16437 bytes Master/tlpkg/doc/historic/texlive2011.png | Bin 0 -> 15825 bytes Master/tlpkg/doc/historic/texlive2012.png | Bin 0 -> 17073 bytes .../tlpkg/doc/historic/texlive2013-horizontal.png | Bin 0 -> 34353 bytes .../tlpkg/doc/historic/texlive2014-horizontal.png | Bin 0 -> 32851 bytes Master/tlpkg/doc/historic/texlive2014.png | Bin 0 -> 14751 bytes .../tlpkg/doc/historic/texlive2015-horizontal.png | Bin 0 -> 33509 bytes Master/tlpkg/doc/historic/texlive2015.png | Bin 0 -> 15773 bytes .../tlpkg/doc/historic/texlive2016-horizontal.png | Bin 0 -> 33700 bytes Master/tlpkg/doc/historic/texlive2016.png | Bin 0 -> 15030 bytes .../historic/tlmgr-keyword-search-interface.txt | 42 +++++++++++++++++++++ Master/tlpkg/doc/releng.txt | 11 +++--- Master/tlpkg/doc/texlive2008-wizard.png | Bin 30448 -> 0 bytes Master/tlpkg/doc/texlive2008.png | Bin 32412 -> 0 bytes Master/tlpkg/doc/texlive2009-wizard.png | Bin 17810 -> 0 bytes Master/tlpkg/doc/texlive2010.png | Bin 16437 -> 0 bytes Master/tlpkg/doc/texlive2011.png | Bin 15825 -> 0 bytes Master/tlpkg/doc/texlive2012.png | Bin 17073 -> 0 bytes Master/tlpkg/doc/texlive2013-horizontal.png | Bin 34353 -> 0 bytes Master/tlpkg/doc/texlive2014-horizontal.png | Bin 32851 -> 0 bytes Master/tlpkg/doc/texlive2014.png | Bin 14751 -> 0 bytes Master/tlpkg/doc/texlive2015-horizontal.png | Bin 33509 -> 0 bytes Master/tlpkg/doc/texlive2015.png | Bin 15773 -> 0 bytes Master/tlpkg/doc/texlive2016-horizontal.png | Bin 33700 -> 0 bytes Master/tlpkg/doc/texlive2016.png | Bin 15030 -> 0 bytes .../tlpkg/doc/tlmgr-keyword-search-interface.txt | 42 --------------------- Master/tlpkg/tlpsrc/00texlive.installation.tlpsrc | 2 +- 33 files changed, 55 insertions(+), 56 deletions(-) create mode 100644 Master/tlpkg/doc/historic/texlive2008-wizard.png create mode 100644 Master/tlpkg/doc/historic/texlive2008.png create mode 100644 Master/tlpkg/doc/historic/texlive2009-wizard.png create mode 100644 Master/tlpkg/doc/historic/texlive2010.png create mode 100644 Master/tlpkg/doc/historic/texlive2011.png create mode 100644 Master/tlpkg/doc/historic/texlive2012.png create mode 100644 Master/tlpkg/doc/historic/texlive2013-horizontal.png create mode 100644 Master/tlpkg/doc/historic/texlive2014-horizontal.png create mode 100644 Master/tlpkg/doc/historic/texlive2014.png create mode 100644 Master/tlpkg/doc/historic/texlive2015-horizontal.png create mode 100644 Master/tlpkg/doc/historic/texlive2015.png create mode 100644 Master/tlpkg/doc/historic/texlive2016-horizontal.png create mode 100644 Master/tlpkg/doc/historic/texlive2016.png create mode 100644 Master/tlpkg/doc/historic/tlmgr-keyword-search-interface.txt delete mode 100644 Master/tlpkg/doc/texlive2008-wizard.png delete mode 100644 Master/tlpkg/doc/texlive2008.png delete mode 100644 Master/tlpkg/doc/texlive2009-wizard.png delete mode 100644 Master/tlpkg/doc/texlive2010.png delete mode 100644 Master/tlpkg/doc/texlive2011.png delete mode 100644 Master/tlpkg/doc/texlive2012.png delete mode 100644 Master/tlpkg/doc/texlive2013-horizontal.png delete mode 100644 Master/tlpkg/doc/texlive2014-horizontal.png delete mode 100644 Master/tlpkg/doc/texlive2014.png delete mode 100644 Master/tlpkg/doc/texlive2015-horizontal.png delete mode 100644 Master/tlpkg/doc/texlive2015.png delete mode 100644 Master/tlpkg/doc/texlive2016-horizontal.png delete mode 100644 Master/tlpkg/doc/texlive2016.png delete mode 100644 Master/tlpkg/doc/tlmgr-keyword-search-interface.txt (limited to 'Master/tlpkg') diff --git a/Master/tlpkg/TeXLive/TLConfig.pm b/Master/tlpkg/TeXLive/TLConfig.pm index 0435ce7113c..d10e8fa43e4 100644 --- a/Master/tlpkg/TeXLive/TLConfig.pm +++ b/Master/tlpkg/TeXLive/TLConfig.pm @@ -1,6 +1,6 @@ # $Id$ # TeXLive::TLConfig.pm - module exporting configuration values -# Copyright 2007-2016 Norbert Preining +# Copyright 2007-2017 Norbert Preining # This file is licensed under the GNU General Public License version 2 # or any later version. @@ -52,7 +52,7 @@ BEGIN { # the year of our release, will be used in the location of the # network packages, and in menu names, and other places. -$ReleaseYear = 2016; +$ReleaseYear = 2017; # users can upgrade from this year to the current year; might be the # same as the release year, or any number of releases earlier. diff --git a/Master/tlpkg/bin/tl-update-images b/Master/tlpkg/bin/tl-update-images index d3c018b691e..b95f5c62b02 100755 --- a/Master/tlpkg/bin/tl-update-images +++ b/Master/tlpkg/bin/tl-update-images @@ -2,7 +2,7 @@ # $Id$ # Create the .iso image(s) for TeX Live. # -# Copyright 2007-2016 Karl Berry. +# Copyright 2007-2017 Karl Berry. # Copyright 2003, 2004, 2005 Sebastian Rahtz. # # This file is licensed under the GNU General Public License version 2 @@ -12,7 +12,7 @@ # Historical notes at the end of the script. NAME=texlive -V=2016 +V=2017 D=`date +%Y%m%d` target=/home/ftp/texlive/Images/test diff --git a/Master/tlpkg/bin/tl-update-tlnet b/Master/tlpkg/bin/tl-update-tlnet index f3701318cac..21540b77c37 100755 --- a/Master/tlpkg/bin/tl-update-tlnet +++ b/Master/tlpkg/bin/tl-update-tlnet @@ -1,5 +1,5 @@ #!/bin/sh -e -# Copyright 2008-2016 Norbert Preining +# Copyright 2008-2017 Norbert Preining # This file is licensed under the GNU General Public License version 2 # or any later version. # @@ -9,7 +9,7 @@ vc_id='$Id$' unset CDPATH unset LS_COLORS -yyyy=2016 +yyyy=2017 check_consistency=true chicken=false @@ -125,7 +125,7 @@ option_fmt 1 option_letter 0 option_src 1 option_path 0 -option_adjustrepo 1 +option_adjustrepo 0 " >texlive.profile # silence warnings we do not need to see. diff --git a/Master/tlpkg/doc/historic/texlive2008-wizard.png b/Master/tlpkg/doc/historic/texlive2008-wizard.png new file mode 100644 index 00000000000..0d70d328616 Binary files /dev/null and b/Master/tlpkg/doc/historic/texlive2008-wizard.png differ diff --git a/Master/tlpkg/doc/historic/texlive2008.png b/Master/tlpkg/doc/historic/texlive2008.png new file mode 100644 index 00000000000..9aefd9648cd Binary files /dev/null and b/Master/tlpkg/doc/historic/texlive2008.png differ diff --git a/Master/tlpkg/doc/historic/texlive2009-wizard.png b/Master/tlpkg/doc/historic/texlive2009-wizard.png new file mode 100644 index 00000000000..9a0b3ba53b1 Binary files /dev/null and b/Master/tlpkg/doc/historic/texlive2009-wizard.png differ diff --git a/Master/tlpkg/doc/historic/texlive2010.png b/Master/tlpkg/doc/historic/texlive2010.png new file mode 100644 index 00000000000..24e0e666c8f Binary files /dev/null and b/Master/tlpkg/doc/historic/texlive2010.png differ diff --git a/Master/tlpkg/doc/historic/texlive2011.png b/Master/tlpkg/doc/historic/texlive2011.png new file mode 100644 index 00000000000..66110087c41 Binary files /dev/null and b/Master/tlpkg/doc/historic/texlive2011.png differ diff --git a/Master/tlpkg/doc/historic/texlive2012.png b/Master/tlpkg/doc/historic/texlive2012.png new file mode 100644 index 00000000000..61041d8b238 Binary files /dev/null and b/Master/tlpkg/doc/historic/texlive2012.png differ diff --git a/Master/tlpkg/doc/historic/texlive2013-horizontal.png b/Master/tlpkg/doc/historic/texlive2013-horizontal.png new file mode 100644 index 00000000000..7ce3d8f0c9f Binary files /dev/null and b/Master/tlpkg/doc/historic/texlive2013-horizontal.png differ diff --git a/Master/tlpkg/doc/historic/texlive2014-horizontal.png b/Master/tlpkg/doc/historic/texlive2014-horizontal.png new file mode 100644 index 00000000000..14699fdf123 Binary files /dev/null and b/Master/tlpkg/doc/historic/texlive2014-horizontal.png differ diff --git a/Master/tlpkg/doc/historic/texlive2014.png b/Master/tlpkg/doc/historic/texlive2014.png new file mode 100644 index 00000000000..06d577dae0d Binary files /dev/null and b/Master/tlpkg/doc/historic/texlive2014.png differ diff --git a/Master/tlpkg/doc/historic/texlive2015-horizontal.png b/Master/tlpkg/doc/historic/texlive2015-horizontal.png new file mode 100644 index 00000000000..6d179b37e41 Binary files /dev/null and b/Master/tlpkg/doc/historic/texlive2015-horizontal.png differ diff --git a/Master/tlpkg/doc/historic/texlive2015.png b/Master/tlpkg/doc/historic/texlive2015.png new file mode 100644 index 00000000000..347d5968df3 Binary files /dev/null and b/Master/tlpkg/doc/historic/texlive2015.png differ diff --git a/Master/tlpkg/doc/historic/texlive2016-horizontal.png b/Master/tlpkg/doc/historic/texlive2016-horizontal.png new file mode 100644 index 00000000000..d12e46cfd58 Binary files /dev/null and b/Master/tlpkg/doc/historic/texlive2016-horizontal.png differ diff --git a/Master/tlpkg/doc/historic/texlive2016.png b/Master/tlpkg/doc/historic/texlive2016.png new file mode 100644 index 00000000000..d64a787c514 Binary files /dev/null and b/Master/tlpkg/doc/historic/texlive2016.png differ diff --git a/Master/tlpkg/doc/historic/tlmgr-keyword-search-interface.txt b/Master/tlpkg/doc/historic/tlmgr-keyword-search-interface.txt new file mode 100644 index 00000000000..2b955040470 --- /dev/null +++ b/Master/tlpkg/doc/historic/tlmgr-keyword-search-interface.txt @@ -0,0 +1,42 @@ +How to interface tlmgr search with keywords + +new search interface: + +tlmgr search + searches the normal way, i.e., pkg names, short/long desc +tlmgr search --file + searches the current --file way, i.e., the list of files of a package +tlmgr search --taxonomy + searches the taxonomy (keyword, functionality, characterization) +tlmgr search --extended + allows full searching (will maybe implemented later) + + ::= --global | --word | --list [keywords|functions|characterizations] + + ::= | + ::= AND | OR | LEFT | RIGHT + keyword= | function= | + characterization= | + package-name= | title= | + description= | file= + + ::= | " > " + ::= + + +defaults = package-names=ARG OR titles=ARG OR descriptions=ARG +AND -> conjunction +OR -> disjunction +LEFT|RIGHT -> parenthesis for grouping of and and or + + may contain wildcards and it is matched in a glob style (no re!!) + + +example + tlmgr search keyword=paragraph AND description=dropped +should give back the lettrine package + + tlmgr search characterization=bibliography +searches for all packages with characterization containing anywhere the string +"bibliography" (case insensitive). + diff --git a/Master/tlpkg/doc/releng.txt b/Master/tlpkg/doc/releng.txt index 764666826b5..27bcc144bd6 100644 --- a/Master/tlpkg/doc/releng.txt +++ b/Master/tlpkg/doc/releng.txt @@ -30,7 +30,6 @@ cd /home/ftp/texlive/tlnet cp -ar ../tlnet /home/ftp/historic/systems/texlive/YYYY/tlnet-final 1b. Set up tlpretest: -#old: tar cf - [a-u]* | (cd ../tlpretest && tar xf -) # do not copy README Better to empty tlpretest, touch texlive.tlpdb; then --recreate should suffice. Update /home/ftp/texlive/tlpretest/README. Update pretest.html, notably including major changes this year. @@ -45,12 +44,12 @@ pretest=--pretest # update tlpretest, not tlnet (if not frozen) net_frozen=false # update tlnet|tlpretest (per $pretest) (tlcritical will remain getting updated daily, even though it doesn't work with tlnet any more. That's ok. Or disable if you prefer.) -First build will happen below. +First build happens below. 3. option adjustrepo 0 in tl-update-tlnet, since pretest shouldn't go to CTAN for updates. -4a. When starting trial builds (earlier): +4a. When starting trial builds (or earlier): Build/source/{version.ac,texk/{kpathsea,ptexenc}/version.ac: no /dev Also good to do other version/year updates as below. @@ -60,7 +59,7 @@ Master/release-texlive.txt Master/tlpkg/TeXLive/TLConfig.pm (including MinRelease) Master/tlpkg/bin/tl-update-tlnet Master/tlpkg/bin/tl-update-images -Master/tlpkg/installer/texlive.png +Master/tlpkg/installer/texlive.png (tlpkg/doc/texlive-installer-graphic.xcf) Master/texmf-dist/web2c/texmfcnf.lua Master/texmf-dist/web2c/texmf.cnf # from Build/.../kpathsea (check/update copyright years in *.pm, tlmgr*, install-tl, tlpkg/installer) @@ -68,8 +67,8 @@ Master/texmf-dist/web2c/texmf.cnf # from Build/.../kpathsea 5. Ensure version numbers in sources are updated; see list below. Then commit new binaries with tl-update-bindir. -6. After committing, run tex \\end to check that mktexfmt works. Run -fmtutil --all to check that all formats build, no config file +6. After committing, run tex \\end to check that mktexfmt works. +Also run fmtutil --all to check that all formats build, no config file problems. Then, so things will get redone later as another check: rm -rf ~/.texlive`date +%Y` # the new one diff --git a/Master/tlpkg/doc/texlive2008-wizard.png b/Master/tlpkg/doc/texlive2008-wizard.png deleted file mode 100644 index 0d70d328616..00000000000 Binary files a/Master/tlpkg/doc/texlive2008-wizard.png and /dev/null differ diff --git a/Master/tlpkg/doc/texlive2008.png b/Master/tlpkg/doc/texlive2008.png deleted file mode 100644 index 9aefd9648cd..00000000000 Binary files a/Master/tlpkg/doc/texlive2008.png and /dev/null differ diff --git a/Master/tlpkg/doc/texlive2009-wizard.png b/Master/tlpkg/doc/texlive2009-wizard.png deleted file mode 100644 index 9a0b3ba53b1..00000000000 Binary files a/Master/tlpkg/doc/texlive2009-wizard.png and /dev/null differ diff --git a/Master/tlpkg/doc/texlive2010.png b/Master/tlpkg/doc/texlive2010.png deleted file mode 100644 index 24e0e666c8f..00000000000 Binary files a/Master/tlpkg/doc/texlive2010.png and /dev/null differ diff --git a/Master/tlpkg/doc/texlive2011.png b/Master/tlpkg/doc/texlive2011.png deleted file mode 100644 index 66110087c41..00000000000 Binary files a/Master/tlpkg/doc/texlive2011.png and /dev/null differ diff --git a/Master/tlpkg/doc/texlive2012.png b/Master/tlpkg/doc/texlive2012.png deleted file mode 100644 index 61041d8b238..00000000000 Binary files a/Master/tlpkg/doc/texlive2012.png and /dev/null differ diff --git a/Master/tlpkg/doc/texlive2013-horizontal.png b/Master/tlpkg/doc/texlive2013-horizontal.png deleted file mode 100644 index 7ce3d8f0c9f..00000000000 Binary files a/Master/tlpkg/doc/texlive2013-horizontal.png and /dev/null differ diff --git a/Master/tlpkg/doc/texlive2014-horizontal.png b/Master/tlpkg/doc/texlive2014-horizontal.png deleted file mode 100644 index 14699fdf123..00000000000 Binary files a/Master/tlpkg/doc/texlive2014-horizontal.png and /dev/null differ diff --git a/Master/tlpkg/doc/texlive2014.png b/Master/tlpkg/doc/texlive2014.png deleted file mode 100644 index 06d577dae0d..00000000000 Binary files a/Master/tlpkg/doc/texlive2014.png and /dev/null differ diff --git a/Master/tlpkg/doc/texlive2015-horizontal.png b/Master/tlpkg/doc/texlive2015-horizontal.png deleted file mode 100644 index 6d179b37e41..00000000000 Binary files a/Master/tlpkg/doc/texlive2015-horizontal.png and /dev/null differ diff --git a/Master/tlpkg/doc/texlive2015.png b/Master/tlpkg/doc/texlive2015.png deleted file mode 100644 index 347d5968df3..00000000000 Binary files a/Master/tlpkg/doc/texlive2015.png and /dev/null differ diff --git a/Master/tlpkg/doc/texlive2016-horizontal.png b/Master/tlpkg/doc/texlive2016-horizontal.png deleted file mode 100644 index d12e46cfd58..00000000000 Binary files a/Master/tlpkg/doc/texlive2016-horizontal.png and /dev/null differ diff --git a/Master/tlpkg/doc/texlive2016.png b/Master/tlpkg/doc/texlive2016.png deleted file mode 100644 index d64a787c514..00000000000 Binary files a/Master/tlpkg/doc/texlive2016.png and /dev/null differ diff --git a/Master/tlpkg/doc/tlmgr-keyword-search-interface.txt b/Master/tlpkg/doc/tlmgr-keyword-search-interface.txt deleted file mode 100644 index 2b955040470..00000000000 --- a/Master/tlpkg/doc/tlmgr-keyword-search-interface.txt +++ /dev/null @@ -1,42 +0,0 @@ -How to interface tlmgr search with keywords - -new search interface: - -tlmgr search - searches the normal way, i.e., pkg names, short/long desc -tlmgr search --file - searches the current --file way, i.e., the list of files of a package -tlmgr search --taxonomy - searches the taxonomy (keyword, functionality, characterization) -tlmgr search --extended - allows full searching (will maybe implemented later) - - ::= --global | --word | --list [keywords|functions|characterizations] - - ::= | - ::= AND | OR | LEFT | RIGHT - keyword= | function= | - characterization= | - package-name= | title= | - description= | file= - - ::= | " > " - ::= - - -defaults = package-names=ARG OR titles=ARG OR descriptions=ARG -AND -> conjunction -OR -> disjunction -LEFT|RIGHT -> parenthesis for grouping of and and or - - may contain wildcards and it is matched in a glob style (no re!!) - - -example - tlmgr search keyword=paragraph AND description=dropped -should give back the lettrine package - - tlmgr search characterization=bibliography -searches for all packages with characterization containing anywhere the string -"bibliography" (case insensitive). - diff --git a/Master/tlpkg/tlpsrc/00texlive.installation.tlpsrc b/Master/tlpkg/tlpsrc/00texlive.installation.tlpsrc index 0b44ef520c7..08d621f2856 100644 --- a/Master/tlpkg/tlpsrc/00texlive.installation.tlpsrc +++ b/Master/tlpkg/tlpsrc/00texlive.installation.tlpsrc @@ -46,4 +46,4 @@ depend opt_write18_restricted:1 # the day we want to freeze a release forever (i.e., before the final # tlnet update), set this to 1 and tlmgr will then bail out saying that # TLNNNN is frozen. -depend opt_frozen:1 +depend opt_frozen:0 -- cgit v1.2.3