Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
agkyra
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
itminedu
agkyra
Commits
056a86b9
Commit
056a86b9
authored
9 years ago
by
Giorgos Korfiatis
Browse files
Options
Downloads
Patches
Plain Diff
add cacert in configure
parent
d6a08445
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
cacert_cp.sh
+2
-1
2 additions, 1 deletion
cacert_cp.sh
configure.sh
+6
-0
6 additions, 0 deletions
configure.sh
with
8 additions
and
1 deletion
cacert_
hack
.sh
→
cacert_
cp
.sh
+
2
−
1
View file @
056a86b9
...
...
@@ -18,4 +18,5 @@ CURPWD=$(pwd)
cd
"
$(
dirname
"
$0
"
)
"
ROOTDIR
=
$(
pwd
)
python
-c
'import certifi; print certifi.where()'
| xargs
-I
{}
cp
{}
.
echo
"Copying certifi's cacert.pem"
python
-c
"import certifi; import shutil; shutil.copy2(certifi.where(), 'agkyra/resources/cacert.pem')"
This diff is collapsed.
Click to expand it.
configure.sh
+
6
−
0
View file @
056a86b9
...
...
@@ -22,4 +22,10 @@ ROOTPATH=$(pwd)
if
[
$?
-ne
0
]
;
then
exit
1
fi
./cacert_cp.sh
if
[
$?
-ne
0
]
;
then
exit
1
fi
echo
"Now run 'python setup.py install'."
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment