[latex3-commits] [git/LaTeX3-latex3-l3build] ctan-post: missed the most important rename (8338371)

Will Robertson wspr81 at gmail.com
Mon Dec 10 14:28:03 CET 2018


Repository : https://github.com/latex3/l3build
On branch  : ctan-post
Link       : https://github.com/latex3/l3build/commit/83383719a8bacec7e3bc94e922e07fb8604ad151

>---------------------------------------------------------------

commit 83383719a8bacec7e3bc94e922e07fb8604ad151
Author: Will Robertson <wspr81 at gmail.com>
Date:   Mon Dec 10 23:58:03 2018 +1030

    missed the most important rename


>---------------------------------------------------------------

83383719a8bacec7e3bc94e922e07fb8604ad151
 l3build-upload.lua |    2 +-
 l3build.lua        |    3 +--
 2 files changed, 2 insertions(+), 3 deletions(-)

diff --git a/l3build-upload.lua b/l3build-upload.lua
index 1fd9281..1051e85 100644
--- a/l3build-upload.lua
+++ b/l3build-upload.lua
@@ -1,6 +1,6 @@
 --[[
 
-File l3build-ctan-post.lua Copyright (C) 2018 The LaTeX3 Project
+File l3build-upload.lua Copyright (C) 2018 The LaTeX3 Project
 
 It may be distributed and/or modified under the conditions of the
 LaTeX Project Public License (LPPL), either version 1.3c of this
diff --git a/l3build.lua b/l3build.lua
index b18893b..3422f4d 100755
--- a/l3build.lua
+++ b/l3build.lua
@@ -60,13 +60,12 @@ build_require("aux")
 build_require("clean")
 build_require("check")
 build_require("ctan")
-build_require("ctan-post")
-
 build_require("install")
 build_require("unpack")
 build_require("manifest")
 build_require("manifest-setup")
 build_require("tagging")
+build_require("upload")
 build_require("stdmain")
 
 -- This has to come after stdmain(),





More information about the latex3-commits mailing list