02fb3840a0
A better customizable tool to embed files in go. It is an alternative to `go-bindata` that have better features and organized configuration. TL;DR: a better `go-bindata` https://github.com/Velocidex/fileb0x This is a build prerequisite for the Linux Sensor Project (obs://security:sensor) OBS-URL: https://build.opensuse.org/request/show/948006 OBS-URL: https://build.opensuse.org/package/show/devel:languages:go/fileb0x?expand=0&rev=1
16 lines
513 B
Plaintext
16 lines
513 B
Plaintext
<services>
|
|
<service mode="manual" name="obs_scm">
|
|
<param name="url">https://github.com/Velocidex/fileb0x</param>
|
|
<param name="versionformat">@PARENT_TAG@~git@TAG_OFFSET@.%h</param>
|
|
<param name="revision">master</param>
|
|
<param name="scm">git</param>
|
|
</service>
|
|
<service mode="manual" name="tar"/>
|
|
<service mode="manual" name="recompress">
|
|
<param name="file">*.tar</param>
|
|
<param name="compression">xz</param>
|
|
</service>
|
|
<service name="set_version" mode="manual" />
|
|
</services>
|
|
|