This patchset introduces a common GitRepoHelper class, and a helper function for people wanting to fetch git repos to perform operations such as tests or kernel builds. An older common API was replaced with this approach.
TODO list: * Finish up removing old, deprecated code (common_lib/revision_control) * More testing This was sent as pull request #95 https://github.com/autotest/autotest/pull/95 Cleber Rosa (2): Client: move git handling code from virt to the common_lib directory Virt: allow kernel installation through git to use a base repo Lucas Meneghel Rodrigues (3): server: git_kernel.py: Rewrite git kernel server class server: Remove git.py server/samples: Updating git_kernel.srv client/common_lib/git.py | 182 ++++++++++++++++++++++++++++++++++++++++ client/virt/virt_utils.py | 185 ++++++---------------------------------- server/git.py | 138 ------------------------------ server/git_kernel.py | 149 +++++++++++++-------------------- server/samples/git_kernel.srv | 98 +++++++++++++--------- server/server_job.py | 2 +- 6 files changed, 327 insertions(+), 427 deletions(-) create mode 100644 client/common_lib/git.py delete mode 100644 server/git.py -- 1.7.7.3 _______________________________________________ Autotest mailing list [email protected] http://test.kernel.org/cgi-bin/mailman/listinfo/autotest
