From: Sergey Matveev Date: Sat, 16 Jan 2021 17:03:46 +0000 (+0300) Subject: Fix recfile's schema X-Git-Tag: v1.0.0~2 X-Git-Url: http://www.git.cypherpunks.ru/?p=goredo.git;a=commitdiff_plain;h=7782b7e4df32b283c92f08e70c3cf64c69a43fcd Fix recfile's schema --- 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}/