Meta Configuration of Staging

50
 
1
<project name="Staging">
2
  <title>staging area</title>
3
  <description>
4
This prj is supposed to catch compile errors in case libraries like x264/x265 etc change API and SONAME.
5
6
In case consumers of these libraries fail to build due to changed API, the new library version will be published, old versions of the consumers remain on the mirrors, and consequently these consumers can not be installed anymore.
7
  </description>
8
  <person userid="detrei" role="bugowner"/>
9
  <person userid="Aloysius" role="maintainer"/>
10
  <person userid="axekoe" role="maintainer"/>
11
  <person userid="crrodriguez" role="maintainer"/>
12
  <person userid="detrei" role="maintainer"/>
13
  <person userid="enzokiel" role="maintainer"/>
14
  <person userid="guillaume" role="maintainer"/>
15
  <person userid="hillwood" role="maintainer"/>
16
  <person userid="ismdon" role="maintainer"/>
17
  <person userid="jobermayr" role="maintainer"/>
18
  <person userid="jsjhb" role="maintainer"/>
19
  <person userid="manfred-h" role="maintainer"/>
20
  <person userid="mantre" role="maintainer"/>
21
  <person userid="pbleser" role="maintainer"/>
22
  <person userid="phils3r" role="maintainer"/>
23
  <person userid="pluskalm" role="maintainer"/>
24
  <person userid="sagiben" role="maintainer"/>
25
  <person userid="scarabeus" role="maintainer"/>
26
  <person userid="seife" role="maintainer"/>
27
  <person userid="test_user" role="maintainer"/>
28
  <group groupid="maintainers" role="maintainer"/>
29
  <build>
30
    <disable repository="R"/>
31
  </build>
32
  <publish>
33
    <disable/>
34
  </publish>
35
  <debuginfo>
36
    <disable/>
37
  </debuginfo>
38
  <repository name="openSUSE_Tumbleweed">
39
    <path project="Multimedia" repository="openSUSE_Tumbleweed"/>
40
    <arch>x86_64</arch>
41
    <arch>aarch64</arch>
42
    <arch>armv7l</arch>
43
  </repository>
44
  <repository name="openSUSE_Leap_15.6">
45
    <path project="Multimedia" repository="openSUSE_Leap_15.6"/>
46
    <arch>x86_64</arch>
47
    <arch>aarch64</arch>
48
  </repository>
49
</project>
50