FreeBSD/jails/config/proxy/pkgp.conf

21 lines
432 B
Plaintext
Raw Normal View History

2020-02-25 11:28:31 -08:00
FreeBSD: {
url: "pkg+http://pkg.FreeBSD.org/${ABI}/latest",
enabled: no
}
pkgp-freebsd-pkg: {
url: "http://pkgp-freebsd-pkg.ahlawat.com/${ABI}/latest",
mirror_type: "http",
enabled: yes,
priority: 10
}
2022-04-19 13:38:56 -07:00
pkgp123: {
url: "http://pkgp.ahlawat.com/packages/pj123-default",
2020-02-25 11:28:31 -08:00
mirror_type: "http",
signature_type: "pubkey",
pubkey: "/mnt/certs/poudriere.cert",
enabled: yes,
priority: 100
}