On Fri, 2010-09-24 at 09:44 -0400, Jeff Moyer wrote:

Hi,

> the git_kernel.srv sample file to use the linux-next git repo and set my
> machine configuration and custom config file.  The test fails,
> unfortunately, and that status file reads:
> 
> INFO  ----                                                 ----
> timestamp=1285335549    job_abort_reason='module' object has no
> attribute 'GitRepo'     localtime=Sep 24 06:39:09 'module' object has no
> attribute 'GitRepo'
> 
> It's not clear to me how to resolve this.  Any pointers would be greatly
> appreciated.
Sorry, right now I don't have the time to test this properly.

Otherwise, I'd submit:

diff --git a/server/git_kernel.py b/server/git_kernel.py
--- a/server/git_kernel.py
+++ b/server/git_kernel.py
@@ -17,7 +17,7 @@
     is up-to-date, if not update and then build the kernel from the git repo.
     """
     def __init__(self, repodir, giturl, weburl):
-        git.GitRepo.__init__(self, repodir, giturl, weburl)
+        git.InstallableGitRepo.__init__(self, repodir, giturl, weburl)
         self._patches = []
         self._config = None
         self._build = None

The Git integration was changed recently to have it on the server as
well as on the client side. Please, see:
http://autotest.kernel.org/changeset/4792



Bye,

        Frank

-- 
Frank Becker <[email protected]> (jabber|mail) | http://twitter.com/41i3n8
GnuPG: 0xADC29ECD | F01B 5E9C 1D09 981B 5B40 50D3 C80F 7459 ADC2 9ECD
SILC-Net: a8 | Home: http://www.alien8.de | <<</>> http://www.c3d2.de
"> Freedom is just chaos, with better lighting. <"  Alan Dean  Foster

Attachment: signature.asc
Description: This is a digitally signed message part

_______________________________________________
Autotest mailing list
[email protected]
http://test.kernel.org/cgi-bin/mailman/listinfo/autotest

Reply via email to