From patchwork Tue Feb 7 18:57:12 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Zygmunt Krynicki X-Patchwork-Id: 6681 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 967AB23E16 for ; Tue, 7 Feb 2012 18:57:15 +0000 (UTC) Received: from mail-iy0-f180.google.com (mail-iy0-f180.google.com [209.85.210.180]) by fiordland.canonical.com (Postfix) with ESMTP id 5F2BCA18766 for ; Tue, 7 Feb 2012 18:57:15 +0000 (UTC) Received: by iabz7 with SMTP id z7so14141162iab.11 for ; Tue, 07 Feb 2012 10:57:14 -0800 (PST) Received: by 10.50.15.231 with SMTP id a7mr28256459igd.8.1328641034863; Tue, 07 Feb 2012 10:57:14 -0800 (PST) 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.169.210 with SMTP id a18cs133518ibz; Tue, 7 Feb 2012 10:57:14 -0800 (PST) Received: by 10.180.108.232 with SMTP id hn8mr36108674wib.16.1328641033319; Tue, 07 Feb 2012 10:57:13 -0800 (PST) Received: from indium.canonical.com (indium.canonical.com. [91.189.90.7]) by mx.google.com with ESMTPS id gg5si14753213wib.41.2012.02.07.10.57.12 (version=TLSv1/SSLv3 cipher=OTHER); Tue, 07 Feb 2012 10:57:13 -0800 (PST) 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 1RuqE4-00078A-QS for ; Tue, 07 Feb 2012 18:57:12 +0000 Received: from ackee.canonical.com (localhost [127.0.0.1]) by ackee.canonical.com (Postfix) with ESMTP id BEDD6E032C for ; Tue, 7 Feb 2012 18:57:12 +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: 220 X-Launchpad-Notification-Type: branch-revision To: Linaro Patch Tracker From: noreply@launchpad.net Subject: [Branch ~linaro-validation/lava-dispatcher/trunk] Rev 220: Add setup.cfg that makes releases signed Message-Id: <20120207185712.28900.96039.launchpad@ackee.canonical.com> Date: Tue, 07 Feb 2012 18:57: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="14747"; Instance="launchpad-lazr.conf" X-Launchpad-Hash: 43f4241a4eebbea622102fba771b552719f08e4d ------------------------------------------------------------ revno: 220 committer: Zygmunt Krynicki branch nick: trunk timestamp: Tue 2012-02-07 19:54:49 +0100 message: Add setup.cfg that makes releases signed added: setup.cfg --- 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 === added file 'setup.cfg' --- setup.cfg 1970-01-01 00:00:00 +0000 +++ setup.cfg 2012-02-07 18:54:49 +0000 @@ -0,0 +1,2 @@ +[upload] +sign=True