mirror of
https://gitlab.univ-nantes.fr/glicid-public/guix-glicid.git
synced 2025-04-30 06:08:37 +02:00
adding proxy to cuirass-remote-*
This commit is contained in:
parent
f7ef4251b4
commit
36ab8212a7
1 changed files with 14 additions and 0 deletions
|
@ -253,6 +253,13 @@
|
|||
(string-append "--private-key="
|
||||
private-key))
|
||||
'()))
|
||||
#:environment-variables
|
||||
(list
|
||||
"GIT_SSL_CAINFO=/etc/ssl/certs/ca-certificates.crt"
|
||||
(string-append "GIT_EXEC_PATH=" #$git "/libexec/git-core")
|
||||
(string-append "http_proxy=" #$http-proxy)
|
||||
(string-append "https_proxy=" #$http-proxy)
|
||||
)
|
||||
#:log-file #$log-file))
|
||||
(stop #~(make-kill-destructor)))))
|
||||
'()))))
|
||||
|
@ -402,6 +409,13 @@ CONFIG."
|
|||
(string-append "--private-key="
|
||||
private-key))
|
||||
'()))
|
||||
#:environment-variables
|
||||
(list
|
||||
"GIT_SSL_CAINFO=/etc/ssl/certs/ca-certificates.crt"
|
||||
(string-append "GIT_EXEC_PATH=" #$git "/libexec/git-core")
|
||||
(string-append "http_proxy=" #$http-proxy)
|
||||
(string-append "https_proxy=" #$http-proxy)
|
||||
)
|
||||
#:log-file #$log-file))
|
||||
(stop #~(make-kill-destructor))))))
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue