1
0
Fork 0
mirror of https://github.com/borgbackup/borg.git synced 2025-02-15 10:56:30 +00:00

Enable xattr on the current fs instead of /

This commit is contained in:
Jonas Borgström 2013-07-03 23:29:40 +02:00
parent 4321b01134
commit 36e6f35d9b

View file

@ -5,7 +5,7 @@ python:
# command to install dependencies # command to install dependencies
install: install:
- "sudo apt-get install fakeroot" - "sudo apt-get install fakeroot"
- "sudo mount / -o remount,user_xattr" - "sudo mount . -o remount,user_xattr"
- "pip install --use-mirrors Cython" - "pip install --use-mirrors Cython"
- "pip install -e ." - "pip install -e ."
# command to run tests # command to run tests