mirror of
https://github.com/openSUSE/osc.git
synced 2024-11-10 22:56:15 +01:00
- _sslcert is stored in meta space
This commit is contained in:
parent
edda98eaff
commit
aef9f7e6d2
@ -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:
|
||||||
|
Loading…
Reference in New Issue
Block a user