GSOC 2019 project: Improvements of Buildbot views (@ MacPorts)
Ryan Schmidt
ryandesign at macports.org
Sun Jun 2 16:15:20 UTC 2019
On May 31, 2019, at 17:27, Rajdeep Bharati wrote:
> On Sat, Jun 1, 2019 at 2:01 AM Mojca Miklavec wrote:
>
>> What does
>> port installed '*buildbot*'
>> say?
>
> It's giving None of the specified ports are installed.
It should show you all ports that are installed whose names contain the string "buildbot" *and are in the PortIndex*. If they aren't in the index, they won't be shown.
If you want to show all ports that are installed whose names contain the string "buildbot" *regardless of whether they are in the PortIndex* then you can use:
port installed | grep buildbot
More information about the macports-dev
mailing list