mirror of
https://github.com/borgbackup/borg.git
synced 2024-11-14 15:56:25 +03:00
vagrant: update cleaning
This commit is contained in:
parent
a4729097cc
commit
9b35fa1d39
6
Vagrantfile
vendored
6
Vagrantfile
vendored
@ -269,10 +269,10 @@ def install_borg(fuse)
|
||||
pip install -U wheel # upgrade wheel, too old for 3.5
|
||||
cd borg
|
||||
# clean up (wrong/outdated) stuff we likely got via rsync:
|
||||
rm -f borg/*.so borg/*.cpy*
|
||||
rm -f borg/{chunker,crypto,compress,hashindex,platform_linux}.c
|
||||
rm -rf borg/__pycache__ borg/support/__pycache__ borg/testsuite/__pycache__
|
||||
rm -rf __pycache__
|
||||
find src -name '__pycache__' -exec rm -rf {} \;
|
||||
pip install -r requirements.d/development.txt
|
||||
python setup.py clean
|
||||
EOF
|
||||
if fuse
|
||||
script += <<-EOF
|
||||
|
Loading…
Reference in New Issue
Block a user