2020-09-22 15:24:37 +02:00
|
|
|
<services>
|
|
|
|
<service name="obs_scm" mode="disabled">
|
2020-09-22 15:54:03 +02:00
|
|
|
<param name="url">https://github.com/google/libphonenumber.git</param>
|
2020-09-22 15:24:37 +02:00
|
|
|
<param name="scm">git</param>
|
2024-02-22 14:38:15 +01:00
|
|
|
<param name="revision">v8.13.30</param>
|
2020-09-22 15:24:37 +02:00
|
|
|
<param name="versionformat">@PARENT_TAG@</param>
|
|
|
|
<param name="versionrewrite-pattern">v(.*)</param>
|
|
|
|
<!-- Contains binary .jars with legally questionable content -->
|
2020-09-22 15:54:03 +02:00
|
|
|
<param name="exclude">*/java/*</param>
|
2020-09-22 15:24:37 +02:00
|
|
|
</service>
|
|
|
|
<service name="set_version" mode="disabled" />
|
|
|
|
<service name="tar" mode="buildtime" />
|
|
|
|
<service name="recompress" mode="buildtime">
|
|
|
|
<param name="file">*.tar</param>
|
|
|
|
<param name="compression">xz</param>
|
|
|
|
</service>
|
|
|
|
</services>
|