1
0
Fork 0
mirror of https://github.com/borgbackup/borg.git synced 2025-03-14 16:11:43 +00:00

Merge pull request #3882 from ThomasWaldmann/vagrant-fixes-master

vagrantfile fixes (fwd port to master)
This commit is contained in:
TW 2018-06-08 09:11:53 +02:00 committed by GitHub
commit a6c3168006
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

1
Vagrantfile vendored
View file

@ -151,6 +151,7 @@ def fs_init(user)
return <<-EOF
# clean up (wrong/outdated) stuff we likely got via rsync:
rm -rf /vagrant/borg/borg/.tox 2> /dev/null
rm -rf /vagrant/borg/borg/borgbackup.egg-info 2> /dev/null
rm -rf /vagrant/borg/borg/__pycache__ 2> /dev/null
find /vagrant/borg/borg/src -name '__pycache__' -exec rm -rf {} \\; 2> /dev/null
chown -R #{user} /vagrant/borg