point dev-camsync, dev-cammount to http://localhost:3179/bs

Change-Id: If319a6547c94debe3d9444d5c49ac66dc2d8b43e
This commit is contained in:
Robert Hencke 2011-07-09 20:23:35 -05:00
parent 63cec7a2ef
commit 869b352a20
2 changed files with 2 additions and 2 deletions

View File

@ -9,7 +9,7 @@ mkdir -p $DIR
./build.pl cammount
(fusermount -u $DIR) || true
clients/go/cammount/cammount --blobserver=localhost:3179 --password=pass3179 $@ $DIR &
clients/go/cammount/cammount --blobserver=localhost:3179/bs --password=pass3179 $@ $DIR &
sleep 1
cd $DIR
bash

View File

@ -1,4 +1,4 @@
#!/bin/sh
./build.pl camsync && \
clients/go/camsync/camsync --verbose --src=http://localhost:3179 --srcpassword=pass3179 $@
clients/go/camsync/camsync --verbose --src=http://localhost:3179/bs --srcpassword=pass3179 $@