2021-02-13 19:19:52 +00:00
|
|
|
<services>
|
|
|
|
|
<service mode="disabled" name="obs_scm">
|
2022-10-26 04:52:30 +00:00
|
|
|
<param name="url">https://github.com/rcsb/mmtf-cpp.git</param>
|
2021-02-13 19:19:52 +00:00
|
|
|
<param name="scm">git</param>
|
|
|
|
|
<param name="submodules">enable</param>
|
2022-10-26 04:52:30 +00:00
|
|
|
<param name="revision">v1.1.0</param>
|
2021-05-28 20:41:59 +00:00
|
|
|
<param name="versionformat">@PARENT_TAG@</param>
|
|
|
|
|
<param name="versionrewrite-pattern">v(.*)</param>
|
2022-10-26 04:52:30 +00:00
|
|
|
<param name="exclude">submodules/Catch2/**</param>
|
|
|
|
|
<param name="exclude">submodules/msgpack-c/**</param>
|
2021-02-13 19:19:52 +00:00
|
|
|
</service>
|
|
|
|
|
<service mode="buildtime" name="tar" />
|
2022-10-26 04:52:30 +00:00
|
|
|
<service mode="disabled" name="recompress">
|
2021-02-13 19:19:52 +00:00
|
|
|
<param name="file">*.tar</param>
|
|
|
|
|
<param name="compression">xz</param>
|
|
|
|
|
</service>
|
|
|
|
|
<service mode="disabled" name="set_version" />
|
|
|
|
|
</services>
|