From 9d07e95351f692167a2e178b06311f17d0767df4 Mon Sep 17 00:00:00 2001 From: Scott Shawcroft Date: Wed, 28 Nov 2018 16:58:44 -0800 Subject: Add support for adding release info into adafruit/circuitpython-org This also changes the build script to python with better output. --- .gitmodules | 3 +++ 1 file changed, 3 insertions(+) (limited to '.gitmodules') diff --git a/.gitmodules b/.gitmodules index 1c1f8eb65..362cb55e5 100644 --- a/.gitmodules +++ b/.gitmodules @@ -83,3 +83,6 @@ [submodule "tools/huffman"] path = tools/huffman url = https://github.com/tannewt/huffman.git +[submodule "tools/adabot"] + path = tools/adabot + url = https://github.com/adafruit/adabot.git -- cgit v1.2.3