5a62d2e492
* Release version 1.12 * Fix typos: replaced `health-checker.state` occurances with `health-check.state` (#23) * Improve rpmdb consistency check (#21) * Drop crio, etcd and kubelet * Implement missing stop argument - Remove plugins-kubic and plugins-caasp packages - the tests were removed upstream because the products were EOL OBS-URL: https://build.opensuse.org/package/show/devel:microos/health-checker?expand=0&rev=17
15 lines
518 B
Plaintext
15 lines
518 B
Plaintext
<services>
|
|
<service name="tar_scm" mode="disabled">
|
|
<param name="version">1.12</param>
|
|
<param name="versionformat">1.12+git%cd.%h</param>
|
|
<param name="url">https://github.com/openSUSE/health-checker.git</param>
|
|
<param name="scm">git</param>
|
|
<param name="changesgenerate">enable</param>
|
|
</service>
|
|
<service name="recompress" mode="disabled">
|
|
<param name="compression">xz</param>
|
|
<param name="file">*.tar</param>
|
|
</service>
|
|
<service name="set_version" mode="disabled"/>
|
|
</services>
|