Set up poudriere to build pkgbase.

This commit is contained in:
Tom Alexander
2024-02-11 14:59:55 -05:00
parent 8385b036a6
commit a66eff79e2
61 changed files with 232 additions and 816 deletions

View File

@@ -39,5 +39,10 @@ http {
alias /usr/local/poudriere/data/packages;
autoindex on;
}
location /pkgbase {
alias /usr/local/poudriere/data/images;
autoindex on;
}
}
}