From: Lars Kurth Date: Tue, 18 Jul 2017 19:46:23 +0000 (+0100) Subject: Added perl prerequisites (such as missing modules) X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=085eed428a6a771c7452cc51b19ec51289cbf3d0;p=people%2Flarsk%2Fxen-release-scripts.git Added perl prerequisites (such as missing modules) --- diff --git a/README b/README index 72ccad5..e5e8911 100644 --- a/README +++ b/README @@ -9,6 +9,15 @@ To keep things clean, I use the following directory structure - xsa-lists [output/input directory, see steps 1-5 in match-xsa] - xsa [git repo, optional] +prerequisites +============= +match-xsa, requires perl and the following perl libraries + + libfile-slurp-perl + libfile-spec-perl + +See https://wiki.koha-community.org/wiki/How_to_install_missing_Perl_modules_on_Debian on how to install these + xen-release-logs ================ @@ -34,7 +43,7 @@ Other tools may use the following logs, which are also generated To specify a specific version for which to get logs, use - xen-release-logs --version 4 --major 7 +xen-release-logs --version 4 --major 7 Gets the logs for the entire 4.7 (uses the 4.6.0 tags as common root) up to the 4.7 head tips and will use a log directory of name *logs-47none-stable*. Use for new major releases.