Rename debug-dump.sh to cdist-dump

remotes/origin/4.10
Darko Poljak 6 years ago
parent 540434557d
commit d11ac7dda4
  1. 2
      Makefile
  2. 1
      docs/changelog
  3. 4
      docs/src/cdist-troubleshooting.rst
  4. 0
      scripts/cdist-dump
  5. 2
      setup.py

@ -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:
.. code-block:: sh
./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",

Loading…
Cancel
Save