manman-sync: make signing error critical

This commit is contained in:
Maciej Krüger 2022-05-24 08:50:25 +02:00 committed by Alexander List
parent 1f568bb10e
commit 2feca2e207

View File

@ -163,11 +163,7 @@ local function fetch_signed_json(remote, url)
local data = ts .. '@' .. result
if not ecdsa.verify(data, sig, mankey) then
print('E: signature invalid or not signed with expected key')
print('C: manman-sync is currently not properly signed')
print('C: this error will be actually considered once manapi has been fixed')
-- return 1
return 1
end
local obj = json.parse(result)