| |
@@ -53,6 +53,7 @@
|
| |
default_url = 'https://pdc.fedoraproject.org/rest_api/v1/'
|
| |
url = pagure.APP.config.get('PDC_URL', default_url)
|
| |
pdc = pdc_client.PDCClient(url, develop=True)
|
| |
+ _log.info('Querying PDC for %s/%s' % (namespace, package))
|
| |
kwargs = dict(
|
| |
global_component=package,
|
| |
type=namespace2pdctype[namespace],
|
| |
I bet it will be nice to know this at some point.