From patchwork Thu Jul 12 05:58:10 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Yongqin Liu X-Patchwork-Id: 9951 Return-Path: X-Original-To: patchwork@peony.canonical.com Delivered-To: patchwork@peony.canonical.com Received: from fiordland.canonical.com (fiordland.canonical.com [91.189.94.145]) by peony.canonical.com (Postfix) with ESMTP id C1E0C23E23 for ; Thu, 12 Jul 2012 05:58:14 +0000 (UTC) Received: from mail-gh0-f180.google.com (mail-gh0-f180.google.com [209.85.160.180]) by fiordland.canonical.com (Postfix) with ESMTP id 76AD0A1860A for ; Thu, 12 Jul 2012 05:58:14 +0000 (UTC) Received: by ghbz12 with SMTP id z12so2222927ghb.11 for ; Wed, 11 Jul 2012 22:58:14 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=x-forwarded-to:x-forwarded-for:delivered-to:received-spf :content-type:mime-version:x-launchpad-project:x-launchpad-branch :x-launchpad-message-rationale:x-launchpad-branch-revision-number :x-launchpad-notification-type:to:from:subject:message-id:date :reply-to:sender:errors-to:precedence:x-generated-by :x-launchpad-hash:x-gm-message-state; bh=6RM+wIqyVtVrQKzwRE9/IVXw4Av3KxC6rmb1koaVaNM=; b=ErrOF5ZC0mx0rGVUb8cpjxu3QhHykdJ10ahncVFYFwRwsIsLVPkLani1+Z1hbMd7u3 ydE+w/hIPEhoC8+BAMI+B+6kndY8fuictcK+KQzA3E6GhEkoKFUOOVREkhEc/CNnUqzu NEHqcuNLraiQ+XNZkQ08H5huyOYn3Wce1ft2uiZwl6MRXVnp+bMplO/kVUVtiQiy3RLa tuCK/hKcjdAu02u48enA1qEl9fPFc7WXNr6J9EdmLK+On0Vj1yPP+9mRYWDY9k5LE2h1 Au7fOJ3hIb02ib2SwBRGCP/Y1KUbw5LfKJXhgmfhllZqYUZawgUGmAzajiawb+i2E4AT QNYw== Received: by 10.50.163.99 with SMTP id yh3mr16153196igb.53.1342072693505; Wed, 11 Jul 2012 22:58:13 -0700 (PDT) X-Forwarded-To: linaro-patchwork@canonical.com X-Forwarded-For: patch@linaro.org linaro-patchwork@canonical.com Delivered-To: patches@linaro.org Received: by 10.231.241.2 with SMTP id lc2csp1484ibb; Wed, 11 Jul 2012 22:58:12 -0700 (PDT) Received: by 10.216.36.71 with SMTP id v49mr16531887wea.70.1342072691501; Wed, 11 Jul 2012 22:58:11 -0700 (PDT) Received: from indium.canonical.com (indium.canonical.com. [91.189.90.7]) by mx.google.com with ESMTPS id fc10si45623915wib.2.2012.07.11.22.58.10 (version=TLSv1/SSLv3 cipher=OTHER); Wed, 11 Jul 2012 22:58:11 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of bounces@canonical.com designates 91.189.90.7 as permitted sender) client-ip=91.189.90.7; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of bounces@canonical.com designates 91.189.90.7 as permitted sender) smtp.mail=bounces@canonical.com Received: from ackee.canonical.com ([91.189.89.26]) by indium.canonical.com with esmtp (Exim 4.71 #1 (Debian)) id 1SpCPi-00017e-Lx for ; Thu, 12 Jul 2012 05:58:10 +0000 Received: from ackee.canonical.com (localhost [127.0.0.1]) by ackee.canonical.com (Postfix) with ESMTP id 9AA2CE0180 for ; Thu, 12 Jul 2012 05:58:10 +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: 348 X-Launchpad-Notification-Type: branch-revision To: Linaro Patch Tracker From: noreply@launchpad.net Subject: [Branch ~linaro-validation/lava-dispatcher/trunk] Rev 348: fix syntax error Message-Id: <20120712055810.18754.30060.launchpad@ackee.canonical.com> Date: Thu, 12 Jul 2012 05:58:10 -0000 Reply-To: noreply@launchpad.net Sender: bounces@canonical.com Errors-To: bounces@canonical.com Precedence: bulk X-Generated-By: Launchpad (canonical.com); Revision="15593"; Instance="launchpad-lazr.conf" X-Launchpad-Hash: 3247dcdafec8063b2d92ebc629eb0020fe9e58fd X-Gm-Message-State: ALoCoQle4ht2Lhzw7fkDEDfQxf8vPo8mssbY27BCX726RsfLVVR9MVH9yrklZzeCGGMIvobJ3OBC ------------------------------------------------------------ revno: 348 committer: Yongqin Liu branch nick: lava-dispatcher timestamp: Thu 2012-07-12 13:55:34 +0800 message: fix syntax error modified: lava_dispatcher/client/master.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/client/master.py' --- lava_dispatcher/client/master.py 2012-07-10 02:23:04 +0000 +++ lava_dispatcher/client/master.py 2012-07-12 05:55:34 +0000 @@ -220,7 +220,7 @@ _deploy_tarball_to_board(session, systemtbz2, '/mnt/lava', timeout=600) if session.has_partition_with_label('userdata') and \ - session.has_partition_with_label('sdcard') and \: + session.has_partition_with_label('sdcard') and \ session.is_file_exist('/mnt/lava/system/etc/vold.fstab'): # If there is no userdata partition on the sdcard(like iMX and Origen), # then the sdcard partition will be used as the userdata partition as