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

Add option to recursively clone submodules in ibek support git-clone #190

Closed ulrikpedersen closed 3 months ago

ulrikpedersen commented 3 months ago

I found myself having to drop out of the convenient ibek support git-clone command in my first ibek-support adventure because the support module uses git submodules to pull in an external dependency.

Would it be possible to add an option to the git-clone function to recursively clone submodules? The equivalent of git clone --recurse-submodules...

gilesknap commented 3 months ago

Yes that should definitely be in the command - making a new more general issue for this: https://github.com/epics-containers/ibek/issues/194