etcd/_service
Richard Brown 9eb1b4f4f8 Accepting request 1060930 from home:eroca:go
- Update to version 3.5.7
- Build section: add -trimpath which removes specific build time paths from the binary and add -w to strip DWARF symbols which aren't needed

OBS-URL: https://build.opensuse.org/request/show/1060930
OBS-URL: https://build.opensuse.org/package/show/devel:kubic/etcd?expand=0&rev=23
2023-01-26 09:28:22 +00:00

20 lines
673 B
Plaintext

<services>
<service name="tar_scm" mode="disabled">
<param name="url">https://github.com/etcd-io/etcd.git</param>
<param name="scm">git</param>
<param name="exclude">.git</param>
<param name="revision">v3.5.7</param>
<param name="versionformat">@PARENT_TAG@</param>
<param name="changesgenerate">enable</param>
<param name="versionrewrite-pattern">v(.*)</param>
</service>
<service mode="disabled" name="set_version">
</service>
<service name="recompress" mode="disabled">
<param name="file">*.tar</param>
<param name="compression">gz</param>
</service>
<service name="go_modules" mode="disabled">
</service>
</services>