Explorar el Código

Improve error message

pull/1986/head
Eric Meadows-Jönsson hace 6 años
padre
commit
2884365247
No se encontró ninguna clave conocida en la base de datos para esta firma ID de clave GPG: A463B9FA6BBE3383
Se han modificado 1 ficheros con 3 adiciones y 4 borrados
  1. +3
    -4
      src/rebar_packages.erl

+ 3
- 4
src/rebar_packages.erl Ver fichero

@ -265,10 +265,9 @@ get_package_repo_config(RepoConfig) ->
RepoConfig.
unverified_repo_message() ->
"Fetched deprecatated registry record version from repo ~ts, for security " ++
"reasons this registry version is no longer supported. The repository " ++
"you are using should update to fix the security reason. Set " ++
"REBAR_NO_VERIFY_REPO_ORIGIN=1 to disable this check.".
"The registry repository ~ts uses a record format that has been deprecated for "
"security reasons. The repository should be updated in order to be safer. "
"You can disable this check by setting REBAR_NO_VERIFY_REPO_ORIGIN=1".
insert_releases(Name, Releases, Repo, Table) ->
[true = ets:insert(Table,

Cargando…
Cancelar
Guardar