Hi,
I have read the pkg.conf man page, the Github readme, the wiki pages, and I just can't get this to work. I have created a location on an internal server with some packages and the repository files. I want to use that location as a repository with pkg. I have a fresh install of 10 RC1 running.
I get the same result with both pkg+http and just http.
I want to disable the use of the default pkg site (because there are no ARM packages there), and enable the HTTP location instead. Why is this so difficult? Am I missing something?
Thanks.
I have read the pkg.conf man page, the Github readme, the wiki pages, and I just can't get this to work. I have created a location on an internal server with some packages and the repository files. I want to use that location as a repository with pkg. I have a fresh install of 10 RC1 running.
Code:
#cat /letc/pkg/repos/FreeBSD-Local.conf
FreeBSD-Local: {
url: pkg+http://10.1.1.7/freebsd/arm/pkgs/releng/10.0/
}
Code:
# pkg update
Updating repository catalogue
pkg: http://pkg.FreeBSD.org/freebsd:10:armv6:32:el:eabi:softfp/latest/digests.txz: Not Found
pkg: Unable to find catalogs
I get the same result with both pkg+http and just http.
I want to disable the use of the default pkg site (because there are no ARM packages there), and enable the HTTP location instead. Why is this so difficult? Am I missing something?
Thanks.