guix/guix/scripts
Ludovic Courtès 20f8d73fac
pull: Use /etc/ssl/certs by default if it exists and is non-empty.
Previously, on machines where /etc/ssl/certs did exist, we'd have this:

  $ unset SSL_CERT_DIR
  $ unset SSL_CERT_FILE
  $ guix pull
  Updating channel 'guix' from Git repository at 'https://git.savannah.gnu.org/git/guix.git'...
  guix pull: error: Git error: the SSL certificate is invalid

This is because we'd let OpenSSL look for certificates in its default
location, which is an empty directory in its own prefix.

* guix/scripts/pull.scm (honor-x509-certificates): New procedure.
(guix-pull): Use it instead of calling 'honor-lets-encrypt-certificates!'.
2018-09-18 23:23:44 +02:00
..
container
import import: pypi: Support recursive importing. 2018-08-30 15:22:22 +02:00
system
archive.scm Switch to Guile-Gcrypt. 2018-09-04 17:25:11 +02:00
authenticate.scm Switch to Guile-Gcrypt. 2018-09-04 17:25:11 +02:00
build.scm guix: Do not close current-error-port. 2018-09-11 23:19:42 +02:00
challenge.scm
container.scm
copy.scm
describe.scm describe: Work correctly on generation-less profiles. 2018-09-18 23:23:44 +02:00
download.scm Switch to Guile-Gcrypt. 2018-09-04 17:25:11 +02:00
edit.scm
environment.scm
gc.scm
graph.scm graph: Add '--system'. 2018-09-16 23:00:44 +02:00
hash.scm Switch to Guile-Gcrypt. 2018-09-04 17:25:11 +02:00
import.scm
lint.scm
offload.scm
pack.scm Switch to Guile-Gcrypt. 2018-09-04 17:25:11 +02:00
package.scm guix: Do not close current-error-port. 2018-09-11 23:19:42 +02:00
perform-download.scm
publish.scm Switch to Guile-Gcrypt. 2018-09-04 17:25:11 +02:00
pull.scm pull: Use /etc/ssl/certs by default if it exists and is non-empty. 2018-09-18 23:23:44 +02:00
refresh.scm gnupg: Use 'gpgv' and keybox files; adjust 'guix refresh' accordingly. 2018-09-16 23:00:44 +02:00
repl.scm
size.scm
substitute.scm substitute: Ignore exceptions thrown by 'set-thread-name'. 2018-09-10 17:47:52 +02:00
system.scm
weather.scm