Merge pull request #278 from bigchaindb/feat/277/add-gitattributes-file

Resolve Feat/277/add gitattributes file
This commit is contained in:
Troy McConaghy 2016-05-17 14:48:48 +02:00
commit 71489ac00f
3 changed files with 11 additions and 2 deletions

10
.gitattributes vendored Normal file
View File

@ -0,0 +1,10 @@
benchmarking-tests export-ignore
deploy-cluster-aws export-ignore
docs export-ignore export-ignore
speed-tests export-ignore
tests export-ignore
.gitattributes export-ignore
.gitignore export-ignore
.travis.yml export-ignore
*.md export-ignore
codecov.yml export-ignore

View File

@ -104,8 +104,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

View File

@ -124,6 +124,7 @@ def install_bigchaindb_from_git_archive():
run('tar xvfz bigchaindb-archive.tar.gz')
sudo('pip3 install .')
# sudo('python3 setup.py install')
run('rm bigchaindb-archive.tar.gz')
# Configure BigchainDB