You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@activemq.apache.org by cl...@apache.org on 2016/08/10 15:10:27 UTC

[1/2] activemq-artemis git commit: This closes #709

Repository: activemq-artemis
Updated Branches:
  refs/heads/master 79d3b9319 -> 6a0d04f08


This closes #709


Project: http://git-wip-us.apache.org/repos/asf/activemq-artemis/repo
Commit: http://git-wip-us.apache.org/repos/asf/activemq-artemis/commit/6a0d04f0
Tree: http://git-wip-us.apache.org/repos/asf/activemq-artemis/tree/6a0d04f0
Diff: http://git-wip-us.apache.org/repos/asf/activemq-artemis/diff/6a0d04f0

Branch: refs/heads/master
Commit: 6a0d04f08601f79a903976dea3484949e816a098
Parents: 79d3b93 9b2294c
Author: Clebert Suconic <cl...@apache.org>
Authored: Wed Aug 10 11:10:12 2016 -0400
Committer: Clebert Suconic <cl...@apache.org>
Committed: Wed Aug 10 11:10:12 2016 -0400

----------------------------------------------------------------------
 .../resources/org/apache/activemq/artemis/cli/commands/bin/artemis | 2 +-
 .../org/apache/activemq/artemis/cli/commands/bin/artemis-service   | 2 +-
 artemis-distribution/src/main/resources/bin/artemis                | 2 +-
 artemis-distribution/src/test/scripts/installHome.sh               | 2 +-
 artemis-distribution/src/test/scripts/run-examples.sh              | 2 +-
 artemis-distribution/src/test/scripts/run-standard-examples.sh     | 2 +-
 artemis-distribution/src/test/scripts/validate-spaces.sh           | 2 +-
 7 files changed, 7 insertions(+), 7 deletions(-)
----------------------------------------------------------------------



[2/2] activemq-artemis git commit: ARTEMIS-672 Use sh not bash in scripts

Posted by cl...@apache.org.
ARTEMIS-672 Use sh not bash in scripts


Project: http://git-wip-us.apache.org/repos/asf/activemq-artemis/repo
Commit: http://git-wip-us.apache.org/repos/asf/activemq-artemis/commit/9b2294ca
Tree: http://git-wip-us.apache.org/repos/asf/activemq-artemis/tree/9b2294ca
Diff: http://git-wip-us.apache.org/repos/asf/activemq-artemis/diff/9b2294ca

Branch: refs/heads/master
Commit: 9b2294ca27aa3f23370adab9e21a847ae8d70bb6
Parents: 79d3b93
Author: Martyn Taylor <mt...@redhat.com>
Authored: Tue Aug 9 11:38:57 2016 +0100
Committer: Clebert Suconic <cl...@apache.org>
Committed: Wed Aug 10 11:10:12 2016 -0400

----------------------------------------------------------------------
 .../resources/org/apache/activemq/artemis/cli/commands/bin/artemis | 2 +-
 .../org/apache/activemq/artemis/cli/commands/bin/artemis-service   | 2 +-
 artemis-distribution/src/main/resources/bin/artemis                | 2 +-
 artemis-distribution/src/test/scripts/installHome.sh               | 2 +-
 artemis-distribution/src/test/scripts/run-examples.sh              | 2 +-
 artemis-distribution/src/test/scripts/run-standard-examples.sh     | 2 +-
 artemis-distribution/src/test/scripts/validate-spaces.sh           | 2 +-
 7 files changed, 7 insertions(+), 7 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/activemq-artemis/blob/9b2294ca/artemis-cli/src/main/resources/org/apache/activemq/artemis/cli/commands/bin/artemis
----------------------------------------------------------------------
diff --git a/artemis-cli/src/main/resources/org/apache/activemq/artemis/cli/commands/bin/artemis b/artemis-cli/src/main/resources/org/apache/activemq/artemis/cli/commands/bin/artemis
index 554f02a..b21e8c8 100755
--- a/artemis-cli/src/main/resources/org/apache/activemq/artemis/cli/commands/bin/artemis
+++ b/artemis-cli/src/main/resources/org/apache/activemq/artemis/cli/commands/bin/artemis
@@ -1,4 +1,4 @@
-#!/usr/bin/env bash
+#!/usr/bin/env sh
 # Licensed to the Apache Software Foundation (ASF) under one
 # or more contributor license agreements.  See the NOTICE file
 # distributed with this work for additional information

