mirror of
https://github.com/openSUSE/osc.git
synced 2024-12-24 17:16:12 +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:
|
||||
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:
|
||||
|
Loading…
Reference in New Issue
Block a user