]> Cypherpunks.ru repositories - goredo.git/blob - dep.rec
Fix recfile's schema
[goredo.git] / dep.rec
1 %rec: Build
2 %doc: Build session
3 %key: Build
4 %type: Build uuid
5
6 %rec: Dependency
7 %doc: Dependency information
8 %mandatory: Type
9 %allowed: Target Ctime Hash
10 %unique: Type Target Ctime Hash
11 %type: Type enum ifcreate ifchange always stamp
12 %type: Ctime regexp /[0-9]+\.[0-9]+/
13 %type: Hash regexp /[0-9a-f]{64}/