In the .repo
file:
[centos]
name=centos7.2
baseurl=http://10.0.0.1/centos7.2/7.2/xxx/x86_64/
enabled=1
gpgcheck=0
You can see there is some key-value analogy things, I know the name, baseurl and enable representative for what, but I don't know what is the use of gpgcheck
, someone can help with that?