All, Relinking /var/www/pub from: /var/lib/pulp to: /var/lib/pulp/published
Broke the GPG keys stuff because /var/lib/pulp/gpg had links into /var/lib/pulp/repos. The fix is to move the GPG links to be under /var/lib/pulp/published so apache would serve them. But, this opens the door for name conflicts with a repo named 'gpg'. So, now the directories look like this:
/var/lib/published/ repos/ gpg/ I updated the etc/httpd/conf.d/pulp.conf as needed and paths in: src/pulp/server/util.py src/pulp/server/api/repo.py /var/lib/pulp (and mongo) need to be cleaned out. Regards, Jeff _______________________________________________ Pulp-list mailing list [email protected] https://www.redhat.com/mailman/listinfo/pulp-list
