]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[#1453] rename script to add-config-h.sh
authorAndrei Pavel <andrei@isc.org>
Mon, 2 Nov 2020 13:04:10 +0000 (15:04 +0200)
committerAndrei Pavel <andrei@isc.org>
Mon, 2 Nov 2020 13:10:52 +0000 (15:10 +0200)
.gitlab-ci.yml
ChangeLog
tools/add-config-h.sh [moved from tools/add-config.h with 98% similarity]

index 96410fb974e57c9ff5a22c78b2376465c26669c7..720b8e089fd279e03d62b18d5e9e980cbfb61508 100644 (file)
@@ -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:
index 52f976e00434fbace4c26fa710a3384552275e4f..93eb50bc43cb7634097a849c14392fe895fe9085 100644 (file)
--- 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 <config.h>` lines to non-generated source files that
        are missing it.
        (Gitlab #1453)
similarity index 98%
rename from tools/add-config.h
rename to tools/add-config-h.sh
index d85ce0585277f6ff174aad457f05992083731ed0..7889c2816f26a95ff76583be6fabe324b490223b 100755 (executable)
@@ -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 <config.h>` lines to
 # non-generated .cc files.