On 8/2/25 00:03, vermaden wrote:
Hi and thank You for reply.
How do you update suck PKGBASE set?
poudriere jail -j 15amd64 -u -b
-j is the jail you want to update, -u means update, -b build. A new set
of packages will be present in the same place.
This command fetches updated sources (via git for example, or copying
whatever it finds in the directory you pointed it to if using such
configuration)
One note, poudriere, when using git, by default will perform a shallow
clone, to save time/bandwidth, so be careful if directly using git with
such a clone.
There are options to force a full git clone, but for simple usage that's
overkill.
It does not use 'poudriere bulk' command at all to
create and update that PKGBASE packages set?
bulk is used to build ports based on a jail and create a set of ports
packages. That's a different thing.
If using own pkgbase you will have two separate pkg repositories, one
for base packages and one for ports packages.
--
Guido Falsi <m...@madpilot.net>