-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Implement ibek support develop #123
Comments
I'm not sure to be honest, leave it out until we have a reason to ignore it... |
Can I suggest |
yep that sounds better |
in #136 I suggest using symlinks instead of updating /epics/ioc-xxx/RELEASE but the latter is preferred as it changes the repo so that it breaks in more obvious ways if you push it before completing the support module changes (and releasing them - implying there is an 'undevelop' command too). This also relates to #134 - because the opi files in a support module in develop mode should be editable from outside of the container and yet be discoverable from the read only opi's links. |
so in #139 I have changed the name of this to The latter of which I have already implemented in ibek 1.5.2 |
This is a feature to allow a dev to make changes to a support module inside of a generic ioc container.
It will work like this:-
This means rebuilding the devcontainer will still use the /repos support.
@coretl should the ioc-xxx/RELEASE file be in .gitignore ? - probably not. Then if you change an IOC and its support in parallel you will get a clear indication why the CI fails.
The text was updated successfully, but these errors were encountered: