From ed5d70b658391c69321849d1f5bafbb6d0f78acd Mon Sep 17 00:00:00 2001 From: Yukai Chou Date: Mon, 15 Jan 2024 02:52:25 +0800 Subject: [PATCH] build: drop deprecated l3build target `revisionfile` The functionality of customized l3build target (`target_list` entry) `revisionfile` has been replaced with `l3build tag` in 9efb7e40 (refactor(ci)!: use l3build tagfiles, 2021-12-15), and the definition of `revisionfile()` has been removed in the same commit. Signed-off-by: Yukai Chou --- build.lua | 6 ------ 1 file changed, 6 deletions(-) diff --git a/build.lua b/build.lua index e54dbc4a5..570f7df5b 100644 --- a/build.lua +++ b/build.lua @@ -80,9 +80,3 @@ function tag_hook(tagname, tagdate) return 0 end -target_list = target_list or { } -target_list.revisionfile = - { - desc = "Create revision data file", - func = revisionfile - }