import snippets from gitlab
This commit is contained in:
@@ -0,0 +1,19 @@
|
||||
# pf2ad Poudriere
|
||||
|
||||
#### Commands
|
||||
```
|
||||
poudriere jail -c -J 4 -j PFS272_RELENG -v RELENG_2_7_2 -K pfSense -m git+https -U https://github.com/pfsense/FreeBSD-src
|
||||
poudriere ports -c -p PortsPfsense272 -B RELENG_2_7_2 -m git+https -U https://github.com/pfsense/FreeBSD-ports
|
||||
poudriere bulk -J 4 -j PFS272_RELENG -p PortsPfsense272 net/samba416 www/squid www/pfSense-pkg-squid www/pfSense-pkg-squidGuard
|
||||
poudriere bulk -J 4 -j PFS272_RELENG -p PortsPfsense272 www/squid www/pfSense-pkg-squid www/pfSense-pkg-squidGuard
|
||||
|
||||
# ARM64
|
||||
# Source: https://wiki.freebsd.org/Ports/BuildingPackagesThroughEmulation
|
||||
#
|
||||
# Install Port: emulators/qemu-user-static
|
||||
# Enable: echo 'qemu_user_static_enable="YES"' >> /etc/rc.conf
|
||||
# Start: service qemu_user_static start
|
||||
#
|
||||
poudriere jail -c -J 4 -j PFS272_RELENG_ARM64 -v RELENG_2_7_2 -a arm64.aarch64 -K pfSense -m git+https -U https://github.com/pfse
|
||||
nse/FreeBSD-src
|
||||
```
|
||||
Reference in New Issue
Block a user