http://git-wip-us.apache.org/repos/asf/activemq-artemis/blob/9b2294ca/artemis-cli/src/main/resources/org/apache/activemq/artemis/cli/commands/bin/artemis-service
----------------------------------------------------------------------
diff --git a/artemis-cli/src/main/resources/org/apache/activemq/artemis/cli/commands/bin/artemis-service b/artemis-cli/src/main/resources/org/apache/activemq/artemis/cli/commands/bin/artemis-service
index af384b9..491f881 100755
--- a/artemis-cli/src/main/resources/org/apache/activemq/artemis/cli/commands/bin/artemis-service
+++ b/artemis-cli/src/main/resources/org/apache/activemq/artemis/cli/commands/bin/artemis-service
@@ -1,4 +1,4 @@
-#!/usr/bin/env bash
+#!/usr/bin/env sh
 # Licensed to the Apache Software Foundation (ASF) under one
 # or more contributor license agreements.  See the NOTICE file
 # distributed with this work for additional information

http://git-wip-us.apache.org/repos/asf/activemq-artemis/blob/9b2294ca/artemis-distribution/src/main/resources/bin/artemis
----------------------------------------------------------------------
diff --git a/artemis-distribution/src/main/resources/bin/artemis b/artemis-distribution/src/main/resources/bin/artemis
index 4dbfd10..43f70a9 100755
--- a/artemis-distribution/src/main/resources/bin/artemis
+++ b/artemis-distribution/src/main/resources/bin/artemis
@@ -1,4 +1,4 @@
-#!/usr/bin/env bash
+#!/usr/bin/env sh
 # Licensed to the Apache Software Foundation (ASF) under one
 # or more contributor license agreements.  See the NOTICE file
 # distributed with this work for additional information

http://git-wip-us.apache.org/repos/asf/activemq-artemis/blob/9b2294ca/artemis-distribution/src/test/scripts/installHome.sh
----------------------------------------------------------------------
diff --git a/artemis-distribution/src/test/scripts/installHome.sh b/artemis-distribution/src/test/scripts/installHome.sh
index 41a877c..7cc28e6 100755
--- a/artemis-distribution/src/test/scripts/installHome.sh
+++ b/artemis-distribution/src/test/scripts/installHome.sh
@@ -1,4 +1,4 @@
-#!/usr/bin/env bash
+#!/usr/bin/env sh
 # Licensed to the Apache Software Foundation (ASF) under one
 # or more contributor license agreements.  See the NOTICE file
 # distributed with this work for additional information

http://git-wip-us.apache.org/repos/asf/activemq-artemis/blob/9b2294ca/artemis-distribution/src/test/scripts/run-examples.sh
----------------------------------------------------------------------
diff --git a/artemis-distribution/src/test/scripts/run-examples.sh b/artemis-distribution/src/test/scripts/run-examples.sh
index cf728ec..b97caf6 100755
--- a/artemis-distribution/src/test/scripts/run-examples.sh
+++ b/artemis-distribution/src/test/scripts/run-examples.sh
@@ -1,4 +1,4 @@
-#!/usr/bin/env bash
+#!/usr/bin/env sh
 # Licensed to the Apache Software Foundation (ASF) under one
 # or more contributor license agreements.  See the NOTICE file
 # distributed with this work for additional information

http://git-wip-us.apache.org/repos/asf/activemq-artemis/blob/9b2294ca/artemis-distribution/src/test/scripts/run-standard-examples.sh
----------------------------------------------------------------------
diff --git a/artemis-distribution/src/test/scripts/run-standard-examples.sh b/artemis-distribution/src/test/scripts/run-standard-examples.sh
index 5ea9757..86705a7 100755
--- a/artemis-distribution/src/test/scripts/run-standard-examples.sh
+++ b/artemis-distribution/src/test/scripts/run-standard-examples.sh
@@ -1,4 +1,4 @@
-#!/usr/bin/env bash
+#!/usr/bin/env sh
 # Licensed to the Apache Software Foundation (ASF) under one
 # or more contributor license agreements.  See the NOTICE file
 # distributed with this work for additional information

http://git-wip-us.apache.org/repos/asf/activemq-artemis/blob/9b2294ca/artemis-distribution/src/test/scripts/validate-spaces.sh
----------------------------------------------------------------------
diff --git a/artemis-distribution/src/test/scripts/validate-spaces.sh b/artemis-distribution/src/test/scripts/validate-spaces.sh
index d53b70f..97b5528 100755
--- a/artemis-distribution/src/test/scripts/validate-spaces.sh
+++ b/artemis-distribution/src/test/scripts/validate-spaces.sh
@@ -1,4 +1,4 @@
-#!/usr/bin/env bash
+#!/usr/bin/env sh
 # Licensed to the Apache Software Foundation (ASF) under one
 # or more contributor license agreements.  See the NOTICE file
 # distributed with this work for additional information