Descriptor Settings for bundle_cache

This isn’t a question, just something to share in case anyone has the need to copy a bundle_cache directory into their config.

When putting the bundle_cache in your config, you may ask:

What do I put in the app_locations.yml file for the location?

Here is an example git descriptor in the app_locations.yml:

apps.tk-myapp.location:
type: git
path: git://github.com/mygit/tk-myapp.git
version: v0.0.1

The answer is to leave the descriptor as your location. When copying the bundle_cache into your config, the descriptors will be ignored and the apps in the bundle_cache will be used automatically.

Thanks to Philip Scadding for his help with this.

2 Likes

No problem, thanks a lot for sharing this here Craig!

1 Like