From e836836bdcde511738ae416adf13b8a4f2a607c7 Mon Sep 17 00:00:00 2001 From: Dane Springmeyer Date: Fri, 26 Feb 2016 10:42:03 -0800 Subject: [PATCH] [make release] add variant, increase depth to avoid (likely) checkout problems of test data [skip ci] --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 777303d48..c1746121e 100755 --- a/Makefile +++ b/Makefile @@ -24,7 +24,8 @@ release: git clone --depth 1 --branch v$${MAPNIK_VERSION} git@github.com:mapnik/mapnik.git $${TARBALL_NAME} && \ cd $${TARBALL_NAME} && \ git checkout "tags/v$${MAPNIK_VERSION}" && \ - git submodule update --depth 1 --init && \ + git submodule update --depth 100 --init && \ + rm -rf deps/mapbox/variant/.git && \ rm -rf test/data/.git && \ rm -rf test/data/.gitignore && \ rm -rf test/data-visual/.git && \