diff options
author | Karl Berry <karl@freefriends.org> | 2017-04-13 17:59:45 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2017-04-13 17:59:45 +0000 |
commit | 10afec2bf982256b64b6ced347ff4bf48b089e48 (patch) | |
tree | d42dab7840aacff1d7f9d7a3a24daf582635acd1 /Master/tlpkg | |
parent | b6f42e4828ceef356437c85cb453288238170636 (diff) |
2017 pretest initial
git-svn-id: svn://tug.org/texlive/trunk@43775 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg')
-rw-r--r-- | Master/tlpkg/TeXLive/TLConfig.pm | 4 | ||||
-rwxr-xr-x | Master/tlpkg/bin/tl-update-images | 4 | ||||
-rwxr-xr-x | Master/tlpkg/bin/tl-update-tlnet | 6 | ||||
-rw-r--r-- | Master/tlpkg/doc/historic/texlive2008-wizard.png (renamed from Master/tlpkg/doc/texlive2008-wizard.png) | bin | 30448 -> 30448 bytes | |||
-rw-r--r-- | Master/tlpkg/doc/historic/texlive2008.png (renamed from Master/tlpkg/doc/texlive2008.png) | bin | 32412 -> 32412 bytes | |||
-rw-r--r-- | Master/tlpkg/doc/historic/texlive2009-wizard.png (renamed from Master/tlpkg/doc/texlive2009-wizard.png) | bin | 17810 -> 17810 bytes | |||
-rw-r--r-- | Master/tlpkg/doc/historic/texlive2010.png (renamed from Master/tlpkg/doc/texlive2010.png) | bin | 16437 -> 16437 bytes | |||
-rw-r--r-- | Master/tlpkg/doc/historic/texlive2011.png (renamed from Master/tlpkg/doc/texlive2011.png) | bin | 15825 -> 15825 bytes | |||
-rw-r--r-- | Master/tlpkg/doc/historic/texlive2012.png (renamed from Master/tlpkg/doc/texlive2012.png) | bin | 17073 -> 17073 bytes | |||
-rw-r--r-- | Master/tlpkg/doc/historic/texlive2013-horizontal.png (renamed from Master/tlpkg/doc/texlive2013-horizontal.png) | bin | 34353 -> 34353 bytes | |||
-rw-r--r-- | Master/tlpkg/doc/historic/texlive2014-horizontal.png (renamed from Master/tlpkg/doc/texlive2014-horizontal.png) | bin | 32851 -> 32851 bytes | |||
-rw-r--r-- | Master/tlpkg/doc/historic/texlive2014.png (renamed from Master/tlpkg/doc/texlive2014.png) | bin | 14751 -> 14751 bytes | |||
-rw-r--r-- | Master/tlpkg/doc/historic/texlive2015-horizontal.png (renamed from Master/tlpkg/doc/texlive2015-horizontal.png) | bin | 33509 -> 33509 bytes | |||
-rw-r--r-- | Master/tlpkg/doc/historic/texlive2015.png (renamed from Master/tlpkg/doc/texlive2015.png) | bin | 15773 -> 15773 bytes | |||
-rw-r--r-- | Master/tlpkg/doc/historic/texlive2016-horizontal.png (renamed from Master/tlpkg/doc/texlive2016-horizontal.png) | bin | 33700 -> 33700 bytes | |||
-rw-r--r-- | Master/tlpkg/doc/historic/texlive2016.png (renamed from Master/tlpkg/doc/texlive2016.png) | bin | 15030 -> 15030 bytes | |||
-rw-r--r-- | Master/tlpkg/doc/historic/tlmgr-keyword-search-interface.txt (renamed from Master/tlpkg/doc/tlmgr-keyword-search-interface.txt) | 0 | ||||
-rw-r--r-- | Master/tlpkg/doc/releng.txt | 11 | ||||
-rw-r--r-- | Master/tlpkg/tlpsrc/00texlive.installation.tlpsrc | 2 |
19 files changed, 13 insertions, 14 deletions
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/texlive2008-wizard.png b/Master/tlpkg/doc/historic/texlive2008-wizard.png Binary files differindex 0d70d328616..0d70d328616 100644 --- a/Master/tlpkg/doc/texlive2008-wizard.png +++ b/Master/tlpkg/doc/historic/texlive2008-wizard.png diff --git a/Master/tlpkg/doc/texlive2008.png b/Master/tlpkg/doc/historic/texlive2008.png Binary files differindex 9aefd9648cd..9aefd9648cd 100644 --- a/Master/tlpkg/doc/texlive2008.png +++ b/Master/tlpkg/doc/historic/texlive2008.png diff --git a/Master/tlpkg/doc/texlive2009-wizard.png b/Master/tlpkg/doc/historic/texlive2009-wizard.png Binary files differindex 9a0b3ba53b1..9a0b3ba53b1 100644 --- a/Master/tlpkg/doc/texlive2009-wizard.png +++ b/Master/tlpkg/doc/historic/texlive2009-wizard.png diff --git a/Master/tlpkg/doc/texlive2010.png b/Master/tlpkg/doc/historic/texlive2010.png Binary files differindex 24e0e666c8f..24e0e666c8f 100644 --- a/Master/tlpkg/doc/texlive2010.png +++ b/Master/tlpkg/doc/historic/texlive2010.png diff --git a/Master/tlpkg/doc/texlive2011.png b/Master/tlpkg/doc/historic/texlive2011.png Binary files differindex 66110087c41..66110087c41 100644 --- a/Master/tlpkg/doc/texlive2011.png +++ b/Master/tlpkg/doc/historic/texlive2011.png diff --git a/Master/tlpkg/doc/texlive2012.png b/Master/tlpkg/doc/historic/texlive2012.png Binary files differindex 61041d8b238..61041d8b238 100644 --- a/Master/tlpkg/doc/texlive2012.png +++ b/Master/tlpkg/doc/historic/texlive2012.png diff --git a/Master/tlpkg/doc/texlive2013-horizontal.png b/Master/tlpkg/doc/historic/texlive2013-horizontal.png Binary files differindex 7ce3d8f0c9f..7ce3d8f0c9f 100644 --- a/Master/tlpkg/doc/texlive2013-horizontal.png +++ b/Master/tlpkg/doc/historic/texlive2013-horizontal.png diff --git a/Master/tlpkg/doc/texlive2014-horizontal.png b/Master/tlpkg/doc/historic/texlive2014-horizontal.png Binary files differindex 14699fdf123..14699fdf123 100644 --- a/Master/tlpkg/doc/texlive2014-horizontal.png +++ b/Master/tlpkg/doc/historic/texlive2014-horizontal.png diff --git a/Master/tlpkg/doc/texlive2014.png b/Master/tlpkg/doc/historic/texlive2014.png Binary files differindex 06d577dae0d..06d577dae0d 100644 --- a/Master/tlpkg/doc/texlive2014.png +++ b/Master/tlpkg/doc/historic/texlive2014.png diff --git a/Master/tlpkg/doc/texlive2015-horizontal.png b/Master/tlpkg/doc/historic/texlive2015-horizontal.png Binary files differindex 6d179b37e41..6d179b37e41 100644 --- a/Master/tlpkg/doc/texlive2015-horizontal.png +++ b/Master/tlpkg/doc/historic/texlive2015-horizontal.png diff --git a/Master/tlpkg/doc/texlive2015.png b/Master/tlpkg/doc/historic/texlive2015.png Binary files differindex 347d5968df3..347d5968df3 100644 --- a/Master/tlpkg/doc/texlive2015.png +++ b/Master/tlpkg/doc/historic/texlive2015.png diff --git a/Master/tlpkg/doc/texlive2016-horizontal.png b/Master/tlpkg/doc/historic/texlive2016-horizontal.png Binary files differindex d12e46cfd58..d12e46cfd58 100644 --- a/Master/tlpkg/doc/texlive2016-horizontal.png +++ b/Master/tlpkg/doc/historic/texlive2016-horizontal.png diff --git a/Master/tlpkg/doc/texlive2016.png b/Master/tlpkg/doc/historic/texlive2016.png Binary files differindex d64a787c514..d64a787c514 100644 --- a/Master/tlpkg/doc/texlive2016.png +++ b/Master/tlpkg/doc/historic/texlive2016.png diff --git a/Master/tlpkg/doc/tlmgr-keyword-search-interface.txt b/Master/tlpkg/doc/historic/tlmgr-keyword-search-interface.txt index 2b955040470..2b955040470 100644 --- a/Master/tlpkg/doc/tlmgr-keyword-search-interface.txt +++ b/Master/tlpkg/doc/historic/tlmgr-keyword-search-interface.txt 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/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 |