mirror of
https://github.com/bigchaindb/bigchaindb.git
synced 2024-10-13 13:34:05 +00:00
Fixed apt-get update problem in AWS deployment fabfile
This commit is contained in:
parent
3f491e5bd1
commit
efd6514a04
6
deploy-cluster-aws/fabfile.py
vendored
6
deploy-cluster-aws/fabfile.py
vendored
@ -41,10 +41,14 @@ env.key_filename = 'pem/bigchaindb.pem'
|
||||
|
||||
######################################################################
|
||||
|
||||
# base softwarestack rollout
|
||||
# base software rollout
|
||||
@task
|
||||
@parallel
|
||||
def install_base_software():
|
||||
# new from Troy April 5, 2016. Why? See http://tinyurl.com/lccfrsj
|
||||
sudo('rm -rf /var/lib/apt/lists/*')
|
||||
sudo('apt-get -y clean')
|
||||
# from before:
|
||||
sudo('apt-get -y update')
|
||||
sudo('dpkg --configure -a')
|
||||
sudo('apt-get -y -f install')
|
||||
|
Loading…
x
Reference in New Issue
Block a user