On Fri, Apr 12, 2024 at 10:56 AM Matthias Fechner <mfechner@freebsdorg> wrote:
>
> https://gitlab.fechner.net/mfechner/Gitlab/-/commit/c6e569cdcd2862fdffa05a73c9ebd8a5a78fa7a7

The ${FLAVOR:U...} expression looks a bit weird to me. You have
FLAVOR?= ... in your Makefile, so this var can't really be undefined

> But if I execute poudriere with e.g.:
> poudriere bulk -t -p gitlab -j 132amd64 www/gitlab
>
> It is only building a package for the CE version and not for the EE version.
> Does the FreeBSD cluster would generate both package or must I modify there 
> something else?

Yes, see man 8 poudriere, the FLAVORS section. When running poud bulk
-a, all flavors are built. Otherwise, the behavior is controlled by
FLAVOR_DEFAULT_ALL option in the poudriere.conf

Reply via email to