ec9d01a66c
* Add missing rule for health-checker.service.8 * Don't generate html documentation * Fixing some typo's and improving the UX of the health-checker output * Fix a typo in README.md OBS-URL: https://build.opensuse.org/package/show/devel:microos/health-checker?expand=0&rev=10
15 lines
518 B
Plaintext
15 lines
518 B
Plaintext
<services>
|
|
<service name="tar_scm" mode="disabled">
|
|
<param name="version">1.10</param>
|
|
<param name="versionformat">1.10+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>
|