Sha256: fdacab9f914dfa4545a68e9c26a2b8dd4beff0ea77f77b1e7cf12a482ecb59d2
Contents?: true
Size: 485 Bytes
Versions: 111
Compression:
Stored size: 485 Bytes
Contents
Dev Cookbook Fixtures Cookbooks in here that are used to represent local checkouts of a git-hosted cookbook are stored as git bundles to avoid problems with git assuming the cookbooks are submodules. For more information, read the `git-bundle` manpage (`git help bundle`). The short version is that you can treat the git bundle as a regular git remote if you need to modify the fixture data: ``` cd staging_dir git clone $prefix/cookbook.gitbundle # make edits, commit git push ```
Version data entries
111 entries across 111 versions & 2 rubygems