Meta Configuration of osmocom:master
36
1
<project name="osmocom:master">
2
<title>Master packages of Osmocom cellular network elements</title>
3
<description>A repository that gets updated as soon as a commit gets merged to master. This is used for deb/rpm build verification of Gerrit patches (OS#2385). Not intended for regular users, you probably want "latest" instead.</description>
4
<url>https://downloads.osmocom.org/packages/osmocom:/master/</url>
5
<person userid="laforge" role="maintainer"/>
6
<person userid="osmith" role="maintainer"/>
7
<person userid="osmocom-jenkins" role="maintainer"/>
8
<build>
9
<disable repository="CentOS_7"/>
10
<disable repository="Debian_Unstable"/>
11
</build>
12
<debuginfo>
13
<enable/>
14
</debuginfo>
15
<repository name="Debian_Unstable">
16
<path project="openSUSE.org-mirror:Debian:Next" repository="standard"/>
17
<arch>x86_64</arch>
18
</repository>
19
<repository name="Debian_12">
20
<path project="openSUSE.org-mirror:Debian:12" repository="standard"/>
21
<arch>x86_64</arch>
22
</repository>
23
<repository name="Debian_11">
24
<path project="openSUSE.org-mirror:Debian:11" repository="standard"/>
25
<arch>x86_64</arch>
26
</repository>
27
<repository name="Debian_10">
28
<path project="openSUSE.org-mirror:Debian:10" repository="standard"/>
29
<arch>x86_64</arch>
30
</repository>
31
<repository name="CentOS_7">
32
<path project="openSUSE.org:CentOS:CentOS-7" repository="standard"/>
33
<arch>x86_64</arch>
34
</repository>
35
</project>
36