epics-containers / ibek

IOC Builder for EPICS and Kubernetes
https://epics-containers.github.io/ibek
Apache License 2.0
10 stars 4 forks source link

remove IOC template and related functions #163

Closed gilesknap closed 6 months ago

gilesknap commented 6 months ago

This PR makes a few changes to ibek API.

no longer support ibek ioc build and related functions as we now can use make directly inside the ioc folder remove the ioc folder template as we no longer generate ioc source (see above) change ibek support generate-links to take a folder name instead of a support module name this allows for more than one ibek-support folder e.g. a private modules ibek-support-dls These changes relate to an update to the ioc-template which now embeds the ioc folder generic source. See https://github.com/epics-containers/ioc-template/tree/6fb6eb4