diff options
Diffstat (limited to 'Master/tlpkg/doc/releng.txt')
-rw-r--r-- | Master/tlpkg/doc/releng.txt | 14 |
1 files changed, 13 insertions, 1 deletions
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: |