opendaylight:如何获得 neon 版本中包含的所有源代码?

opendaylight: How can I get all the source code that was included in the neon release?

我想从 github 获取与 Neon 版本对应的所有源代码。我怎样才能得到这个?发行版是否以某种标准化方式标记?

谢谢,

是的,每个项目的 repo 都会在每次发布时被标记。例如,您可以 git checkout refs/tags/release/oxygen-sr2 获取释放的位 用于氧气的第二次服务发布。