Adding fix for Hue Build process, Currently Hue Build process is broken due to Python2.6 pypi.python.org TLSv1.2 issue
Review Request #12860 — Created April 18, 2018 and updated
Information | |
---|---|
ranade | |
hue | |
master | |
Reviewers | |
hue | |
enricoberti, jgauthier, johan, ranade, romain, roohi, subrata, weixia, yingc |
commit 030f8e93135d8f21572594a51bd0cc1f72aa2daf
Author: Prakash Ranade <ranade@cloudera.com>
Date: Wed Apr 18 11:21:03 2018 -0700Adding fix for Hue Build process, Currently Hue Build process is broken due to Python2.6 pypi.python.org TLSv1.2 issue. Along with above changes on build infra side we have to add following changes. |# Adding local PyPi URL |echo "[easy_install]" >> ~/.pydistutils.cfg |echo "index_url=https://pypi.infra.cloudera.com/api/pypi/pypi-public/simple/" >> ~/.pydistutils.cfg |export PYPI_MIRROR=https://pypi.infra.cloudera.com/api/pypi/pypi-public/simple/Removed ipdb, ipython as these versions are deprecated or unable to build.
:100644 100644 47979207d1... 1f88181172... M desktop/devtools.mk
Ran playground and "master" builds.