Skip to content

CLID: remove package information

Frank Winklmeier requested to merge fwinkl/athena:delete_packageinfo into master

Remove PackageInfo (package name and version) from the CLID database. This information was never correctly filled (full story in ATEAM-731). The PackageInfo class is kept as a dummy until the IClassIDSvc interface in Gaudi has been adjusted.

This is likely going to cause problems in incremental builds due to the format change of the clid.db (one column removed). So this has to run as a full-build and merging needs to be synchronized with the CI node cleanup on Saturday.

Merge request reports