ghostbsd / issues

Issue tracker for GhostBSD
BSD 2-Clause "Simplified" License
3 stars 1 forks source link

Update the Jenkins job update jail to build the packages after building the jail #158

Closed ericbsd closed 5 months ago

ericbsd commented 5 months ago

To build the pkgbase packages for GhostBSD without touching Makefile.inc1:

make buildworld buildkernel
make PKG_NAME_PREFIX=GhostBSD PKG_VERSION=24.04.1 packages

PKG_REPO_SIGNING_KEY can be used to sign all packages.

ericbsd commented 5 months ago

Done