ManyThreads / mcconf

McConf is a compile-time configuration management tool for extensible software families.
Other
2 stars 0 forks source link

support build/clean/update scripts for modules #37

Open kubanrob opened 4 years ago

kubanrob commented 4 years ago

If we do that right, this could help with the following use cases:

Although scripts could be used to retrieve files, this issue is orthogonal to #19. It enables to have files separate from the module files and download/generate them on demand, but might not be used to obtain the module files itself.

This is a low priority issue and might require some thought to get it right ... if we decide to do it.