From aef9f7e6d2611d44d0d3ab3ec3ff9248c005cf68 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adrian=20Schr=C3=B6ter?= Date: Thu, 5 Sep 2013 14:54:15 +0200 Subject: [PATCH] - _sslcert is stored in meta space --- osc/commandline.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/osc/commandline.py b/osc/commandline.py index 1557e25c..0a587622 100644 --- a/osc/commandline.py +++ b/osc/commandline.py @@ -7675,7 +7675,7 @@ Please submit there instead, or use --nodevelproject to force direct submission. try: url = makeurl(apiurl, ['source', prj, '_pubkey']) if opts.sslcert: - url = makeurl(apiurl, ['source', prj, '_project', '_sslcert']) + url = makeurl(apiurl, ['source', prj, '_project', '_sslcert'], 'meta=1') f = http_GET(url) break except HTTPError as e: