1
0
forked from pool/grommunio-web
Jan Engelhardt 2023-09-23 22:26:14 +00:00 committed by Git OBS Bridge
parent 92dd5d0eb1
commit 6f60898e91

View File

@ -1,5 +1,5 @@
<services> <services>
<service name="tar_scm" mode="disabled"> <service name="tar_scm" mode="manual">
<param name="scm">git</param> <param name="scm">git</param>
<param name="url">https://github.com/grommunio/grommunio-web</param> <param name="url">https://github.com/grommunio/grommunio-web</param>
<param name="filename">grommunio-web</param> <param name="filename">grommunio-web</param>
@ -7,9 +7,9 @@
<param name="versionformat">@PARENT_TAG@.@TAG_OFFSET@.%h</param> <param name="versionformat">@PARENT_TAG@.@TAG_OFFSET@.%h</param>
<param name="versionrewrite-pattern">grommunio-web-?(.*)</param> <param name="versionrewrite-pattern">grommunio-web-?(.*)</param>
</service> </service>
<service name="recompress" mode="disabled"> <service name="recompress" mode="manual">
<param name="file">*.tar</param> <param name="file">*.tar</param>
<param name="compression">xz</param> <param name="compression">xz</param>
</service> </service>
<service name="set_version" mode="disabled"/> <service name="set_version" mode="manual"/>
</services> </services>