mirror of
https://github.com/bigchaindb/bigchaindb.git
synced 2024-10-13 13:34:05 +00:00
Merge pull request #278 from bigchaindb/feat/277/add-gitattributes-file
Resolve Feat/277/add gitattributes file
This commit is contained in:
commit
71489ac00f
10
.gitattributes
vendored
Normal file
10
.gitattributes
vendored
Normal 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
|
@ -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
|
||||
|
1
deploy-cluster-aws/fabfile.py
vendored
1
deploy-cluster-aws/fabfile.py
vendored
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user