forked from pool/grommunio-web
This commit is contained in:
parent
92dd5d0eb1
commit
6f60898e91
6
_service
6
_service
@ -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>
|
||||||
|
Loading…
Reference in New Issue
Block a user