texlive[65772] trunk: asy dregs

commits+karl at tug.org commits+karl at tug.org
Thu Feb 9 22:45:09 CET 2023


Revision: 65772
          http://tug.org/svn/texlive?view=revision&revision=65772
Author:   karl
Date:     2023-02-09 22:45:08 +0100 (Thu, 09 Feb 2023)
Log Message:
-----------
asy dregs

Modified Paths:
--------------
    trunk/Build/source/utils/README
    trunk/Master/tlpkg/bin/tl-update-asy

Modified: trunk/Build/source/utils/README
===================================================================
--- trunk/Build/source/utils/README	2023-02-09 21:26:51 UTC (rev 65771)
+++ trunk/Build/source/utils/README	2023-02-09 21:45:08 UTC (rev 65772)
@@ -4,7 +4,7 @@
 Extra utilities we (optionally) compile for TeX Live.
 See comments in ../texk/README.
 
-asymptote 2.84 - checked 9feb23
+asymptote 2.85 - checked 9feb23
   update to TL from CTAN, to include prebuilt doc.
   see https://tug.org/texlive/build.html#asymptote
   and tlpkg/bin/tl-update-asy

Modified: trunk/Master/tlpkg/bin/tl-update-asy
===================================================================
--- trunk/Master/tlpkg/bin/tl-update-asy	2023-02-09 21:26:51 UTC (rev 65771)
+++ trunk/Master/tlpkg/bin/tl-update-asy	2023-02-09 21:45:08 UTC (rev 65772)
@@ -17,7 +17,8 @@
 if false && $update_sources_from_ctan; then
   # this part is about copying the sources from CTAN to TL.
   cd $B/source/utils/
-  (cd asymptote && make distclean; sup && sat)  # be sure no dregs
+  # be sure no dregs:
+  (cd asymptote && make distclean; rm -f Makefile; sup && sat) 
   \cp -arf /home/ftp/tex-archive/graphics/asymptote/ .
 
   cd asymptote
@@ -31,11 +32,12 @@
   
   # show list of files to remove:
   diff -qr . /home/ftp/tex-archive/graphics/asymptote/ \
-  | egrep -v ' differ' | egrep -v '\.svn'
-  svn rm ...
+  | egrep -v ' differ' | egrep -v '\.svn' | tee /tmp/asyrm
+  sed -e 's,: ,/,' -e 's/^Only in //' /tmp/asyrm
+  svn rm `!!`
 
   # final check and commit:
-  svn status # don't worry about binaries.
+  svn status | fgrep \? #  # don't worry about binaries.
   svn commit -m"asy $ver sources" . ../README
   exit $?
 



More information about the tex-live-commits mailing list.