/usr/share/obs/docs/api/aggregate.xml is in obs-api 2.7.4-2.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 | <?xml version="1.0" encoding="UTF-8"?>
<aggregatelist>
<aggregate project="projectname" >
<package>glibc</package>
<package>libz</package>
<binary>gcc</binary>
<binary>gcc-c++</binary>
<nosources/>
<repository target="my_sle_11_repo" source="SLE_11" />
</aggregate>
<aggregate project="anotherproject" >
<binary>gcc</binary>
<repository target="my_sle_11_repo" source="SLE_11" />
</aggregate>
<aggregate project="lastproject" >
<package>glibc</package>
<repository target="my_sle_11_repo" source="SLE_11" />
</aggregate>
</aggregatelist>
|