Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
bob
bob.devtools
Commits
5981e4fd
Commit
5981e4fd
authored
Jan 10, 2019
by
André Anjos
💬
Browse files
[data] Fix cacert by adding Idiaps Root CA 2016; Set the env variables correctly
parent
3c380382
Pipeline
#25824
passed with stages
in 3 minutes and 44 seconds
Changes
2
Pipelines
1
Show whitespace changes
Inline
Side-by-side
bob/devtools/constants.py
View file @
5981e4fd
...
...
@@ -25,7 +25,8 @@ CONDA_RECIPE_APPEND = pkg_resources.resource_filename(__name__,
SERVER
=
'http://www.idiap.ch'
'''This is the default server use use to store data and build artifacts'''
CACERT
=
__import__
(
'certifi'
).
where
()
CACERT
=
pkg_resources
.
resource_filename
(
__name__
,
Tiago de Freitas Pereira
@tiago.pereira
·
Jan 11, 2019
Owner
thanks :-)
it works now
thanks :-) it works now
Please
register
or
sign in
to reply
os
.
path
.
join
(
'data'
,
'cacert.pem'
))
'''We keep a copy of the CA certificates we trust here
To update this file use: ``curl --remote-name --time-cond cacert.pem https://curl.haxx.se/ca/cacert.pem``
...
...
bob/devtools/data/cacert.pem
0 → 100644
View file @
5981e4fd
This source diff could not be displayed because it is too large. You can
view the blob
instead.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment