bug#25422: GIT_SSL_CAINFO set incorrectly

2017-02-10 Thread Ludovic Courtès
Mekeor Melire skribis: >> > Adding an option to `search-path-specification' seems like a good idea. >> > Still, I wonder what this snippet from (gnu system) does: >> > >> > (define (operating-system-environment-variables os) >> > "Return the environment variables of OS for >> > @var

bug#25422: GIT_SSL_CAINFO set incorrectly

2017-02-10 Thread Mekeor Melire
> > Adding an option to `search-path-specification' seems like a good idea. > > Still, I wonder what this snippet from (gnu system) does: > > > > (define (operating-system-environment-variables os) > > "Return the environment variables of OS for > > @var{session-environment-service-ty

bug#25422: GIT_SSL_CAINFO set incorrectly

2017-01-23 Thread Ludovic Courtès
Mekeor Melire skribis: > Adding an option to `search-path-specification' seems like a good idea. > Still, I wonder what this snippet from (gnu system) does: > > (define (operating-system-environment-variables os) > "Return the environment variables of OS for > @var{session-environme

bug#25422: GIT_SSL_CAINFO set incorrectly

2017-01-19 Thread Mekeor Melire
I'm experiencing the same issue. I recently installed GuixSD freshly and encountered this bug. Adding an option to `search-path-specification' seems like a good idea. Still, I wonder what this snippet from (gnu system) does: (define (operating-system-environment-variables os) "Return th

bug#25422: GIT_SSL_CAINFO set incorrectly

2017-01-14 Thread Ludovic Courtès
Hi! Leo Famulari skribis: > Recently, Guix started to set the environment GIT_SSL_CAINFO like a > search path, instead of pointing to single file, which is what it should > be. I don’t think anything has changed, maybe it’s just that your profile now includes ‘ssl/certs’? On my GuixSD machine,

bug#25422: GIT_SSL_CAINFO set incorrectly

2017-01-11 Thread Leo Famulari
Recently, Guix started to set the environment GIT_SSL_CAINFO like a search path, instead of pointing to single file, which is what it should be. This makes Git unable to access remotes over HTTPS. It show a message like this: fatal: unable to access 'https://example.com/repo.git': Problem with th