aboutsummaryrefslogtreecommitdiffstats
path: root/test/Makefile
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2016-04-03 21:48:51 +0200
committerLoïc Hoguin <[email protected]>2016-04-03 21:48:51 +0200
commit88a4d90a80c996dee8c5eb1986441a86997d41d3 (patch)
tree6b7fd58fa8f1e8cff6a277f7ee80bcbef3087d1f /test/Makefile
parentb3d3d7c3d26cd9b000d4eacf99d85d4c2f694ff1 (diff)
downloaderlang.mk-88a4d90a80c996dee8c5eb1986441a86997d41d3.tar.gz
erlang.mk-88a4d90a80c996dee8c5eb1986441a86997d41d3.tar.bz2
erlang.mk-88a4d90a80c996dee8c5eb1986441a86997d41d3.zip
Use branches for all packages
This is a first step toward semi-automated version management. Cowboy, Cowlib and Ranch still use tags for the time being. We can make a better update to those when there's a lock feature added.
Diffstat (limited to 'test/Makefile')
-rw-r--r--test/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Makefile b/test/Makefile
index f01e3ab..1553df5 100644
--- a/test/Makefile
+++ b/test/Makefile
@@ -174,7 +174,7 @@ core-help: build clean
# Packages.
PACKAGES = $(foreach pkg,$(sort $(wildcard ../index/*.mk)),$(notdir $(basename $(pkg))))
-EXCLUDE_FROM_CHECK = [rabbitmq_codegen]
+EXCLUDE_FROM_CHECK = [hexer_mk, inaka_mk, rabbitmq_codegen]
packages: $(addprefix pkg-,$(PACKAGES))