From: Andrei Pavel Date: Mon, 2 Nov 2020 13:04:10 +0000 (+0200) Subject: [#1453] rename script to add-config-h.sh X-Git-Tag: Kea-1.9.2~174 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=61b5473f786b4ebf1875ec4a688a49cd266d2e52;p=thirdparty%2Fkea.git [#1453] rename script to add-config-h.sh --- diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 96410fb974..720b8e089f 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -28,7 +28,7 @@ shellcheck: - SCRIPTS+="src/bin/admin/admin-utils.sh " - SCRIPTS+="tools/cql_config " - SCRIPTS+="tools/sysrepo_config " - - SCRIPTS+="tools/add-config.h" + - SCRIPTS+="tools/add-config-h.sh" - shellcheck ${SCRIPTS} ${SHELLCHECK_OPTS} danger: diff --git a/ChangeLog b/ChangeLog index 52f976e004..93eb50bc43 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,5 @@ 1827. [build] andrei - Add `tools/add-config.h` script that can add + Add `tools/add-config-h.sh` script that can add `#include ` lines to non-generated source files that are missing it. (Gitlab #1453) diff --git a/tools/add-config.h b/tools/add-config-h.sh similarity index 98% rename from tools/add-config.h rename to tools/add-config-h.sh index d85ce05852..7889c2816f 100755 --- a/tools/add-config.h +++ b/tools/add-config-h.sh @@ -8,7 +8,7 @@ # Usage: # -# ./tools/add-config-h [-d|--debug] [-h|--help] [-n|--name-only] +# ./tools/add-config-h.sh [-d|--debug] [-h|--help] [-n|--name-only] # # Run from the root of the repository to add `#include ` lines to # non-generated .cc files.