Files
Klaus Kämpf 2274edf6b8 - Update to version 3.16.0+git20200623.c8d0489ca00e:
* Redacted reference to js
  * Removed old tracking reference
  * Generate cf-secret help output for inclusion in docs
  * Show more detail for debugging the build
  * Fix path to nova binary
  * Fix syntax error, missing then in if statement
  * Add more debugging output for --help extraction
  * Try to generate output for cf-hub, and start warning if a component is missing
  * Extract help output from cf-check for rendering in docs
  * Got rid of version specific lib dir rendering support

OBS-URL: https://build.opensuse.org/package/show/systemsmanagement/cfengine-documentation?expand=0&rev=5
2020-09-24 09:22:07 +00:00

19 lines
637 B
Plaintext

<services>
<service mode="disabled" name="tar_scm">
<param name="url">https://github.com/cfengine/documentation.git</param>
<param name="scm">git</param>
<param name="version">HEAD</param>
<param name="changesgenerate">enable</param>
<param name="filename">cfengine-documentation</param>
<!--
<param name="versionformat">1.8.18</param>
-->
<param name="versionformat">3.16.0+git%cd.%h</param>
</service>
<service mode="disabled" name="recompress">
<param name="file">*.tar</param>
<param name="compression">xz</param>
</service>
<service mode="disabled" name="set_version"/>
</services>