Stephan Kulow 700cf1e41a Fix repository_path_expand to also work in Factory stagings
I got the algorithm wrong - it overwrites repositories only when used
in the same path, not by recursion
2019-05-12 22:35:59 +02:00

19 lines
412 B
XML

<project name="openSUSE:Factory">
<title/>
<description/>
<repository name="standard" rebuild="local">
<arch>x86_64</arch>
<arch>i586</arch>
</repository>
<repository name="snapshot">
<arch>x86_64</arch>
<arch>i586</arch>
</repository>
<repository name="ports">
<arch>ppc64</arch>
<arch>ppc</arch>
<arch>armv6l</arch>
<arch>aarch64</arch>
</repository>
</project>