summaryrefslogtreecommitdiff
path: root/Master/tlpkg/doc
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2016-04-05 23:25:51 +0000
committerKarl Berry <karl@freefriends.org>2016-04-05 23:25:51 +0000
commitfbcd66cd140c356472c290e9d00836d1dfc9bc89 (patch)
treef0e015fbd0cad28254939773dda232e708c4519a /Master/tlpkg/doc
parent52e905992c395638cf339bcd463c71b197fc03b9 (diff)
remove mipsel-linux for 2016, per mojca
git-svn-id: svn://tug.org/texlive/trunk@40254 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg/doc')
-rw-r--r--Master/tlpkg/doc/packages.txt2
-rw-r--r--Master/tlpkg/doc/releng.txt14
2 files changed, 14 insertions, 2 deletions
diff --git a/Master/tlpkg/doc/packages.txt b/Master/tlpkg/doc/packages.txt
index ad90784660c..36e3bf1beb1 100644
--- a/Master/tlpkg/doc/packages.txt
+++ b/Master/tlpkg/doc/packages.txt
@@ -17,7 +17,7 @@ To add a new platform:
update 00texlive.installer.tlpsrc as needed.
- update .tlpsrc files if necessary: most likely asymptote, biber, xindy.
- regenerate tlpdb.
-- ask builder for entry entry in source/README.
+- ask builder for entry in source/README.
To remove a platform:
- remove directory in Master/bin.
diff --git a/Master/tlpkg/doc/releng.txt b/Master/tlpkg/doc/releng.txt
index 679a1f78420..f9094442209 100644
--- a/Master/tlpkg/doc/releng.txt
+++ b/Master/tlpkg/doc/releng.txt
@@ -2,6 +2,7 @@ $Id$
Public domain.
Notes on putting together the pretest and yearly release --karl.
+See ./packages.txt for info on regular updates, adding/removing platforms, etc.
Coordinate schedule with:
maintainers of: engines, LaTeX, GUST font, asymptote, context, texworks
@@ -116,6 +117,17 @@ initial builds in any case):
- if new kpathsea file types (kpsewhich --help), update kpathsea.texi.
- ask tldistro for patches.
+Specifics for tlperl update:
+cd $pg
+find tlperl -type f | sort >/tmp/now
+tar tf newperl.tgz | \grep -v /\$ | sort >/tmp/new
+comm -13 /tmp/now /tmp/new >/tmp/c2
+comm -23 /tmp/now /tmp/new >/tmp/c1
+svn rm `cat /tmp/c1`
+svn add --parents --no-auto-props `cat /tmp/c2`
+svn status | fgrep \? # shouldn't be anyway
+svn commit when ready ...
+
After tlnet freeze:
run tl-update-linked-scripts for consistency.
in Master/tlpkg, update bundled Windows programs as needed:
@@ -125,7 +137,7 @@ After tlnet freeze:
update texcollection DVD text:
http://tug.org/texcollection/
http://puszcza.gnu.org.ua/projects/texcollection/
- eventually: peb, akira, takuji, khaled, taco, laurens: no commits.
+ eventually: akira, takuji, luigi, taco, laurens: no commits.
when even more stable: put date into NEWS and ChangeLog files.
Just before the final pretest (i.e., to-be-published) build: