The source project of this merge request has been removed.
Changed mechanism to set project properties
It is now possible to set properties for a project individually:
lb-sdb-setprojectprop Gaudi TestProp TestVal
To view the properties for Gaudi:
lb-sdb-query getProperties Gaudi
And to remove the property altogether:
lb-sdb-setprojectprop -r Gaudi TestProp
Fixes: LBCORE-1096