Procházet zdrojové kódy

Improve error message

pull/1986/head
Eric Meadows-Jönsson před 6 roky
rodič
revize
2884365247
V databázi nebyl nalezen žádný známý klíč pro tento podpis ID GPG klíče: A463B9FA6BBE3383
1 změnil soubory, kde provedl 3 přidání a 4 odebrání
  1. +3
    -4
      src/rebar_packages.erl

+ 3
- 4
src/rebar_packages.erl Zobrazit soubor

@ -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,

Načítá se…
Zrušit
Uložit