X-Git-Url: http://git.vrable.net/?a=blobdiff_plain;f=microbench%2Fsetup%2Fcleanup-proxy;h=3fd185e8272ab5b1586ca8d62b51bd0907bba484;hb=c0202777b783b74e0c9d580f58eaa69889a6874e;hp=c9a8c86d4bc24415df21836a3aa0bba99e7bb071;hpb=465cecbea5930daf0487ff0c47e63c030b1e2207;p=bluesky.git diff --git a/microbench/setup/cleanup-proxy b/microbench/setup/cleanup-proxy index c9a8c86..3fd185e 100755 --- a/microbench/setup/cleanup-proxy +++ b/microbench/setup/cleanup-proxy @@ -2,8 +2,6 @@ # # Start up the NFS server. -. /scratch/aws-keys - export BLUESKY_TARGET=s3 # Export any environment variables specified on the command line for e in "$@"; do @@ -21,5 +19,4 @@ if [ "$BLUESKY_TARGET" = "native" ]; then mount /export else rm -rf /export/journal - /scratch/bluesky.git/microbench/setup/s3-cleanup.py fi