]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Add pkgbase METALOG parse/check tool
authoremaste <emaste@FreeBSD.org>
Sun, 10 May 2020 16:11:19 +0000 (16:11 +0000)
committeremaste <emaste@FreeBSD.org>
Sun, 10 May 2020 16:11:19 +0000 (16:11 +0000)
commitf3b5116385b06e820b401dff684e62216064877b
tree7054f30bd4ac14c83509f2ff5c4e56323ac514fb
parent15d221146e0b865a50ddb279605bf0e07ac42ab1
Add pkgbase METALOG parse/check tool

`metalog.lua` is a script that reads METALOG file created by pkgbase
(make packages) and generates reports about the installed system
and issues.

This was developed as part of Yang's W2020 University of Waterloo co-
operative education term with the FreeBSD Foundation.  kevans provided
some initial review; we will iterate on it in the tree.

Submitted by: Yang Wang <2333@outlook.jp>
Sponsored by: The FreeBSD Foundation
Differential Revision: https://reviews.freebsd.org/D24563
tools/pkgbase/README.md [new file with mode: 0644]
tools/pkgbase/metalog_reader.lua [new file with mode: 0644]