PBR

Comment 6 for bug 1369179

Revision history for this message
melanie witt (melwitt) wrote :

This is happening because currently pbr looks to read the PKG-INFO file and if it fails, it tries to get the version information from git. In packages that use package metadata 2.0, there is a METADATA file instead of a PKG-INFO file and pbr doesn't know yet to look for it. Then the fallback to git will fail if pbr can't find a way to query it.