From patchwork Mon May 28 04:33:12 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: 9009 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 1F44123E1B for ; Mon, 28 May 2012 04:33:15 +0000 (UTC) Received: from mail-gg0-f180.google.com (mail-gg0-f180.google.com [209.85.161.180]) by fiordland.canonical.com (Postfix) with ESMTP id D3455A18C8C for ; Mon, 28 May 2012 04:33:14 +0000 (UTC) Received: by ggnf1 with SMTP id f1so2020844ggn.11 for ; Sun, 27 May 2012 21:33: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=6OPzGV4GpePj++hI1Stbm40W3fIJcMtH9505UVgvIYM=; b=adJbUQGgpc9CxttpxIvBoIV979EcqY1rllCsKWHSLRMuccP9UpsUxWKfdfSLPmujjH R7J9fowTdIUvNZK4ShrE3ViahWwHHtlba7pgMc5sCwqu5meeBDFAChtImJ8vDs/+Iz49 XTW91aI7ycedk9vFhI8CbGdZLF7u/FBgu8SKBcurnadYsSe8/ZwapuVfwtZKVw3ORtBd 0xbuTkFTS308+WcfBTjbSSJaY8ey2DDKPt23c1LQ/yr6ETYdw6ETApQwsPVugVkt8NE+ KNpa1+DRkkks1IdJWfYLmZExf5R/puFCQ+cevVCKovzhdW+doXVrK0IwudMpFFnyvh1J 3Y6g== Received: by 10.50.195.234 with SMTP id ih10mr3611213igc.0.1338179593994; Sun, 27 May 2012 21:33: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.24.148 with SMTP id v20csp49385ibb; Sun, 27 May 2012 21:33:13 -0700 (PDT) Received: by 10.216.214.155 with SMTP id c27mr417521wep.116.1338179592817; Sun, 27 May 2012 21:33:12 -0700 (PDT) Received: from indium.canonical.com (indium.canonical.com. [91.189.90.7]) by mx.google.com with ESMTPS id h7si7604074wih.11.2012.05.27.21.33.12 (version=TLSv1/SSLv3 cipher=OTHER); Sun, 27 May 2012 21:33:12 -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 1SYrdo-00086M-7c for ; Mon, 28 May 2012 04:33:12 +0000 Received: from ackee.canonical.com (localhost [127.0.0.1]) by ackee.canonical.com (Postfix) with ESMTP id 26361E088E for ; Mon, 28 May 2012 04:33:12 +0000 (UTC) MIME-Version: 1.0 X-Launchpad-Project: lava-test X-Launchpad-Branch: ~linaro-validation/lava-test/trunk X-Launchpad-Message-Rationale: Subscriber X-Launchpad-Branch-Revision-Number: 152 X-Launchpad-Notification-Type: branch-revision To: Linaro Patch Tracker From: noreply@launchpad.net Subject: [Branch ~linaro-validation/lava-test/trunk] Rev 152: add a simple setup.cfg Message-Id: <20120528043312.27585.89002.launchpad@ackee.canonical.com> Date: Mon, 28 May 2012 04:33:12 -0000 Reply-To: noreply@launchpad.net Sender: bounces@canonical.com Errors-To: bounces@canonical.com Precedence: bulk X-Generated-By: Launchpad (canonical.com); Revision="15288"; Instance="launchpad-lazr.conf" X-Launchpad-Hash: 191c76e453f0924b25d027f522b33e48d0042fd3 X-Gm-Message-State: ALoCoQlwMJ0AJo7YVnmsGL4AvQss8hApY/e4sjg8oRaLsSHJIf4XqNOGdLHzs9PXfvt02ESPv/Px ------------------------------------------------------------ revno: 152 committer: Michael Hudson-Doyle branch nick: trunk timestamp: Mon 2012-05-28 16:28:11 +1200 message: add a simple setup.cfg added: setup.cfg modified: doc/changes.rst --- lp:lava-test https://code.launchpad.net/~linaro-validation/lava-test/trunk You are subscribed to branch lp:lava-test. To unsubscribe from this branch go to https://code.launchpad.net/~linaro-validation/lava-test/trunk/+edit-subscription === modified file 'doc/changes.rst' --- doc/changes.rst 2012-05-25 03:45:27 +0000 +++ doc/changes.rst 2012-05-28 04:28:11 +0000 @@ -7,6 +7,7 @@ =========== * Unreleased. +* Add a simple setup.cfg to work around packaging problems. .. _version_0_8: === added file 'setup.cfg' --- setup.cfg 1970-01-01 00:00:00 +0000 +++ setup.cfg 2012-05-28 04:28:11 +0000 @@ -0,0 +1,2 @@ +[upload] +sign=True