1
0
mirror of https://github.com/openSUSE/osc.git synced 2024-09-21 01:36:16 +02:00

- _sslcert is stored in meta space

This commit is contained in:
Adrian Schröter 2013-09-05 14:54:15 +02:00
parent edda98eaff
commit aef9f7e6d2

View File

@ -7675,7 +7675,7 @@ Please submit there instead, or use --nodevelproject to force direct submission.
try: try:
url = makeurl(apiurl, ['source', prj, '_pubkey']) url = makeurl(apiurl, ['source', prj, '_pubkey'])
if opts.sslcert: if opts.sslcert:
url = makeurl(apiurl, ['source', prj, '_project', '_sslcert']) url = makeurl(apiurl, ['source', prj, '_project', '_sslcert'], 'meta=1')
f = http_GET(url) f = http_GET(url)
break break
except HTTPError as e: except HTTPError as e: