diff options
Diffstat (limited to 'Master/tlpkg/doc')
-rw-r--r-- | Master/tlpkg/doc/releng.txt | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/Master/tlpkg/doc/releng.txt b/Master/tlpkg/doc/releng.txt index 9dfbff6ce5f..374ba7a24f8 100644 --- a/Master/tlpkg/doc/releng.txt +++ b/Master/tlpkg/doc/releng.txt @@ -487,14 +487,14 @@ mkdir -p $hy/$this/packaging # # copy files from DVD: mount /mnt/tc -cd /mnt/tc -cp -R [A-T]* index* setup /home/ftp/historic/systems/texcollection/$this +cd /mnt/tc # check that it's the current release +cp -pR [A-T]* index* setup /home/ftp/historic/systems/texcollection/$this # # copy ctan snapshot for TUG members: -ls -l ~www/members/ctan20-*.tar +ls -l ~www/members/ctan*20*.tar # how many links? du !$ -rm -i ~www/members/ctan20-*.tar # assuming it's hard-linked, else move! -nice -19 tar cf ~www/members/ctan`date +%y`-20180414.tar ctan +rm -i ~www/members/ctan*20*.tar # assuming it's hard-linked, else move! +nice -19 tar cf ~www/members/ctan`date +%y`-200413.tar ctan # update date! chmod a=r ~www/members/ctan*.tar ls -l !$; du !$ # edit members/index.html @@ -505,7 +505,8 @@ cd && umount /mnt/tc # cd $hy/$this/packaging # copy in files from texcollection svn: -cp $HOME/src/texcollection/$this/packaging/* . +svn update ~/src/texcollection/ +cp -p ~/src/texcollection/$this/packaging/* . # # make small image for web page: pdftoppm -gray -r 222 texcoll-cover.pdf temp |