Solved How to use packages with Poudriere Image

OK I have finally nailed down the problem.

I was using LATEST on host machine and QUARTERLY for my jails.

Once I set QUARTERLY on host and upgraded that every single package is now being downloaded in Poudriere Bulk.. Including Rust and LLVM.

PACKAGE_FETCH_BRANCH=quarterly
# The branch will be appended to the URL:
PACKAGE_FETCH_URL=pkg+http://pkg.freebsd.org/\${ABI}
PACKAGE_FETCH_WHITELIST="*"

Wow I can run Poudriere without TMUX needed now....

I am using dsh2dsh version.
 
Back
Top