@ -275,7 +275,7 @@ shellcheck-remote-gencodes:
@find cdist/conf/type -type f -name gencode-remote -exec $(SHELLCHECKCMD) {} + | $(SHELLCHECK_SKIP) || exit 0
shellcheck-scripts:
@$(SHELLCHECKCMD) scripts/debug-dump.sh || exit 0
@$(SHELLCHECKCMD) scripts/cdist-dump || exit 0
shellcheck-gencodes: shellcheck-local-gencodes shellcheck-remote-gencodes
@ -2,6 +2,7 @@ Changelog
---------
next:
* Debugging: Rename debug-dump.sh to cdist-dump(Darko Poljak)
* Type __link: Add messaging (Ander Punnar)
* New types: __ufw and __ufw_rule (Mark Polyakov)
@ -53,11 +53,11 @@ For more info see:
.. code-block:: sh
debug-dump.sh -h
cdist-dump -h
Or from cdist git cloned directory:
./scripts/debug-dump.sh -h
./scripts/cdist-dump -h
@ -36,7 +36,7 @@ setup(
name="cdist",
packages=["cdist", "cdist.core", "cdist.exec", "cdist.util", ],
package_data={'cdist': package_data},
scripts=["scripts/cdist", "scripts/debug-dump.sh"],
scripts=["scripts/cdist", "scripts/cdist-dump"],
version=cdist.version.VERSION,
description="A Usable Configuration Management System",
author="Nico Schottelius",