-
Improvement
-
Resolution: Won't Fix
-
Major
-
None
I need to know which locks are owned at build time, if possible using a new environment variable such as:
LOCKS=resource1
LOCKS=resource1,resource2
Rationale:
The lock may also denote a resource identifier, such as a file name, which could be used in build scripts.
Currently, we have to duplicate such identifiers in manually maintained environment variables.
Best,
Régis