Page MenuHomePhabricator

[buildbot] Extract the build configuration retrieval and parsing to its own function
ClosedPublic

Authored by Fabien on Apr 11 2023, 08:40.

Details

Summary

This will be called from another place in another diff. There is no change in behavior.

Test Plan
./contrib/teamcity/build-configurations.py check-buildbot

Diff Detail

Repository
rABC Bitcoin ABC
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

Fabien requested review of this revision.Apr 11 2023, 08:40
PiRK added a subscriber: PiRK.
PiRK added inline comments.
contrib/buildbot/server.py
172 ↗(On Diff #39532)

optional nit: f-string and line splitting

I need to experiment with the line-length option for flynt.

This revision is now accepted and ready to land.Apr 11 2023, 08:53