Skip to content

Instantly share code, notes, and snippets.

@andoriyu
Created September 18, 2020 18:00
Show Gist options
  • Save andoriyu/657f6bb1283cd05ca5258b46a8a92782 to your computer and use it in GitHub Desktop.
Save andoriyu/657f6bb1283cd05ca5258b46a8a92782 to your computer and use it in GitHub Desktop.
andoriyu@fulcrum:/usr/local/etc/poudriere.d % cat build-eden.sh
#!/bin/sh
PORTS="system"
ZSET="eden"
JAIL="freebsd_12_1-amd64"
poudriere bulk -J 4:16 -j ${JAIL} -p $PORTS -z $ZSET -f /usr/local/etc/poudriere.d/eden.pkg.d/00
andoriyu@fulcrum:/usr/local/etc/poudriere.d % sudo ps ax | grep poud
33075 - Ss 0:00.00 poudriered: idle (poudriered)
38602 0 S+ 0:00.00 grep poud
andoriyu@fulcrum:/usr/local/etc/poudriere.d % ./build-eden.sh
[00:00:00] Error: This command requires root or poudriered running
andoriyu@fulcrum:/usr/local/etc/poudriere.d %
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment