Note that this is a major upgrade from the 0.8 branch, see
http://docs.buildbot.net/current/manual/installation/nine-upgrade.html
for details on how to deal with it.
If you were running a 0.8 buildmaster and want to keep running it to
access old build logs, it's advised to install it locally outside of
ports/packages via pip.
The buildbot port is now split into 6 distinct sub-ports.
ok sthen@ (thanks!)
txaio is a helper library for writing code that runs unmodified on both
Twisted and asyncio / Trollius.
This is like six, but for wrapping over differences between Twisted and
asyncio so one can write code that runs unmodified on both (aka source
code compatibility). In other words: your users can choose if they want
asyncio or Twisted as a dependency.
Note that, with this approach, user code runs under the native event
loop of either Twisted or asyncio. This is different from attaching
either one’s event loop to the other using some event loop adapter.
needed by buildbot 0.9.
ok sthen@
---8<---
Incrementally backup a github user or organization, including issues, pull
requests etc.
--->8---
From Laurence Tratt, with tweaks from sthen@ and myself.
OK sthen@, thanks.
Suffers from a lot of a problems: lp64, no DES support in crypt(3),
a buffer overflow in the logging code, etc, which make the current port
unusable. Also the legacy codebase brings in maintenance costs.
The folks at shrubbery.net provided newer versions which should be
a good starting point for a new port.
Feedback from Renaud Allard, ok sthen@
oggtag is far from user-friendly: it rewrites all the tags instead of
modifying/appending tags, and clears all tags by default (instead of,
eg, listing them).
Pointed out by Jan Stary, ok fcambus@