From d01979e6987087cdcc67a8637fda766037455d51 Mon Sep 17 00:00:00 2001 From: Augustin FL Date: Wed, 25 Dec 2019 23:43:47 +0100 Subject: [PATCH] Add infos about non-standard branches names --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 422eedf..8b77b5b 100644 --- a/README.md +++ b/README.md @@ -169,8 +169,12 @@ export FREEBSD_REPO_BASE=https://github.com/{your username}/FreeBSD-src.git # L export POUDRIERE_PORTS_GIT_URL=https://github.com/{your username}/FreeBSD-ports.git # Location your FreeBSD ports repository export FREEBSD_BRANCH=RELENG_2_5 # Branch of FreeBSD sources to build + # The branch of FreeBSD ports to build is set automatically based on pfSense GUI branch. # If you would like to build a specific branch of FreeBSD ports, the variable to set is POUDRIERE_PORTS_GIT_BRANCH +# Also, if you are building a FreeBSD port branch that does not respect Netgate conventions (devel or RELENG_*), +# You will also have to update .conf files in "tools/templates/pkg_repos/" because repositories names are partially +# hardcoded there.