Skip to content
Snippets Groups Projects
Commit 7db9966b authored by Bob Mottram's avatar Bob Mottram
Browse files

No cd

parent b6abb5c7
No related branches found
No related tags found
No related merge requests found
......@@ -222,11 +222,11 @@ function install_tahoelafs {
git checkout $TAHOELAFS_COMMIT -b $TAHOELAFS_COMMIT
git submodule update --init --recursive
virtualenv venv
venv/bin/pip install six packaging appdirs pycrypto==2.1.0 cryptography==1.3.4
venv/bin/pip install six packaging appdirs pycrypto==2.1.0
venv/bin/pip install --editable .
configure_firewall_for_tahoelafs
su -c "cd $TAHOE_COMMAND create-introducer /home/tahoelafs/.tahoe-introducer" - tahoelafs
su -c "$TAHOE_COMMAND create-introducer /home/tahoelafs/.tahoe-introducer" - tahoelafs
TAHOELAFS_CONFIG=/home/tahoelafs/.tahoe-introducer/tahoe.cfg
if [ ! -f $TAHOELAFS_CONFIG ]; then
exit 62831
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment