public inbox for kvm@vger.kernel.org
 help / color / mirror / Atom feed
From: Lucas Meneghel Rodrigues <lmr@redhat.com>
To: autotest@test.kernel.org
Cc: kvm@vger.kernel.org
Subject: [PATCH 4/4] mirror.config-sample: Fixing undefined variable error
Date: Fri,  6 May 2011 19:24:14 -0300	[thread overview]
Message-ID: <1304720654-3724-4-git-send-email-lmr@redhat.com> (raw)
In-Reply-To: <1304720654-3724-1-git-send-email-lmr@redhat.com>

Signed-off-by: Lucas Meneghel Rodrigues <lmr@redhat.com>
---
 client/profilers/ftrace/ftrace.py |    1 +
 mirror/config-sample.py           |    4 ++--
 2 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/client/profilers/ftrace/ftrace.py b/client/profilers/ftrace/ftrace.py
index dd13fff..03c9d84 100644
--- a/client/profilers/ftrace/ftrace.py
+++ b/client/profilers/ftrace/ftrace.py
@@ -5,6 +5,7 @@ Function tracer profiler for autotest.
 """
 import logging, os, signal, time
 from autotest_lib.client.bin import profiler, utils
+from autotest_lib.client.common_lib import error
 
 
 class ftrace(profiler.profiler):
diff --git a/mirror/config-sample.py b/mirror/config-sample.py
index 29e215f..7788aa2 100644
--- a/mirror/config-sample.py
+++ b/mirror/config-sample.py
@@ -88,5 +88,5 @@ _tests_map = {
 
 # now register some trigger actions otherwise nothing will be done for the new
 # kernel versions
-trigger.add_action(trigger_module.map_action(_tests_map, 'kerntest-%s'))
-trigger.add_action(trigger_module.email_action('test@test.com'))
+trigger_module.trigger.add_action(trigger_module.map_action(_tests_map, 'kerntest-%s'))
+trigger_module.trigger.add_action(trigger_module.email_action('test@test.com'))
-- 
1.7.5

      parent reply	other threads:[~2011-05-06 22:24 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-05-06 22:24 [PATCH 1/4] frontend.shared.rest_client: Fix reference to an undefined variable Lucas Meneghel Rodrigues
2011-05-06 22:24 ` [PATCH 2/4] frontend.afe.models: Fixing undefined variable error Lucas Meneghel Rodrigues
2011-05-06 22:24 ` [PATCH 3/4] frontend.afe.resources: " Lucas Meneghel Rodrigues
2011-05-06 22:24 ` Lucas Meneghel Rodrigues [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1304720654-3724-4-git-send-email-lmr@redhat.com \
    --to=lmr@redhat.com \
    --cc=autotest@test.kernel.org \
    --cc=kvm@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox