Este sitio web funciona mejor con JavaScript.
Inicio
Explorar
Ayuda
Registro
Iniciar sesión
SisMaker
/
rebar3
Seguir
1
Destacar
0
Fork
0
Código
Incidencias
0
Pull Requests
0
Projects
0
Lanzamientos
62
Wiki
Actividad
Explorar el Código
Fix for cases with no proxy configured.
pull/579/head
CarlosEDP
hace 10 años
padre
9a20d3b56a
commit
46ca2bb6b0
Se han
modificado 2 ficheros
con
2 adiciones
y
2 borrados
Dividir vista
Opciones de diferencias
Mostrar estadísticas
Descargar archivo de parche
Descargar archivo de diferencias
+1
-1
bootstrap
+1
-1
src/rebar_utils.erl
+ 1
- 1
bootstrap
Ver fichero
@ -103,7 +103,7 @@ get_http_var() ->
end.
get_http(Scheme) ->
proplists:get_value(Scheme, get_http_var(),
""
).
proplists:get_value(Scheme, get_http_var(),
[]
).
set_httpc_options() ->
set_httpc_options(https_proxy, get_http(https_proxy)),
+ 1
- 1
src/rebar_utils.erl
Ver fichero
@ -674,7 +674,7 @@ get_http_var() ->
end
.
get_http
(
Scheme
)
-
>
proplists
:
get_value
(
Scheme
,
get_http_var
(
)
,
"
"
)
.
proplists
:
get_value
(
Scheme
,
get_http_var
(
)
,
[
]
)
.
set_httpc_options
(
)
-
>
set_httpc_options
(
https_proxy
,
get_http
(
https_proxy
)
)
,
Escribir
Vista previa
Cargando…
Cancelar
Guardar