Return-Path: X-Original-To: apmail-brooklyn-commits-archive@minotaur.apache.org Delivered-To: apmail-brooklyn-commits-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id D05FB18B9B for ; Mon, 7 Mar 2016 08:46:53 +0000 (UTC) Received: (qmail 82677 invoked by uid 500); 7 Mar 2016 08:46:53 -0000 Delivered-To: apmail-brooklyn-commits-archive@brooklyn.apache.org Received: (qmail 82617 invoked by uid 500); 7 Mar 2016 08:46:53 -0000 Mailing-List: contact commits-help@brooklyn.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@brooklyn.apache.org Delivered-To: mailing list commits@brooklyn.apache.org Received: (qmail 82571 invoked by uid 99); 7 Mar 2016 08:46:53 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 07 Mar 2016 08:46:53 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 68547E00E5; Mon, 7 Mar 2016 08:46:53 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: heneveld@apache.org To: commits@brooklyn.apache.org Date: Mon, 07 Mar 2016 08:47:00 -0000 Message-Id: <7d15f3fced9c48ea92bd67dc45a29bda@git.apache.org> In-Reply-To: References: X-Mailer: ASF-Git Admin Mailer Subject: [8/8] brooklyn-server git commit: This closes #47 This closes #47 Project: http://git-wip-us.apache.org/repos/asf/brooklyn-server/repo Commit: http://git-wip-us.apache.org/repos/asf/brooklyn-server/commit/1f159328 Tree: http://git-wip-us.apache.org/repos/asf/brooklyn-server/tree/1f159328 Diff: http://git-wip-us.apache.org/repos/asf/brooklyn-server/diff/1f159328 Branch: refs/heads/master Commit: 1f1593289cfd7af1ad6128db181fd2338e5aace6 Parents: b7a9596 a281feb Author: Alex Heneveld Authored: Mon Mar 7 08:46:43 2016 +0000 Committer: Alex Heneveld Committed: Mon Mar 7 08:46:43 2016 +0000 ---------------------------------------------------------------------- .../core/catalog/internal/BasicBrooklynCatalog.java | 2 +- .../base/AbstractSoftwareProcessSshDriver.java | 1 + .../base/VanillaSoftwareProcessSshDriver.java | 1 - .../base/lifecycle/MachineLifecycleEffectorTasks.java | 2 +- .../entity/software/base/lifecycle/ScriptHelper.java | 14 ++++++++------ 5 files changed, 11 insertions(+), 9 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/brooklyn-server/blob/1f159328/software/base/src/main/java/org/apache/brooklyn/entity/software/base/lifecycle/ScriptHelper.java ----------------------------------------------------------------------