Skip to content
This repository has been archived by the owner on May 4, 2018. It is now read-only.

2.2.0

Compare
Choose a tag to compare
@goldmann goldmann released this 03 Jul 13:16
· 21 commits to develop since this release
5c93280

It is now possible to use local CCT modules, #167.

Instead of cloning CCT modules specified in the image descriptor - you can put your local copy of the module into the cct/MODULE_NAME directory created next to the image descriptor. This module, instead of the one specified in image descriptor, will be used to build the image. This is very useful for local image building.

P.S. You can also symlink this module directory if you want. This way you can reuse the same local copy of module in multiple images.