[MacPorts] #53978: buildbot: provide a way to rebuild all ports between two commits
MacPorts
noreply at macports.org
Sun Jun 11 08:41:56 UTC 2017
#53978: buildbot: provide a way to rebuild all ports between two commits
-----------------------------+----------------------
Reporter: mojca | Owner: admin@…
Type: enhancement | Status: new
Priority: Normal | Milestone:
Component: server/hosting | Version:
Resolution: | Keywords: buildbot
Port: |
-----------------------------+----------------------
Comment (by ryandesign):
It's easy enough to generate the list of ports on the command line, e.g.:
{{{
git diff --name-only 71b798f8a2d628b7345c1583e0f3664ddee3ffc4
2702b2dad73c4e5641994157d20df92d2b8a1ac7 | grep /Portfile$ | cut -d / -f 2
| sort -uf | xargs echo | pbcopy
}}}
Then paste that into the portlist field on the buildbot web interface.
--
Ticket URL: <https://trac.macports.org/ticket/53978#comment:1>
MacPorts <https://www.macports.org/>
Ports system for macOS
More information about the macports-tickets
mailing list