Is there a Git repository with the source code for the centos-packager package? I'm interested in adding a feature to centos-cert to allow downloading the CAs without re-generating a user cert (basically splitting up download_cert() in /usr/bin/centos-cert.) This would make it easier to run cbs in Jenkins with ephemeral cloud slaves, without having to hardcode the https://accounts.centos.org/ca/ca-cert.pem URL in the job's code. It also looks like the centos-packager.spec's License field says "GPLv2+", whereas the COPYING file is the GPLv3, so it would be good to make these align. - Ken