自托管集市存储库
是否有任何允许 bazaar
存储库管理的有趣项目?我至少想要项目+组+用户管理。基于 Web 的代码浏览并不重要,但也很好。我知道 bazitis,但考虑到它几乎已经死了,我不确定我是否想使用它。
不幸的是,启动板似乎也不是一个好的解决方案,它接管了系统并且不太容易快速部署。有一些替代方案吗?
Are there any interesting projects allowing bazaar
repositories management? I'd like at least project + group + user management. Web based code browsing isn't critical but would be nice too. I know of bazitis, but considering it's pretty much dead I'm not sure I want to use it.
Unfortunately launchpad doesn't seem like a good solution either, taking over the system and not being very easy to deploy quickly. Are there some alternatives?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
(我将复制另一个问题的答案 在这里。)
您可以使用 sloecode 托管 bazaar 分支,并且可以使用 loggerhead 用于代码的 Web 视图。另一个可以考虑的选择是 fusionforge.org 我想在 Ubuntu 上你现在可以 apt-get 了。
(I'll copy my answer from another question here.)
You can use sloecode for hosting bazaar branches and you can use loggerhead for a web view of the code. Another option to consider is fusionforge.org I think on Ubuntu you can apt-get that these days.
bzr 源中有
bzr_access
脚本(查看 contrib 目录)。There is
bzr_access
script in bzr sources (look inside contrib directory).