Add support for custom repos in FreeBSD.

This commit is contained in:
Tom Alexander
2023-06-20 13:51:43 -04:00
parent edfdb203a0
commit 0e86dac2ac
5 changed files with 64 additions and 2 deletions

View File

@@ -0,0 +1,8 @@
custom: {
# url: "file:///opt/pkgrepo/packages/current-default-framework"
url: "https://freebsdpkg.fizz.buzz/repo/{{ custom_repo }}",
enabled: yes,
signature_type: "pubkey",
pubkey: "/usr/local/etc/pkg/poudriere.pub",
priority: 100
}