texlive[47802] Master/tlpkg/TeXLive: rename DefaultContainerFormat to

commits+preining at tug.org commits+preining at tug.org
Wed May 23 04:32:29 CEST 2018


Revision: 47802
          http://tug.org/svn/texlive?view=revision&revision=47802
Author:   preining
Date:     2018-05-23 04:32:29 +0200 (Wed, 23 May 2018)
Log Message:
-----------
rename DefaultContainerFormat to DefaultCompressorFormat

Modified Paths:
--------------
    trunk/Master/tlpkg/TeXLive/TLConfig.pm
    trunk/Master/tlpkg/TeXLive/TLPDB.pm

Modified: trunk/Master/tlpkg/TeXLive/TLConfig.pm
===================================================================
--- trunk/Master/tlpkg/TeXLive/TLConfig.pm	2018-05-23 02:32:20 UTC (rev 47801)
+++ trunk/Master/tlpkg/TeXLive/TLConfig.pm	2018-05-23 02:32:29 UTC (rev 47802)
@@ -22,7 +22,7 @@
     $MetaCategoriesRegexp
     $CategoriesRegexp
     $DefaultCategory
-    $DefaultContainerFormat
+    $DefaultCompressorFormat
     $DefaultContainerExtension
     @AcceptedCompressors
     $AcceptedCompressorsRegexp
@@ -111,8 +111,8 @@
 }
 
 # the way we package things on the web
-our $DefaultContainerFormat = "xz";
-our $DefaultContainerExtension = "tar.$DefaultContainerFormat";
+our $DefaultCompressorFormat = "xz";
+our $DefaultContainerExtension = "tar.$DefaultCompressorFormat";
 our @AcceptedCompressors = qw/xz lz4 gzip/;
 our $AcceptedCompressorsRegexp = "(xz|lz4|gzip)";
 our %CompressorProgram   = ( 'xz' => 'xz',     'gzip' => 'gzip',   'lz4' => 'lz4');
@@ -128,7 +128,7 @@
 our %TLPDBConfigs = (
   "container_split_src_files" => 1,
   "container_split_doc_files" => 1,
-  "container_format" => $DefaultContainerFormat,
+  "container_format" => $DefaultCompressorFormat,
   "minrelease" => $MinRelease,
   "release" => $ReleaseYear,
   "frozen" => 0,

Modified: trunk/Master/tlpkg/TeXLive/TLPDB.pm
===================================================================
--- trunk/Master/tlpkg/TeXLive/TLPDB.pm	2018-05-23 02:32:20 UTC (rev 47801)
+++ trunk/Master/tlpkg/TeXLive/TLPDB.pm	2018-05-23 02:32:29 UTC (rev 47802)
@@ -92,7 +92,7 @@
 
 use TeXLive::TLConfig qw($CategoriesRegexp $DefaultCategory $InfraLocation
       $DatabaseName $MetaCategoriesRegexp $Archive
-      $DefaultContainerFormat $DefaultContainerExtension 
+      $DefaultCompressorFormat $DefaultContainerExtension 
       @AcceptedCompressors $AcceptedCompressorsRegexp %CompressorProgram
       %CompressorExtension %CompressorArgs %DecompressorProgram %DecompressorArgs
       %TLPDBOptions %TLPDBSettings $ChecksumExtension



More information about the tex-live-commits mailing list