I couldn't get it to build with the services using the tar_scm service and only the tarball so I'm using the obscpio archive OBS-URL: https://build.opensuse.org/package/show/hardware/python-framework16_inputmodule?expand=0&rev=1
15 lines
494 B
Plaintext
15 lines
494 B
Plaintext
<services>
|
|
<service name="obs_scm" mode="manual">
|
|
<param name="url">https://github.com/FrameworkComputer/inputmodule-rs</param>
|
|
<param name="revision">main</param>
|
|
<param name="versionformat">%cd.%h</param>
|
|
<param name="scm">git</param>
|
|
</service>
|
|
<service name="set_version" mode="manual" />
|
|
<service name="tar" mode="buildtime"/>
|
|
<service name="recompress" mode="buildtime">
|
|
<param name="compression">gz</param>
|
|
<param name="file">*.tar</param>
|
|
</service>
|
|
</services>
|