Skip to content

Commit

Permalink
Merge #504
Browse files Browse the repository at this point in the history
504: In the AutoMerge logs, explain to users that the "Error: Some registries failed to update" and "registry dirty" messages should be ignored r=DilumAluthge a=DilumAluthge



Co-authored-by: Dilum Aluthge <dilum@aluthge.com>
  • Loading branch information
bors[bot] and DilumAluthge authored Oct 11, 2023
2 parents 9957688 + c5aac12 commit 6ec7c23
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/AutoMerge/guidelines.jl
Original file line number Diff line number Diff line change
Expand Up @@ -933,6 +933,11 @@ function _run_pkg_commands(
pushfirst!(cmd.exec, xvfb)
end
@info(before_message)
@info(string(
"IMPORTANT: If you see any messages of the form \"Error: Some registries failed to update\"",
"or \"registry dirty\", ",
"please disregard those messages. Those messages are normal and do not indicate an error.",
))
cmd_ran_successfully = success(pipeline(cmd; stdout=stdout, stderr=stderr))
cd(original_directory)

Expand Down

0 comments on commit 6ec7c23

Please sign in to comment.