Created
September 18, 2020 18:00
-
-
Save andoriyu/657f6bb1283cd05ca5258b46a8a92782 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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