On Fri, 2010-09-24 at 13:17 -0400, Jeff Moyer wrote: > Here's the git_kernel.srv I'm using: > > repodir = '/tmp/kvm' > giturl = 'git://git.kernel.org/pub/scm/linux/kernel/git/sfr/linux-next.git' > weburl = > 'http://git.kernel.org/?p=linux/kernel/git/sfr/linux-next.git;a=summary'
^ Just noticed that you are providing a weburl, that's not necessary anymore, I made the code raise a deprecation warning in case someone provides this parameter even. > kconfig = 'http://people.redhat.com/~jmoyer/slayer.config' > myhostname = 'slayer.lab.bos.redhat.com' > kernel = git_kernel.GitKernel(repodir, giturl, weburl) > h = hosts.create_host(myhostname) > kernel.get() > print kernel.get_local_head() > kernel.configure(kconfig) > kernel.install(h) > > # add kernel to remote host bootloader, set up next boot entry > h.bootloader.boot_once('autotest') > > So, how do I get past this? ^ After the fixes I made your control file should work just fine. > Cheers, > Jeff > _______________________________________________ > Autotest mailing list > [email protected] > http://test.kernel.org/cgi-bin/mailman/listinfo/autotest _______________________________________________ Autotest mailing list [email protected] http://test.kernel.org/cgi-bin/mailman/listinfo/autotest
