pkg repository used by Duplicati plugin jail

diem

Cadet
Joined
Nov 18, 2020
Messages
3
Hi all,

Wasn't sure if this post should go here or in the plugins forum, but on balance I think it is an iocage question more than a Duplicati question.

I have installed the Duplicate community plugin jail, and wanted to install nano. pkg said that there was no package matching this description in the repository (yes, I'd done an update -f and and upgrade), so I went digging and discovered that /usr/local/etc/pkg/repos/iocage-plugins.conf looks like this:

Code:
iocage-plugins: {
            url: "http://pkg.cdn.trueos.org/iocage/unstable",
            signature_type: "fingerprints",
            fingerprints: "/usr/local/etc/pkg/fingerprints/iocage-plugins",
            enabled: true
            }

whilst in my Transmission jail it looks like this:

Code:
iocage-plugins: {
            url: "http://pkg.FreeBSD.org/${ABI}/latest",
            signature_type: "fingerprints",
            fingerprints: "/usr/local/etc/pkg/fingerprints/iocage-plugins-stable",
            enabled: true
            }


and clearly there isn't a nano package in the unstable plugins repo. Is it possible to 'switch' a jail from the unstable to stable iocage plugins repo? I tried simply editing this file but no dice - pkg complains. Alternatively can I use both repos side by side?

Thanks,

Ian
 
Top