For a long time we've had a poudriere server building packages and happily pointing all hosts to the repo.
A few days ago, probably after upgrading to pkg 1.20, pkg output this on most operations:
pkg: No HTTP mirrors founds for the repo 'repo'
It doesn't seem to have any effect, but we have scripts that break because of this extra output.
I can get rid of this by setting in repos/repo.conf:
mirror_type: none
Information about mirror_type is fairly scarce in the documentation. Can someone tell me what mirror_type: http and mirror_type: none do? If I have only a single server hosting my local repo, am I safe in changing to mirror_type: none?
A few days ago, probably after upgrading to pkg 1.20, pkg output this on most operations:
pkg: No HTTP mirrors founds for the repo 'repo'
It doesn't seem to have any effect, but we have scripts that break because of this extra output.
I can get rid of this by setting in repos/repo.conf:
mirror_type: none
Information about mirror_type is fairly scarce in the documentation. Can someone tell me what mirror_type: http and mirror_type: none do? If I have only a single server hosting my local repo, am I safe in changing to mirror_type: none?