Hi bRPC community, I’m glad to announce that the ASF board has approved a resolution to graduate bRPC into a full Top Level Project. Thanks to everyone for your help to get to this point.
To transition from the Apache Incubator to a new TLP, there's a few action items[1] we need to do to complete the transition, and I opened an Issue[2] to track it, feel free to take the sub-tasks and comment if I missed something. And, we already completed the GitHub repo migration[3], please update your local git repo to track the new repo[4]. Suppose you named the upstream as "apache", $ apache-brpc git:(master) git remote -v apache [email protected]:apache/incubator-brpc.git (fetch) apache [email protected]:apache/incubator-brpc.git (push) ... (other remote repositories) you can run the following command to complete the remote repo tracking migration. $ git remote set-url apache [email protected]:apache/brpc.git Please join me in celebrating! [1] https://incubator.apache.org/guides/transferring.html#life_after_graduation [2] https://github.com/apache/brpc/issues/2078 [3] https://issues.apache.org/jira/browse/INFRA-24070 [4] https://github.com/apache/brpc Best regards, Weibing Wang --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
