Skip to content

Commit 90cfc39

Browse files
committed
make: Remove update-contributor-code-of-conduct target
The relevant files have been symlinked to the root file for the past two years.
1 parent dd880c6 commit 90cfc39

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

deps/rabbit_common/mk/rabbitmq-tools.mk

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,3 @@
1-
READY_DEPS = $(foreach DEP,\
2-
$(filter $(RABBITMQ_COMPONENTS),$(DEPS) $(BUILD_DEPS) $(TEST_DEPS)), \
3-
$(if $(wildcard $(DEPS_DIR)/$(DEP)),$(DEP),))
4-
5-
RELEASED_RMQ_DEPS = $(filter $(RABBITMQ_COMPONENTS),$(DEPS) $(BUILD_DEPS))
6-
7-
update-contributor-code-of-conduct:
8-
$(verbose) for repo in $(READY_DEPS:%=$(DEPS_DIR)/%); do \
9-
cp $(DEPS_DIR)/rabbit_common/CODE_OF_CONDUCT.md $$repo/CODE_OF_CONDUCT.md; \
10-
cp $(DEPS_DIR)/rabbit_common/CONTRIBUTING.md $$repo/CONTRIBUTING.md; \
11-
done
12-
131
# --------------------------------------------------------------------
142
# erlang.mk query-deps* formatting.
153
# --------------------------------------------------------------------

0 commit comments

Comments
 (0)