]> git-server-git.apps.pok.os.sepia.ceph.com Git - s3-tests.git/commitdiff
Remove "--allow-hosts None" because it magically makes things work 66/head
authorDan Mick <dan.mick@redhat.com>
Tue, 14 Jul 2015 17:19:37 +0000 (10:19 -0700)
committerDan Mick <dan.mick@redhat.com>
Tue, 14 Jul 2015 17:19:37 +0000 (10:19 -0700)
Fixes: 12302
Signed-off-by: Dan Mick <dan.mick@redhat.com>
bootstrap

index 8571f6c2d81ed297c79c27c54b4a0c457f6575eb..9101f836795e5c5ff295de960b0744c68c8f7f1b 100755 (executable)
--- a/bootstrap
+++ b/bootstrap
@@ -41,5 +41,4 @@ virtualenv --no-site-packages --distribute virtualenv
 # easy_install, and we really wanted pip; next line will fail if pip
 # requirements.txt does not match setup.py requirements -- sucky but
 # good enough for now
-./virtualenv/bin/python setup.py develop \
-    --allow-hosts None
+./virtualenv/bin/python setup.py develop