summaryrefslogtreecommitdiff
path: root/Master/tlpkg/doc
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2022-09-25 16:50:19 +0000
committerKarl Berry <karl@freefriends.org>2022-09-25 16:50:19 +0000
commit33ec7e294dd4a5f539b0be80d939e9dade1590bc (patch)
tree7a7b7304e12d8c9a1a48024e3d094636452a1b4d /Master/tlpkg/doc
parenta2b56b4380f28f01496f77e50c84069d296bb6d2 (diff)
tl-update-tlpdb (suredef): new fn, replacing equal strings.
(tlpobj_catalogue_equal): use it to avoid dumb undef value warnings when printing values. Also, show tlp[AB]->catalogue values. TLUtils.pm (debug, ddebug, dddebug): return immediately if verbosity < 1; this may avoid unnecessary warnings when the arguments contain undef (and is trivially faster). This was occasioned by a warning from the --catalogue-compare run: Use of uninitialized value $_[5] in join or string at tlpkg/bin/../TeXLive/TLUtils.pm line 3715. D:bibtexu: longdesc now: An enhanced, portable C version ... vs. compare db: With new packages, a tlp value in the old package may indeed be undef. releng.txt: unrelated doc updates. git-svn-id: svn://tug.org/texlive/trunk@64503 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg/doc')
-rw-r--r--Master/tlpkg/doc/releng.txt17
1 files changed, 8 insertions, 9 deletions
diff --git a/Master/tlpkg/doc/releng.txt b/Master/tlpkg/doc/releng.txt
index 8789eea22bf..689fe066526 100644
--- a/Master/tlpkg/doc/releng.txt
+++ b/Master/tlpkg/doc/releng.txt
@@ -561,26 +561,25 @@ mkdir -p $hy/texcollection/$this/packaging
#
# copy files from DVD:
mount /mnt/tc
-cd /mnt/tc # check that it's the current release
-cp -pR [A-T]* index* setup /home/ftp/historic/systems/texcollection/$this
+cd /mnt/tc
+ls # check that it's the current release!
+cp -pR *.* setup /home/ftp/historic/systems/texcollection/$this
#
# copy ctan snapshot for TUG members:
-du -h ~www/members/ctan*20*.tar # just to compare
+du -h ~www/members/ctan2*.tar # just to compare
mkdir $hy/ctancd/$prev
-mv ~www/members/ctan*20*.tar !$
+mv ~www/members/ctan2*.tar !$
ls -lt ctan/ | head # note date of last update
nice -19 tar cf ~www/members/ctan`date +%y`-0410.tar ctan # update date!
-chmod a=r ~www/members/ctan*.tar
+chmod a=r ~www/members/ctan2*.tar
ls -l !$; du -h !$
# edit members/index.html
-mkdir /home/ftp/historic/systems/ctancd/$this
-ln -v ~www/members/ctan*.tar !$
#
cd && umount /mnt/tc
#
-cd $hy/$this/packaging
+cd $hy/texcollection/$this/packaging
# copy in files from texcollection svn:
-svn -q update ~/src/texcollection/
+svn update ~/src/texcollection/
cp -p ~/src/texcollection/$this/packaging/* .
#
# make small image for web page: