cni-plugin-flannel/_service
Fabian Vogt b586796d04 Accepting request 966959 from home:SchoolGuy
Flannel was removed from cni-plugins and thus we need this new package to still
have it available. I am not sure about the final location of the binary though.

OBS-URL: https://build.opensuse.org/request/show/966959
OBS-URL: https://build.opensuse.org/package/show/devel:kubic/cni-plugin-flannel?expand=0&rev=1
2022-04-05 08:46:53 +00:00

20 lines
731 B
Plaintext

<services>
<service name="obs_scm" mode="disabled">
<param name="url">https://github.com/flannel-io/cni-plugin.git</param>
<param name="scm">git</param>
<param name="revision">v1.0.1</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 mode="disabled" name="tar" />
<service mode="disabled" name="recompress">
<param name="file">*.tar</param>
<param name="compression">gz</param>
</service>
<service mode="disabled" name="go_modules">
<param name="archive">cni-plugin-1.0.1.tar.gz</param>
</service>
</services>