1
0
mirror of https://github.com/pypiserver/pypiserver synced 2024-11-09 16:45:51 +01:00

Back to --no-check-certificate

This commit is contained in:
Matthew Planchard 2016-07-17 16:28:39 -05:00
parent 45cc42c5a6
commit 3244424352
2 changed files with 1 additions and 3866 deletions

File diff suppressed because it is too large Load Diff

@ -26,7 +26,7 @@ unzip -jo $wheel pypiserver/__main__.py -d ./dist
zip -d $wheel pypiserver/__main__.py
zip -mj $wheel ./dist/__main__.py
wget --ca-certificate=./bin/cacert.pem \
wget --no-check-certificate \
https://pypi.python.org/packages/2.7/p/passlib/passlib-1.6.5-py2.py3-none-any.whl#md5=03de8f28697eaa67835758a60386c9fa \
-O ./dist/passlib-1.6.5-py2.py3-none-any.whl