- Switch _service to mode="manual" - Update to version 1721653643.19092fe: * Use generic name for the python setup step * Allow specifying more than one registry * Use Pathlib for resolving containerinfo * Switch to test Python 3.11 OBS-URL: https://build.opensuse.org/request/show/1189050 OBS-URL: https://build.opensuse.org/package/show/devel:microos/container-build-checks?expand=0&rev=8
14 lines
472 B
Plaintext
14 lines
472 B
Plaintext
<services>
|
|
<service mode="manual" name="obs_scm">
|
|
<param name="url">https://github.com/openSUSE/container-build-checks.git</param>
|
|
<param name="scm">git</param>
|
|
<param name="changesgenerate">enable</param>
|
|
</service>
|
|
<service mode="manual" name="set_version" />
|
|
<service mode="buildtime" name="tar" />
|
|
<service mode="buildtime" name="recompress">
|
|
<param name="file">*.tar</param>
|
|
<param name="compression">xz</param>
|
|
</service>
|
|
</services>
|