From patchwork Wed Aug 17 21:42:10 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Michael-Doyle Hudson X-Patchwork-Id: 3493 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 7963723F41 for ; Wed, 17 Aug 2011 21:42:14 +0000 (UTC) Received: from mail-ew0-f52.google.com (mail-ew0-f52.google.com [209.85.215.52]) by fiordland.canonical.com (Postfix) with ESMTP id EBDBBA1814D for ; Wed, 17 Aug 2011 21:42:12 +0000 (UTC) Received: by ewy28 with SMTP id 28so766821ewy.11 for ; Wed, 17 Aug 2011 14:42:12 -0700 (PDT) Received: by 10.213.14.67 with SMTP id f3mr1495576eba.56.1313617332637; Wed, 17 Aug 2011 14:42: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.213.102.5 with SMTP id e5cs44653ebo; Wed, 17 Aug 2011 14:42:12 -0700 (PDT) Received: by 10.227.10.73 with SMTP id o9mr1291924wbo.6.1313617331876; Wed, 17 Aug 2011 14:42:11 -0700 (PDT) Received: from indium.canonical.com (indium.canonical.com [91.189.90.7]) by mx.google.com with ESMTPS id ek12si4011803wbb.109.2011.08.17.14.42.11 (version=TLSv1/SSLv3 cipher=OTHER); Wed, 17 Aug 2011 14:42: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 1QtnsI-0005q8-UL for ; Wed, 17 Aug 2011 21:42:10 +0000 Received: from ackee.canonical.com (localhost [127.0.0.1]) by ackee.canonical.com (Postfix) with ESMTP id D33C2E0990 for ; Wed, 17 Aug 2011 21:42:10 +0000 (UTC) MIME-Version: 1.0 X-Launchpad-Project: lava-scheduler X-Launchpad-Branch: ~linaro-validation/lava-scheduler/trunk X-Launchpad-Message-Rationale: Subscriber X-Launchpad-Branch-Revision-Number: 62 X-Launchpad-Notification-Type: branch-revision To: Linaro Patch Tracker From: noreply@launchpad.net Subject: [Branch ~linaro-validation/lava-scheduler/trunk] Rev 62: add setup.cfg Message-Id: <20110817214210.14034.56624.launchpad@ackee.canonical.com> Date: Wed, 17 Aug 2011 21:42: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="13697"; Instance="initZopeless config overlay" X-Launchpad-Hash: 1854fc02c3e3191ea886130cda439305e876c5d4 ------------------------------------------------------------ revno: 62 committer: Michael-Doyle Hudson branch nick: trunk timestamp: Thu 2011-08-18 09:37:36 +1200 message: add setup.cfg added: setup.cfg --- lp:lava-scheduler https://code.launchpad.net/~linaro-validation/lava-scheduler/trunk You are subscribed to branch lp:lava-scheduler. To unsubscribe from this branch go to https://code.launchpad.net/~linaro-validation/lava-scheduler/trunk/+edit-subscription === added file 'setup.cfg' --- setup.cfg 1970-01-01 00:00:00 +0000 +++ setup.cfg 2011-08-17 21:37:36 +0000 @@ -0,0 +1,2 @@ +[upload] +sign=True