1
0
mirror of https://github.com/openSUSE/osc.git synced 2025-02-26 04:02:11 +01:00

use "checksum" to be in sync with other places

This commit is contained in:
Adrian Schröter 2010-05-18 16:33:11 +02:00
parent c1de76cc84
commit e649a55120

View File

@ -289,7 +289,7 @@ class Serviceinfo:
s = ET.Element( "service", name="verify_file" )
ET.SubElement(s, "param", name="file").text = filename
ET.SubElement(s, "param", name="verifier").text = "sha256"
ET.SubElement(s, "param", name="check-sum").text = digest
ET.SubElement(s, "param", name="checksum").text = digest
r.append( s )
return r