Poudriere and Git

Is there any way to configure Poudriere to pull ports from a branch of the github port repository to build?
 
These are my rough notes

Code:
git clone https://cgit-beta.freebsd.org/ports.git
cd ports
git switch -t -c 2021Q1 origin/branches/2021Q1
poudriere ports -c -m null -M /usr/home/me/ports -p portbuild
 
Back
Top