ssrg-vt / hermitux

A binary-compatible unikernel
https://ssrg-vt.github.io/hermitux/
391 stars 28 forks source link

Use git submodules for subprojects #5

Closed olivierpierre closed 4 years ago

olivierpierre commented 5 years ago

In HermiTux we have various subprojects including the kernel, musl, etc. We currently rely on manual repository clone operations from the bootstrap script. The standard way to manage such subprojects in separate repos is probably to use submodules.