manman-sync: make signing error critical
This commit is contained in:
parent
1f568bb10e
commit
2feca2e207
@ -163,11 +163,7 @@ local function fetch_signed_json(remote, url)
|
|||||||
local data = ts .. '@' .. result
|
local data = ts .. '@' .. result
|
||||||
if not ecdsa.verify(data, sig, mankey) then
|
if not ecdsa.verify(data, sig, mankey) then
|
||||||
print('E: signature invalid or not signed with expected key')
|
print('E: signature invalid or not signed with expected key')
|
||||||
|
return 1
|
||||||
print('C: manman-sync is currently not properly signed')
|
|
||||||
print('C: this error will be actually considered once manapi has been fixed')
|
|
||||||
|
|
||||||
-- return 1
|
|
||||||
end
|
end
|
||||||
|
|
||||||
local obj = json.parse(result)
|
local obj = json.parse(result)
|
||||||
|
Loading…
Reference in New Issue
Block a user