Signed-off-by: Amir Goldstein <amir73il@xxxxxxxxx> --- Hi Ted, BTW, why are fsverity and ima-evm-utils required and not optional repos? Thanks, Amir. get-versions | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/get-versions b/get-versions index 9cbecd0..7058212 100755 --- a/get-versions +++ b/get-versions @@ -25,7 +25,7 @@ fi if test -d fsverity then cd fsverity - ver=$(git describe --always --dirty); echo "fsverity $ver ($(git log -1 --pretty=%cD))" > ../$TMPDIR/keyutils.ver + ver=$(git describe --always --dirty); echo "fsverity $ver ($(git log -1 --pretty=%cD))" > ../$TMPDIR/fsverity.ver cd .. fi -- 2.7.4 -- To unsubscribe from this list: send the line "unsubscribe fstests" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html