Skip to content

Commit

Permalink
plugin-skeleton-creator: move under scripts
Browse files Browse the repository at this point in the history
Signed-off-by: László Várady <laszlo.varady@anno.io>
  • Loading branch information
MrAnno committed May 21, 2024
1 parent 4fb601b commit f72c185
Show file tree
Hide file tree
Showing 12 changed files with 14 additions and 12 deletions.
1 change: 0 additions & 1 deletion Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -268,7 +268,6 @@ include scl/Makefile.am
include packaging/Makefile.am
include dbld/Makefile.am
include cmake/Makefile.am
include dev-utils/plugin_skeleton_creator/Makefile.am
include persist-tool/Makefile.am

TEST_EXTENSIONS = .sh
Expand Down
9 changes: 0 additions & 9 deletions dev-utils/plugin_skeleton_creator/Makefile.am

This file was deleted.

3 changes: 3 additions & 0 deletions scripts/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,6 @@ EXTRA_DIST += scripts/update-patterndb.in \

install-exec-local:
$(mkinstalldirs) $(DESTDIR)/$(sysconfdir)/patterndb.d


include scripts/plugin-skeleton-creator/Makefile.am
9 changes: 9 additions & 0 deletions scripts/plugin-skeleton-creator/Makefile.am
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
EXTRA_DIST += \
scripts/plugin-skeleton-creator \
scripts/plugin-skeleton-creator/create_plugin.sh \
scripts/plugin-skeleton-creator/plugin_template_CMakeLists.txt \
scripts/plugin-skeleton-creator/plugin_template_grammar.ym \
scripts/plugin-skeleton-creator/plugin_template_Makefile.am \
scripts/plugin-skeleton-creator/plugin_template_parser.c \
scripts/plugin-skeleton-creator/plugin_template_parser.h \
scripts/plugin-skeleton-creator/plugin_template_plugin.c
4 changes: 2 additions & 2 deletions tests/copyright/policy
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ modules/grpc/protos/opentelemetry-proto
modules/grpc/protos/grafana-loki
modules/grpc/protos/googleapis-proto
modules/cloud-auth/jwt-cpp
dev-utils/plugin_skeleton_creator/plugin_template.*
scripts/plugin-skeleton-creator/plugin_template.*
(lib|modules)/.*\.conf$
dist\.conf$
.*/\.gradle
Expand Down Expand Up @@ -283,7 +283,7 @@ packaging/package-indexer/cdn/cloudflare_cdn.py

news/create-newsfile.py
news/next-pr-id.py
dev-utils/plugin_skeleton_creator/create_plugin.sh
scripts/plugin-skeleton-creator/create_plugin.sh
tests/functional
tests/unit
tests/valgrind
Expand Down

0 comments on commit f72c185

Please sign in to comment.