yum update
Loaded plugins: fastestmirror
Loading mirror speeds from cached hostfile
gitlab_gitlab-ce/x86_64/signature | 836 B 00:00:00
gitlab_gitlab-ce/x86_64/signature | 1.0 kB 00:00:00 !!!
gitlab_gitlab-ce-source/signature | 836 B 00:00:00
gitlab_gitlab-ce-source/signature | 951 B 00:00:00 !!!
No packages marked for update
I'm posting this question as I could not find an answer to following questions:
1) I'm assuming the entries are related to checking the signature for the gpg, which is defined in the .repo file in /etc/yum.repos.d
The repo file was created during the default installation of a GitLab environment. I've seen this exact output in other posts as well, but they didn't mention the phenomenon at all.
Why are there multiple entries for the two repositories?
2) What is the meaning of the three exclamation marks behind the second entry for each repository?
The closest I could find for this question was this https://www.reddit.com/r/linuxadmin/comments/8c7u80/why_are_there_two_signature_entries_for_some/ but it does not really address the problem in my opinion.