riscv-software-src / riscof

BSD 3-Clause "New" or "Revised" License
62 stars 40 forks source link

arch-test clone and maintenance subcommands #4

Closed neelgala closed 3 years ago

neelgala commented 3 years ago

since the framework and the tests are now in separate repos, it seems like a convenient feature to have riscof clone the correct repository from github. This way, a user simply needs to install riscof and run a subcommand to clone the correct version of the riscv-arch-test repo.

This should be implemented as a separate subcommand (maybe riscof test-clone). This sub-command shuold be able to :

Some enterprise systems/environment may typically disable/restrict remote access or git commands, and thus this command should be completely optional and should not have any dependencies on the rest of the framework. This should be treated as an optional feature.