6995d588b3
new package alloy: OpenTelemetry Collector distribution with programmable pipelines (now including the UI) OBS-URL: https://build.opensuse.org/request/show/1168522 OBS-URL: https://build.opensuse.org/package/show/server:monitoring/alloy?expand=0&rev=1
22 lines
718 B
Plaintext
22 lines
718 B
Plaintext
<services>
|
|
<service name="obs_scm" mode="manual">
|
|
<param name="url">https://github.com/grafana/alloy</param>
|
|
<param name="scm">git</param>
|
|
<param name="exclude">.git</param>
|
|
<param name="revision">v1.0.0</param>
|
|
<param name="versionformat">@PARENT_TAG@</param>
|
|
<param name="changesgenerate">enable</param>
|
|
<param name="versionrewrite-pattern">v(.*)</param>
|
|
</service>
|
|
<service name="set_version" mode="manual">
|
|
</service>
|
|
<service name="tar" mode="buildtime">
|
|
</service>
|
|
<service name="recompress" mode="buildtime">
|
|
<param name="file">*.tar</param>
|
|
<param name="compression">gz</param>
|
|
</service>
|
|
<service name="go_modules" mode="manual">
|
|
</service>
|
|
</services>
|