1
0
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:
Michal Cihar 2009-05-13 08:57:24 +00:00
parent 63590a80be
commit 208c0f7f44

View File

@ -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>' %