bsdci / libioc

A Python library to manage jails with ioc{age,ell}
https://bsd.ci/libioc
Other
38 stars 11 forks source link

Package fetching fails for older architectures #651

Closed gronke closed 5 years ago

gronke commented 5 years ago

The host is updated to HardenedBSD 12, but the jail that should get packages installed is still on 11.

root@hbsd12 # python3.6 . pkg old-jail git
[-] PackageFetch@global: FAILED [5.352s]
Command exited with 70: /usr/sbin/pkg --config /iocage/pkg/11/conf/pkg.conf --repo-conf-dir /iocage/pkg/11/repos update --repository iocage-release-11
    pkg: wrong architecture: FreeBSD:11:amd64 instead of FreeBSD:12:amd64
    pkg: repository iocage-release-11 contains packages with wrong ABI: FreeBSD:11:amd64
Command exited with 70
gronke commented 5 years ago

fixed in #652