texlive[41578] Master/tlpkg: no .xml in tlpsrc catalogue values

commits+karl at tug.org commits+karl at tug.org
Thu Jun 30 19:06:32 CEST 2016


Revision: 41578
          http://tug.org/svn/texlive?view=revision&revision=41578
Author:   karl
Date:     2016-06-30 19:06:32 +0200 (Thu, 30 Jun 2016)
Log Message:
-----------
no .xml in tlpsrc catalogue values

Modified Paths:
--------------
    trunk/Master/tlpkg/bin/tlpkginfo
    trunk/Master/tlpkg/tlpsrc/2up.tlpsrc

Modified: trunk/Master/tlpkg/bin/tlpkginfo
===================================================================
--- trunk/Master/tlpkg/bin/tlpkginfo	2016-06-30 16:38:01 UTC (rev 41577)
+++ trunk/Master/tlpkg/bin/tlpkginfo	2016-06-30 17:06:32 UTC (rev 41578)
@@ -275,6 +275,9 @@
   }
 
   chomp (my $cat = `awk '\$1 == "catalogue" {print \$2}' $tlpsrc`);
+  if ($cat =~ /\./) {
+    warn "$0: $tlpsrc catalogue value should not contain a period: $cat\n";
+  }
   return $cat;
 }
 

Modified: trunk/Master/tlpkg/tlpsrc/2up.tlpsrc
===================================================================
--- trunk/Master/tlpkg/tlpsrc/2up.tlpsrc	2016-06-30 16:38:01 UTC (rev 41577)
+++ trunk/Master/tlpkg/tlpsrc/2up.tlpsrc	2016-06-30 17:06:32 UTC (rev 41578)
@@ -1 +1 @@
-catalogue twoup-gen.xml
+catalogue twoup-gen



More information about the tex-live-commits mailing list