Starlink / starlink

Starlink Software Collection
162 stars 53 forks source link

PROVADD doesn't seem to add the parent to the provenance #33

Closed grahambell closed 10 years ago

grahambell commented 10 years ago

If I try to use PROVADD to set the parent for a file, I don't see it in the PROVSHOW output. For example:

/tmp/test $ creframe x1 mode=bl accept
/tmp/test $ ndfcopy x1 x2
/tmp/test $ provadd x2 x1 isroot
/tmp/test $ provshow x2

0: /tmp/test/x2
   Parents:  <unknown>
   Date:  2014-05-06 00:56:17
   Creator:  <unknown>
dsberry commented 10 years ago

Should be fixed by commit 2ceebb18e2

MalcolmCurrie commented 10 years ago

Glad to know it wasn't me being thick while using PROVADD in the UKIRT pipeline.