Capistrano 食谱和其他杂项的 Git 存储库结构

发布于 2024-09-27 16:12:04 字数 279 浏览 6 评论 0原文

我的问题是,我有一堆不同的 capistrano 配方和代码片段,可以在多个项目中使用。我的本地文件结构是一个名为 helper-snibbits 的文件夹,其下有名为 ./capistrano、./php-bits 和 .py-bits 的文件夹,

我可以使用存储库单独跟踪每个片段,但这变得很难在服务器上管理,并且在我的项目中。我更愿意为所有内容建立一个存储库。您认为组织这次活动的最佳方式是什么?我喜欢子模块工作流程,但据我了解,每个子模块都需要一个单独的存储库。这是真的吗?如果单独的存储库是最好的方法,我最终会这样做。

My problem is that I have a bunch of different capistrano recipes and code snippets that I use across multiple projects. My local file structure is a folder called helper-snibbits with folders under that called ./capistrano, ./php-bits, and .py-bits

I can track each snippet individually with a repo but that becomes hard to manage on the server and in my projects. I'd prefer to set up one repo with everything. What do you think is the best way to organize this? I love the submodule workflow but as I understand it would need a separate repo for each submodule. Is that true? If separate repos are the best way I'll end up doing that.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

—━☆沉默づ 2024-10-04 16:12:04

抱歉这么晚了... :D

我们最近发布了一个工具,用于通过单独的存储库组织 capistrano 配置和配方。

http://pulsar.nebulab.it

如果您有许多项目和配方需要使用 capistrano 进行管理,并且您希望减少代码重复并普遍过上更好的生活。

Sorry for being so late... :D

We recently released a tool for organizing capistrano configurations and recipes via a separate repository.

http://pulsar.nebulab.it

It's really useful if you have many projects and recipes to manage with capistrano and you want to reduce code duplication and generally live a better life.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文