Files
openvino/_service
Guillaume GARDET fbf5e530a9 - Add Leap15 build
- Remove comment lines in the spec file that cause the insertion
  of extra lines during a commit

OBS-URL: https://build.opensuse.org/package/show/science:machinelearning/openvino?expand=0&rev=16
2024-10-03 06:36:01 +00:00

17 lines
585 B
Plaintext

<services>
<service name="obs_scm" mode="manual">
<param name="url">https://github.com/openvinotoolkit/openvino.git</param>
<param name="scm">git</param>
<param name="revision">2024.3.0</param>
<param name="version">2024.3.0</param>
<param name="submodules">enable</param>
<param name="filename">openvino</param>
<param name="exclude">.git</param>
</service>
<service name="tar" mode="buildtime" />
<service name="recompress" mode="buildtime">
<param name="file">*.tar</param>
<param name="compression">zstd</param>
</service>
</services>