From 7782b7e4df32b283c92f08e70c3cf64c69a43fcd Mon Sep 17 00:00:00 2001 From: Sergey Matveev Date: Sat, 16 Jan 2021 20:03:46 +0300 Subject: [PATCH] Fix recfile's schema --- dep.rec | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/dep.rec b/dep.rec index 2691201..f0f6ced 100644 --- a/dep.rec +++ b/dep.rec @@ -1,11 +1,13 @@ %rec: Build %doc: Build session -%mandatory: Build +%key: Build %type: Build uuid %rec: Dependency %doc: Dependency information %mandatory: Type +%allowed: Target Ctime Hash +%unique: Type Target Ctime Hash %type: Type enum ifcreate ifchange always stamp -%type: Ctime regexp /\d+\.\d+/ +%type: Ctime regexp /[0-9]+\.[0-9]+/ %type: Hash regexp /[0-9a-f]{64}/ -- 2.44.0