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:
parent
45cc42c5a6
commit
3244424352
3865
bin/cacert.pem
3865
bin/cacert.pem
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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user