mirror of
https://github.com/openSUSE/osc.git
synced 2024-11-09 22:36:14 +01:00
6965dc5cd4
There is no need to compute the request creator, because it is stored in the request xml. Moreover, the old computation yields a wrong result (see issue #286).
19 lines
560 B
XML
19 lines
560 B
XML
<request creator="creator" id="42">
|
|
<action type="submit">
|
|
<source package="bar" project="foo" rev="1" />
|
|
<target package="bar" project="foobar" />
|
|
</action>
|
|
<action type="delete">
|
|
<target project="deleteme" />
|
|
</action>
|
|
<state name="accepted" when="2010-12-27T01:36:29" who="user1" />
|
|
<history when="2010-12-13T13:02:03" who="creator">
|
|
<description>Create Request</description>
|
|
<comment>foobar</comment>
|
|
</history>
|
|
<title>title of the request</title>
|
|
<description>this is a
|
|
very long
|
|
description</description>
|
|
</request>
|