* Disable demo, for now * #35 add tz date test and note about AIX * #34 hardcode a test hostname of ip lookups * #34 add warning to see travis-ci network info * #37 * Add network test for #34. Add usr lib for newest Perl * Added Build/test status to README * Fix typos * Add note about Travis-CI testing OBS-URL: https://build.opensuse.org/package/show/systemsmanagement/delta_reporting?expand=0&rev=7
19 lines
632 B
Plaintext
19 lines
632 B
Plaintext
<services>
|
|
<service mode="disabled" name="tar_scm">
|
|
<param name="url">https://github.com/neilhwatson/delta_reporting.git</param>
|
|
<param name="scm">git</param>
|
|
<param name="version">HEAD</param>
|
|
<param name="changesgenerate">enable</param>
|
|
<param name="filename">delta_reporting</param>
|
|
<!--
|
|
<param name="versionformat">1.8.18</param>
|
|
-->
|
|
<param name="versionformat">3.5+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>
|