Эх сурвалжийг харах

HUE-575. New version of IPython is causing Jenkins build to fail

Jon Natkins 14 жил өмнө
parent
commit
2c845fb594

+ 1 - 1
desktop/devtools.mk

@@ -34,7 +34,7 @@ $(DEVTOOLS):
 	@echo "--- Installing development tool: $@"
 	@# Force downloads from pypi host - developer sites are sometimes dead!
 	$(ENV_EASY_INSTALL) -f http://archive.cloudera.com/desktop-sdk-python-packages/ \
-	   -H pypi.python.org,archive.cloudera.com $(SETUPTOOLS_OPTS) $@
+	   -H archive.cloudera.com $(SETUPTOOLS_OPTS) $@
 
 $(BLD_DIR):
 	@mkdir -p $@

+ 1 - 1
tools/hudson/hudson.sh

@@ -47,7 +47,7 @@ if python -V 2>&1 | grep -q -v 2.4; then
   # Install pylint from our archive
   build/env/bin/easy_install \
     -f http://archive.cloudera.com/desktop-sdk-python-packages/ \
-    -H pypi.python.org,archive.cloudera.com pylint
+    -H archive.cloudera.com pylint
   build/env/bin/hue runpylint all -- -f parseable > PYLINT.txt
 fi