File: test_request_list_view1.xml

package info (click to toggle)
osc 1.15.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 6,616 kB
  • sloc: python: 33,563; sh: 1,846; xml: 157; makefile: 36; csh: 14
file content (36 lines) | stat: -rw-r--r-- 1,061 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
<request creator="Admin" id="62">
  <action type="set_bugowner">
    <target project="foo" />
    <person name="buguser" />
  </action>
  <action type="add_role">
    <target project="foobar" />
    <person name="xyz" role="maintainer" />
    <group name="group1" role="reader" />
  </action>
  <action type="add_role">
    <target project="foo" package="bar" />
    <person name="abc" role="reviewer" />
  </action>
  <action type="change_devel">
    <source project="devprj" package="devpkg" />
    <target project="foo" package="bar" />
  </action>
  <action type="submit">
    <source project="srcprj" package="srcpackage" />
    <target project="tgtprj" package="tgtpackage" />
  </action>
  <action type="submit">
    <source project="foo" package="bar" />
    <target project="baz" />
  </action>
  <action type="delete">
    <target project="deleteme" />
  </action>
  <action type="delete">
    <target project="foo" package="bar" />
  </action>
  <state name="new" when="2010-12-29T14:57:25" who="Admin">
    <comment></comment>
  </state>
</request>