瀏覽代碼

Improve error message

pull/1986/head
Eric Meadows-Jönsson 6 年之前
父節點
當前提交
2884365247
沒有發現已知的金鑰在資料庫的簽署中 GPG 金鑰 ID: A463B9FA6BBE3383
共有 1 個檔案被更改,包括 3 行新增4 行删除
  1. +3
    -4
      src/rebar_packages.erl

+ 3
- 4
src/rebar_packages.erl 查看文件

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

Loading…
取消
儲存