Hi
I have been trying to setup local pkg repository with ports-mgmt/poudriere and followed various tutorials how to do it.
In the end I have built the packages and added a repo configuration file but pkg doesn't detect it.
I have added a configuration file /usr/loca/etc/pkg/repos/local_repo.conf
When I run
I get the following:
I have also disabled FreeBSD repo and tried to install some package that exists in my local repository but pkg says:
Simply it doesn't see my local repository. What I am doing wrong ?
I have been trying to setup local pkg repository with ports-mgmt/poudriere and followed various tutorials how to do it.
In the end I have built the packages and added a repo configuration file but pkg doesn't detect it.
I have added a configuration file /usr/loca/etc/pkg/repos/local_repo.conf
Code:
local_repo: {
usr: "file:///usr/local/poudriere/data/packages/freebsd_13_1_amd64-main",
mirror_type: none,
signature_type: "pubkey",
pubkey: "/usr/local/etc/ssl/certs/repo_crt.cert",
enabled: yes,
priority: 100
}
When I run
pkg updateI get the following:
Code:
Updating FreeBSD repository catalogue...
FreeBSD repository is up to date.
All repositories are up to date.
I have also disabled FreeBSD repo and tried to install some package that exists in my local repository but pkg says:
Code:
No active remote repositories configured.
Simply it doesn't see my local repository. What I am doing wrong ?