diff --git a/modules/jenkins/files/slave_scripts/select-mirror.sh b/modules/jenkins/files/slave_scripts/select-mirror.sh index 146ed45ac7..9cef050829 100755 --- a/modules/jenkins/files/slave_scripts/select-mirror.sh +++ b/modules/jenkins/files/slave_scripts/select-mirror.sh @@ -36,6 +36,7 @@ EOF if grep -x "$org/$project" /opt/requirements/projects.txt 2>&1 then export TOX_INDEX_URL='http://pypi.openstack.org/openstack' + echo "Switching on internal pypi mirror $TOX_INDEX_URL for $org/$project" cat < ~/.pydistutils.cfg [easy_install] index_url = http://pypi.openstack.org/openstack @@ -45,6 +46,7 @@ EOF index-url = http://pypi.openstack.org/openstack EOF else + echo "$org/$project will not use the internal openstack pypi mirror" cat < ~/.pip/pip.conf [global] timeout = 60