Files
Factory/_pbuild

17 lines
534 B
Plaintext

<pbuild>
<!-- building local sources against published binaries -->
<preset name="published">
<repo>https://download.opensuse.org/tumbleweed/repo/oss</repo>
<arch>x86_64</arch>
</preset>
<!-- using current development state of https://build.opensuse.org. This might not be published yet -->
<preset name="obs" default>
<obs>https://api.opensuse.org/public</obs>
<repo>obs://openSUSE:Factory/standard</repo>
<config>obs://openSUSE:Factory/standard</config>
<arch>x86_64</arch>
</preset>
</pbuild>