Re: Personal FreeBSD PkgBase Server
- In reply to: vermaden : "Personal FreeBSD PkgBase Server"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 20 Nov 2023 03:59:20 UTC
Hi Vermaden, Once you build the packages from PkgBase (src repository) and your ports packages from poudriere, you can do one of the following. 1. Host both output directories as separate static web directories and configure pkg on your FreeBSD systems to reach out to two repositories (PkgBase and Poudriere) 2. Copy in the pkg files from both PkgBase and poudriere to a single directory and run the `pkg repo ${path-to-pkg-dir}` to create a unified repository and host that directory on a web server. This way you can have just one additional repository to configure. Best, Reshad On Mon, 20 Nov 2023 at 03:57, vermaden <vermaden@interia.pl> wrote: > Hi, > > it's good to see PkgBase seeing more light of day but my question is about > its build process. > > How to create the build process to create and host this PkgBase solution > on my own? > > I would like to create and maintain a custom FreeBSD kernel/base build and > then update it with PkgBase packages that I build with Poudriere. > > Can you share the instructions You use to create and maintain self PkgBase > solution? > > Thank You in advance. > > Regards, > vermaden > >