From: Tobias Ulmer Date: Mon, 6 Aug 2012 15:29:51 +0000 (+0200) Subject: CVS module requires hash as well X-Git-Tag: e2factory-2.3.13rc1~204 X-Git-Url: https://git.e2factory.org/?a=commitdiff_plain;h=179b7409ce44b588d529a0cf72ddea9fdf5e4026;p=e2factory.git CVS module requires hash as well Signed-off-by: Tobias Ulmer --- diff --git a/local/cvs.lua b/local/cvs.lua index 415a05b..498e8bb 100644 --- a/local/cvs.lua +++ b/local/cvs.lua @@ -29,6 +29,7 @@ -- module("cvs", package.seeall) require("scm") +local hash = require("hash") --- validate source configuration, log errors to the debug log -- @param info the info table