Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 5 Aug 2019 10:18:23 +0200
From:      Walter Schwarzenfeld <w.schwarzenfeld@utanet.at>
To:        freebsd-ports@freebsd.org
Subject:   Re: Speeding-up poudriere options
Message-ID:  <1439e51a-5ec5-e24e-c6c6-c860029ebcf2@utanet.at>
In-Reply-To: <a8a29962-93a2-f666-f902-e7a5612d8a7c@gjunka.com>
References:  <a8a29962-93a2-f666-f902-e7a5612d8a7c@gjunka.com>

next in thread | previous in thread | raw e-mail | index | archive | help
A simple bash script?

#!/usr/local/bin/bash
for i in `cat list.txt`
do
poudriere options -cn $i
done

---

Shows only the port, not the recursive dependencies.

list.txt should contain the ports in the form category/port (e.g. 
www/firefox).




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1439e51a-5ec5-e24e-c6c6-c860029ebcf2>