From f12dd21627bb63609ef3650f218f5836c62d763d Mon Sep 17 00:00:00 2001 From: Monty Taylor Date: Fri, 27 Jun 2014 23:26:34 -0700 Subject: [PATCH] Make select-mirror use the bandersnatch mirror A simple next step is to have select-mirror just default everything to the same thing. Change-Id: I9882167596de0791eda86397510e2a942848f5c5 --- files/pip.conf | 3 --- files/pydistutils.cfg | 2 -- 2 files changed, 5 deletions(-) delete mode 100644 files/pip.conf delete mode 100644 files/pydistutils.cfg diff --git a/files/pip.conf b/files/pip.conf deleted file mode 100644 index 57f63b5..0000000 --- a/files/pip.conf +++ /dev/null @@ -1,3 +0,0 @@ -[global] -index-url = http://pypi.openstack.org -extra-index-url = http://pypi.python.org/simple diff --git a/files/pydistutils.cfg b/files/pydistutils.cfg deleted file mode 100644 index 9d1de15..0000000 --- a/files/pydistutils.cfg +++ /dev/null @@ -1,2 +0,0 @@ -[easy_install] -index_url = http://pypi.openstack.org