s/build-helper/cdist-build-helper/
This commit is contained in:
parent
d20fb74324
commit
6964070282
4 changed files with 8 additions and 8 deletions
|
@ -6,15 +6,15 @@ image: code.ungleich.ch:5050/ungleich-public/cdist/cdist-ci:latest
|
||||||
unit_tests:
|
unit_tests:
|
||||||
stage: test
|
stage: test
|
||||||
script:
|
script:
|
||||||
- ./bin/build-helper version
|
- ./bin/cdist-build-helper version
|
||||||
- ./bin/build-helper test
|
- ./bin/cdist-build-helper test
|
||||||
|
|
||||||
pycodestyle:
|
pycodestyle:
|
||||||
stage: test
|
stage: test
|
||||||
script:
|
script:
|
||||||
- ./bin/build-helper pycodestyle
|
- ./bin/cdist-build-helper pycodestyle
|
||||||
|
|
||||||
shellcheck:
|
shellcheck:
|
||||||
stage: test
|
stage: test
|
||||||
script:
|
script:
|
||||||
- ./bin/build-helper shellcheck
|
- ./bin/cdist-build-helper shellcheck
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
Maintainers should use ./bin/build-helper script.
|
Maintainers should use ./bin/cdist-build-helper script.
|
||||||
|
|
||||||
Makefile is intended for end users. It can be used for non-maintaining
|
Makefile is intended for end users. It can be used for non-maintaining
|
||||||
targets that can be run from pure source (without git repository).
|
targets that can be run from pure source (without git repository).
|
||||||
|
|
|
@ -495,7 +495,7 @@ eof
|
||||||
;;
|
;;
|
||||||
|
|
||||||
shellcheck-build-helper)
|
shellcheck-build-helper)
|
||||||
${SHELLCHECKCMD} ./bin/build-helper
|
${SHELLCHECKCMD} ./bin/cdist-build-helper
|
||||||
;;
|
;;
|
||||||
|
|
||||||
check-shellcheck)
|
check-shellcheck)
|
||||||
|
|
|
@ -49,7 +49,7 @@ create version.py:
|
||||||
|
|
||||||
.. code-block:: sh
|
.. code-block:: sh
|
||||||
|
|
||||||
./bin/build-helper version
|
./bin/cdist-build-helper version
|
||||||
|
|
||||||
Then you install it with:
|
Then you install it with:
|
||||||
|
|
||||||
|
@ -70,7 +70,7 @@ Or directly with distutils:
|
||||||
|
|
||||||
python setup.py install
|
python setup.py install
|
||||||
|
|
||||||
Note that `bin/build-helper` script is intended for cdist maintainers.
|
Note that `bin/cdist-build-helper` script is intended for cdist maintainers.
|
||||||
|
|
||||||
|
|
||||||
Available versions in git
|
Available versions in git
|
||||||
|
|
Loading…
Reference in a new issue