You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Right now the built analaytics.proto is built and then checked in to both this repo and pulpcore. It should instead be consumed as a python module that is received via PyPI.
To do this:
The analytics.proto should be moved to its own repo.
That repo should have CI that builds the protobuf python bindings
Publish the build bindings to PyPI via a date-based string
The text was updated successfully, but these errors were encountered:
One question that came up was how to do this in development.
One idea I had was to have a developer who is making a change to analytics.proto (in its own repo after this change) compile it locally and install it as an editable python package. So both this repo and pulpcore would consume it as a python dependency only a locally built one for dev purposes. Also having the new repo where analytics.proto lives have a Makefile command would allow the CI and local devs to build it easily.
Right now the built analaytics.proto is built and then checked in to both this repo and pulpcore. It should instead be consumed as a python module that is received via PyPI.
To do this:
The text was updated successfully, but these errors were encountered: