Hello,
I have 2 questions about poudriere.
I am building an poudriere build system to create packages for my FreeBSD servers at work.
I create a list ( ports.list) of software I want to build.
The last step I build the packages with
Question 1: After the build I want to add new ports. Do I create a new list ports-new.list with only the names of the new port-names ? Or do I add the new port-names to the existing ports.list and rerun the poudriere bulk ... command ?
Question 2: Is there a way to create a ports.list which contains all of the existing port-names ?
Thanks in advance,
Carlo
I have 2 questions about poudriere.
I am building an poudriere build system to create packages for my FreeBSD servers at work.
I create a list ( ports.list) of software I want to build.
The last step I build the packages with
poudriere bulk -j jailx -p local -f /path/ports.list
Question 1: After the build I want to add new ports. Do I create a new list ports-new.list with only the names of the new port-names ? Or do I add the new port-names to the existing ports.list and rerun the poudriere bulk ... command ?
Question 2: Is there a way to create a ports.list which contains all of the existing port-names ?
Thanks in advance,
Carlo