]> xenbits.xensource.com Git - people/larsk/xen-release-scripts.git/commitdiff
Added perl prerequisites (such as missing modules)
authorLars Kurth <lars.kurth@citrix.com>
Tue, 18 Jul 2017 19:46:23 +0000 (20:46 +0100)
committerLars Kurth <lars.kurth@citrix.com>
Tue, 18 Jul 2017 19:46:23 +0000 (20:46 +0100)
README

diff --git a/README b/README
index 72ccad5ef486433b40b04a3ff4ed7557050f0de8..e5e8911ec8ae2a92d420625528fe65003f7bed0c 100644 (file)
--- 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.