byrnejb Feb 25, 2021 #1 Is there any way to configure Poudriere to pull ports from a branch of the github port repository to build?
Is there any way to configure Poudriere to pull ports from a branch of the github port repository to build?
Jose Feb 25, 2021 #2 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
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