From patchwork Fri Jan 27 03:36:13 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Paul Larson X-Patchwork-Id: 6420 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 4D15E23E16 for ; Fri, 27 Jan 2012 03:36:15 +0000 (UTC) Received: from mail-bk0-f52.google.com (mail-bk0-f52.google.com [209.85.214.52]) by fiordland.canonical.com (Postfix) with ESMTP id 36DDBA1841F for ; Fri, 27 Jan 2012 03:36:15 +0000 (UTC) Received: by bkar19 with SMTP id r19so1407476bka.11 for ; Thu, 26 Jan 2012 19:36:15 -0800 (PST) Received: by 10.205.127.17 with SMTP id gy17mr2195698bkc.110.1327635374850; Thu, 26 Jan 2012 19:36: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.204.130.220 with SMTP id u28cs59760bks; Thu, 26 Jan 2012 19:36:14 -0800 (PST) Received: by 10.180.92.73 with SMTP id ck9mr8129799wib.2.1327635374252; Thu, 26 Jan 2012 19:36:14 -0800 (PST) Received: from indium.canonical.com (indium.canonical.com. [91.189.90.7]) by mx.google.com with ESMTPS id r37si5284672weq.32.2012.01.26.19.36.14 (version=TLSv1/SSLv3 cipher=OTHER); Thu, 26 Jan 2012 19:36:14 -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 1Rqcbm-00062p-0I for ; Fri, 27 Jan 2012 03:36:14 +0000 Received: from ackee.canonical.com (localhost [127.0.0.1]) by ackee.canonical.com (Postfix) with ESMTP id EC1BCE01FE for ; Fri, 27 Jan 2012 03:36:13 +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: 208 X-Launchpad-Notification-Type: branch-revision To: Linaro Patch Tracker From: noreply@launchpad.net Subject: [Branch ~linaro-validation/lava-dispatcher/trunk] Rev 208: release 0.4.5 Message-Id: <20120127033613.17148.88303.launchpad@ackee.canonical.com> Date: Fri, 27 Jan 2012 03:36:13 -0000 Reply-To: noreply@launchpad.net Sender: bounces@canonical.com Errors-To: bounces@canonical.com Precedence: bulk X-Generated-By: Launchpad (canonical.com); Revision="14727"; Instance="launchpad-lazr.conf" X-Launchpad-Hash: eeff415446c8466f97d3505c18de4d12bb0b190e ------------------------------------------------------------ revno: 208 tags: release-0.4.5 committer: Paul Larson branch nick: lava-dispatcher timestamp: Thu 2012-01-26 21:34:40 -0600 message: release 0.4.5 modified: doc/changes.rst lava_dispatcher/__init__.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 'doc/changes.rst' --- doc/changes.rst 2012-01-26 04:02:22 +0000 +++ doc/changes.rst 2012-01-27 03:34:40 +0000 @@ -1,13 +1,21 @@ Version History *************** -.. _version_0_4.4: +.. _version_0_4_5: + +Version 0.4.5 +================================ +* extend lmc timeout to 24 hours +* retry until timeout for getting results +* pass on timeout in PrefixCommandRunner.run + +.. _version_0_4_4: Version 0.4.4 ================================ * Fix an issue with linaro-media-create timing out prematurely -.. _version_0_4.3: +.. _version_0_4_3: Version 0.4.3 ================================ @@ -15,7 +23,7 @@ * Fix userdata deployment for origen and mx53 * Fix missing piece for errno 17 on deployment (bug #897918) -.. _version_0_4.2: +.. _version_0_4_2: Version 0.4.2(Milestone 2012.01) ================================ @@ -27,7 +35,7 @@ * Better cleanup of temporary images if deployment fails * Bug fixes: #905457, #906772. -.. _version_0_4.1: +.. _version_0_4_1: Version 0.4.1(Milestone 11.12) ============================== === modified file 'lava_dispatcher/__init__.py' --- lava_dispatcher/__init__.py 2012-01-26 04:02:22 +0000 +++ lava_dispatcher/__init__.py 2012-01-27 03:34:40 +0000 @@ -18,4 +18,4 @@ # along # with this program; if not, see . -__version__ = (0, 4, 4, "final", 0) +__version__ = (0, 4, 5, "final", 0)