mirror of
https://github.com/openSUSE/osc.git
synced 2025-01-27 07:06:13 +01:00
Add srcmd5 to XML log.
This commit is contained in:
parent
63590a80be
commit
208c0f7f44
@ -3005,7 +3005,7 @@ def get_commitlog(apiurl, prj, package, revision, format = 'text'):
|
||||
r.append(s)
|
||||
elif format == 'xml':
|
||||
r.append('<logentry')
|
||||
r.append(' revision="%s">' % rev)
|
||||
r.append(' revision="%s" srcmd5="%s">' % (rev, srcmd5))
|
||||
r.append('<author>%s</author>' % user)
|
||||
r.append('<date>%s</date>' % t)
|
||||
r.append('<msg>%s</msg>' %
|
||||
|
Loading…
Reference in New Issue
Block a user