From patchwork Mon May 7 05:29:10 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Michael-Doyle Hudson X-Patchwork-Id: 8428 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 3CB4E23E42 for ; Mon, 7 May 2012 05:29:13 +0000 (UTC) Received: from mail-gy0-f178.google.com (mail-gh0-f178.google.com [209.85.160.178]) by fiordland.canonical.com (Postfix) with ESMTP id 04814A18690 for ; Mon, 7 May 2012 05:29:12 +0000 (UTC) Received: by ghbf1 with SMTP id f1so4808518ghb.37 for ; Sun, 06 May 2012 22:29:12 -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=jfQmufo2K3gHs5AMbXeDpB4RFr+hjGfmfPm8EMToTC4=; b=Y1zn/mG/QRf935AAHUqXMimM5wbhiVb/hEQx7IzbKasew2mUeuk6kccGRbsoXFsHwa EDBaHMyRj/+pVSdArDFsVKpT/7uCUgcyjP1YgSj7fk/8E5ICcSGhunWxicqUXKt4izEb 4PfXJaaJdHX5J7SeHvvGBlVwkeXBeDKqaEAxHKfqcU4bzsx86VApEaS8O5LFJGvAmKks 76ARfrVjib1kU08RQOLsBLOhBtb6PjPoHGXlQ7+77UBHlWGEhT891HckUS/3qvqwuold Y5e0MAwoUa181/ak6UiQK2QD4Mioi8q65bAq+7r0j+Yl4EmESlcO4wKuEF14FwcN/w4X 1o+w== Received: by 10.50.47.131 with SMTP id d3mr7548782ign.33.1336368552338; Sun, 06 May 2012 22:29:12 -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.73.147 with SMTP id q19csp103406ibj; Sun, 6 May 2012 22:29:11 -0700 (PDT) Received: by 10.180.92.9 with SMTP id ci9mr31880334wib.15.1336368551119; Sun, 06 May 2012 22:29:11 -0700 (PDT) Received: from indium.canonical.com (indium.canonical.com. [91.189.90.7]) by mx.google.com with ESMTPS id m58si5998960wee.109.2012.05.06.22.29.10 (version=TLSv1/SSLv3 cipher=OTHER); Sun, 06 May 2012 22:29: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 1SRGVS-00080L-I1 for ; Mon, 07 May 2012 05:29:10 +0000 Received: from ackee.canonical.com (localhost [127.0.0.1]) by ackee.canonical.com (Postfix) with ESMTP id 7CF0CE2993 for ; Mon, 7 May 2012 05:29: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: 281 X-Launchpad-Notification-Type: branch-revision To: Linaro Patch Tracker From: noreply@launchpad.net Subject: [Branch ~linaro-validation/lava-dispatcher/trunk] Rev 281: update the schema for add_apt_repository to match usage Message-Id: <20120507052910.12260.66525.launchpad@ackee.canonical.com> Date: Mon, 07 May 2012 05:29: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="15195"; Instance="launchpad-lazr.conf" X-Launchpad-Hash: a9ceb5d6d42421e0d201e9750ffe8650cbf0dd2b X-Gm-Message-State: ALoCoQnYZeGLI4lDiUWSed7ExkB1+I3HjsS6zpjEjRZVpDzpi6IEODFcJIXfJMpOccQKLst21/8m ------------------------------------------------------------ revno: 281 committer: Michael Hudson-Doyle branch nick: trunk timestamp: Mon 2012-05-07 17:27:30 +1200 message: update the schema for add_apt_repository to match usage 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 2012-05-06 15:58:03 +0000 +++ lava_dispatcher/actions/lava-test.py 2012-05-07 05:27:30 +0000 @@ -156,7 +156,10 @@ parameters_schema = { 'type': 'object', 'properties': { - 'arg': {'type': 'string'}, + 'arg': { + 'type': 'array', + 'items': {'type': 'string'}, + } }, 'additionalProperties': False, }