From patchwork Fri Mar 2 03:14:11 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: 7045 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 287372447B for ; Fri, 2 Mar 2012 03:14:14 +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 E5FD4A18446 for ; Fri, 2 Mar 2012 03:14:13 +0000 (UTC) Received: by iage36 with SMTP id e36so2311364iag.11 for ; Thu, 01 Mar 2012 19:14:13 -0800 (PST) Received: from mr.google.com ([10.50.170.41]) by 10.50.170.41 with SMTP id aj9mr414396igc.0.1330658053460 (num_hops = 1); Thu, 01 Mar 2012 19:14:13 -0800 (PST) Received: by 10.50.170.41 with SMTP id aj9mr344785igc.0.1330658053418; Thu, 01 Mar 2012 19:14:13 -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.53.18 with SMTP id k18csp292ibg; Thu, 1 Mar 2012 19:14:12 -0800 (PST) Received: by 10.180.88.164 with SMTP id bh4mr771809wib.22.1330658051865; Thu, 01 Mar 2012 19:14:11 -0800 (PST) Received: from indium.canonical.com (indium.canonical.com. [91.189.90.7]) by mx.google.com with ESMTPS id s26si3177865weq.87.2012.03.01.19.14.11 (version=TLSv1/SSLv3 cipher=OTHER); Thu, 01 Mar 2012 19:14:11 -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 1S3Iwd-0006kn-7C for ; Fri, 02 Mar 2012 03:14:11 +0000 Received: from ackee.canonical.com (localhost [127.0.0.1]) by ackee.canonical.com (Postfix) with ESMTP id 2B823E14C8 for ; Fri, 2 Mar 2012 03:14:11 +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: 239 X-Launchpad-Notification-Type: branch-revision To: Linaro Patch Tracker From: noreply@launchpad.net Subject: [Branch ~linaro-validation/lava-dispatcher/trunk] Rev 239: version bump & changes Message-Id: <20120302031411.2848.33648.launchpad@ackee.canonical.com> Date: Fri, 02 Mar 2012 03:14:11 -0000 Reply-To: noreply@launchpad.net Sender: bounces@canonical.com Errors-To: bounces@canonical.com Precedence: bulk X-Generated-By: Launchpad (canonical.com); Revision="14886"; Instance="launchpad-lazr.conf" X-Launchpad-Hash: 0fcb0ff0729706709f9a0e43608b9b258d40dc61 X-Gm-Message-State: ALoCoQkFLxQzFrfuiVePIv37lPiVPBjAljJfxXW3yvjke/VwM+Cv6ir7v7UoW4lZXJfrb+V/X5BY ------------------------------------------------------------ revno: 239 tags: release-0.5.6 committer: Michael Hudson-Doyle branch nick: trunk timestamp: Fri 2012-03-02 16:12:54 +1300 message: version bump & changes 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-02-16 01:36:49 +0000 +++ doc/changes.rst 2012-03-02 03:12:54 +0000 @@ -1,6 +1,19 @@ Version History *************** +.. _version_0_5_6: + +Version 0.5.6 +============= + +* by default, a shell command run on the board that fails will now + fail the job. +* combine submit_results and submit_results_on_host into one action, + although both action names are still supported. +* allow deployment from a compressed image file +* add support for optionally including a job id in the process name as + seen by top + .. _version_0_5_5: Version 0.5.5 === modified file 'lava_dispatcher/__init__.py' --- lava_dispatcher/__init__.py 2012-02-16 01:36:49 +0000 +++ lava_dispatcher/__init__.py 2012-03-02 03:12:54 +0000 @@ -18,4 +18,4 @@ # along # with this program; if not, see . -__version__ = (0, 5, 5, "final", 0) +__version__ = (0, 5, 6, "final", 0)