Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1156)

Unified Diff: ports/devenv/setup-environment

Issue 1071783003: Add root certificate bundle to curl package, and improve git default setup. (Closed) Base URL: https://chromium.googlesource.com/external/naclports.git@master
Patch Set: Created 5 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« ports/devenv/bashrc ('K') | « ports/devenv/bashrc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ports/devenv/setup-environment
diff --git a/ports/devenv/setup-environment b/ports/devenv/setup-environment
index b2efddf6eae8cc7206bd3231ab8a509733c98ed7..09aa7b7df69de23d555a8776378eba5557dc18ad 100755
--- a/ports/devenv/setup-environment
+++ b/ports/devenv/setup-environment
@@ -56,6 +56,10 @@ export PAGER=cat
# Allow ctrl-c to work.
export ENABLE_CONTROL_C=1
+# Point git and curl at root certificates.
+export GIT_SSL_CAINFO=/mnt/html5/packages/curl.${NACL_ARCH}/ca-bundle.crt
+export CURL_CA_BUNDLE=/mnt/html5/packages/curl.${NACL_ARCH}/ca-bundle.crt
Sam Clegg 2015/04/08 23:35:00 Is there a standard place in the filesystem where
bradn 2015/04/09 00:07:21 Done.
+
# Scan through packages.
for package_dir in /mnt/html5/packages/*; do
# Find the name of the package.
« ports/devenv/bashrc ('K') | « ports/devenv/bashrc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698