Skip to content

Commit

Permalink
build: drop deprecated l3build target revisionfile
Browse files Browse the repository at this point in the history
The functionality of customized l3build target (`target_list` entry)
`revisionfile` has been replaced with `l3build tag` in
9efb7e4 (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 <[email protected]>
  • Loading branch information
muzimuzhi committed Jan 14, 2024
1 parent dd0e253 commit ed5d70b
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions build.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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
}

0 comments on commit ed5d70b

Please sign in to comment.