From patchwork Fri Jun 10 18:46:22 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Paul Larson X-Patchwork-Id: 1818 Return-Path: Delivered-To: unknown Received: from imap.gmail.com (74.125.45.109) by localhost6.localdomain6 with IMAP4-SSL; 10 Jun 2011 20:12:07 -0000 Delivered-To: patches@linaro.org Received: by 10.52.181.10 with SMTP id ds10cs333673vdc; Fri, 10 Jun 2011 11:46:36 -0700 (PDT) Received: by 10.216.221.200 with SMTP id r50mr2549448wep.102.1307731595347; Fri, 10 Jun 2011 11:46:35 -0700 (PDT) Received: from adelie.canonical.com (adelie.canonical.com [91.189.90.139]) by mx.google.com with ESMTP id x58si7644172wec.61.2011.06.10.11.46.34; Fri, 10 Jun 2011 11:46:35 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of bounces@canonical.com designates 91.189.90.139 as permitted sender) client-ip=91.189.90.139; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of bounces@canonical.com designates 91.189.90.139 as permitted sender) smtp.mail=bounces@canonical.com Received: from loganberry.canonical.com ([91.189.90.37]) by adelie.canonical.com with esmtp (Exim 4.71 #1 (Debian)) id 1QV6j3-0001bi-94 for ; Fri, 10 Jun 2011 18:46:33 +0000 Received: from loganberry.canonical.com (localhost [127.0.0.1]) by loganberry.canonical.com (Postfix) with ESMTP id DA89C2E8955 for ; Fri, 10 Jun 2011 18:46:22 +0000 (UTC) MIME-Version: 1.0 X-Launchpad-Project: lava-dispatcher X-Launchpad-Branch: ~linaro-validation/lava-dispatcher/trunk X-Launchpad-Message-Rationale: Subscriber X-Launchpad-Branch-Revision-Number: 64 X-Launchpad-Notification-Type: branch-revision To: Linaro Patch Tracker From: noreply@launchpad.net Subject: [Branch ~linaro-validation/lava-dispatcher/trunk] Rev 64: install usbutils with lava-test Message-Id: <20110610184622.19795.27151.launchpad@loganberry.canonical.com> Date: Fri, 10 Jun 2011 18:46:22 -0000 Reply-To: noreply@launchpad.net Sender: bounces@canonical.com Errors-To: bounces@canonical.com Precedence: bulk X-Generated-By: Launchpad (canonical.com); Revision="13175"; Instance="initZopeless config overlay" X-Launchpad-Hash: 2b8cefeb76bca52ac727f0a12545cd14aa47812e ------------------------------------------------------------ revno: 64 committer: Paul Larson branch nick: lava-dispatcher timestamp: Fri 2011-06-10 13:45:47 -0500 message: install usbutils with lava-test modified: lava/dispatcher/actions/lava-test.py --- lp:lava-dispatcher https://code.launchpad.net/~linaro-validation/lava-dispatcher/trunk You are subscribed to branch lp:lava-dispatcher. To unsubscribe from this branch go to https://code.launchpad.net/~linaro-validation/lava-dispatcher/trunk/+edit-subscription === modified file 'lava/dispatcher/actions/lava-test.py' --- lava/dispatcher/actions/lava-test.py 2011-06-10 14:52:59 +0000 +++ lava/dispatcher/actions/lava-test.py 2011-06-10 18:45:47 +0000 @@ -52,7 +52,7 @@ response = MASTER_STR) #Install necessary packages for build lava-test client.run_shell_command( - 'chroot /mnt/root apt-get -y install bzr python-apt python-distutils-extra', + 'chroot /mnt/root apt-get -y install bzr usbutils python-apt python-distutils-extra', response = MASTER_STR, timeout=2400) client.run_shell_command( 'chroot /mnt/root bzr branch lp:lava-test',