* Use $(MAKE) instead of make in Makefiles * Update copyright to Northern.tech and current year. * Make Applications::Nagios::NRPE Enterprise-compatible * DCAPI.pm: fix semantic versioning for 3.10.0 * Removed: VSA Training Examples * move away from SPACE as the "next" key because vim pagination code swallows space so vim never sees it * Added: demonstrations and exercises added during most recent 5-day class. * Added: howto list exercises * Added: basic exercise for vars promise type * DCAPI: support Perl sketches; processtable,ical: new Perl sketches * cf-sketch/perl-lib: minor patch to silence Perl 5.19 warnings * cf-sketch: support inline parameters in --activate * Redmine#6404: support cf-sketch module mode for new packages promises * Change: Pre-Commit hook to work for non root users * tools/test/Makefile: remove --test=any * cf-sketch: fix relocate_path and use it in the tools/test/Makefile OBS-URL: https://build.opensuse.org/package/show/systemsmanagement/design-center?expand=0&rev=8
19 lines
628 B
Plaintext
19 lines
628 B
Plaintext
<services>
|
|
<service mode="disabled" name="tar_scm">
|
|
<param name="url">https://github.com/cfengine/design-center.git</param>
|
|
<param name="scm">git</param>
|
|
<param name="version">HEAD</param>
|
|
<param name="changesgenerate">enable</param>
|
|
<param name="filename">design-center</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>
|