From fbce1712491bf20c25821069b71fe3b64ebd6b35 Mon Sep 17 00:00:00 2001 From: troymc Date: Thu, 12 May 2016 12:18:41 +0200 Subject: [PATCH] Removed TODO comment about excluding more files in git archive --- deploy-cluster-aws/awsdeploy.sh | 2 -- 1 file changed, 2 deletions(-) diff --git a/deploy-cluster-aws/awsdeploy.sh b/deploy-cluster-aws/awsdeploy.sh index 6290d01e..5c3787fd 100755 --- a/deploy-cluster-aws/awsdeploy.sh +++ b/deploy-cluster-aws/awsdeploy.sh @@ -92,8 +92,6 @@ else cd .. rm -f bigchaindb-archive.tar.gz git archive $BRANCH --format=tar --output=bigchaindb-archive.tar - # TODO: the archive could exclude more files besides the .gitignore ones - # such as the docs. See http://tinyurl.com/zo6fxeg gzip bigchaindb-archive.tar mv bigchaindb-archive.tar.gz deploy-cluster-aws cd deploy-cluster-aws