forked from ungleich-public/cdist
Rename debug-dump.sh to cdist-dump
This commit is contained in:
parent
540434557d
commit
d11ac7dda4
5 changed files with 5 additions and 4 deletions
2
Makefile
2
Makefile
|
@ -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
|
||||
|
||||
|
|
2
setup.py
2
setup.py
|
@ -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…
Reference in a new issue