Arc Forumnew | comments | leaders | submitlogin
1 point by pmarin 5435 days ago | link | parent

Maybe this is unrelated but why not use a makefile approach:

    target (library.version or patch): dependencies (other libraries or patches)
        command1 (git clone "library1 path")
        command2 (git clone "library2 path")
Of course someone should make something similar to make(1) in arc.