You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@brooklyn.apache.org by ji...@apache.org on 2014/12/22 19:39:40 UTC

[1/2] incubator-brooklyn git commit: base isn't always in /bin

Repository: incubator-brooklyn
Updated Branches:
  refs/heads/master c97eaae20 -> d57521c59


base isn't always in /bin


Project: http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/commit/b20f45fb
Tree: http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/tree/b20f45fb
Diff: http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/diff/b20f45fb

Branch: refs/heads/master
Commit: b20f45fbbc05950b27004b922182b3390fa7a727
Parents: 1d32eb2
Author: Jim Jagielski <ji...@gmail.com>
Authored: Mon Dec 22 13:37:09 2014 -0500
Committer: Jim Jagielski <ji...@gmail.com>
Committed: Mon Dec 22 13:37:09 2014 -0500

----------------------------------------------------------------------
 brooklyn-install.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/blob/b20f45fb/brooklyn-install.sh
----------------------------------------------------------------------
diff --git a/brooklyn-install.sh b/brooklyn-install.sh
index b28984b..95e614a 100755
--- a/brooklyn-install.sh
+++ b/brooklyn-install.sh
@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/usr/bin/env bash
 #
 # Licensed to the Apache Software Foundation (ASF) under one or more
 # contributor license agreements.  See the NOTICE file distributed with


[2/2] incubator-brooklyn git commit: Merge branch 'master' of https://git-wip-us.apache.org/repos/asf/incubator-brooklyn

Posted by ji...@apache.org.
Merge branch 'master' of https://git-wip-us.apache.org/repos/asf/incubator-brooklyn


Project: http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/commit/d57521c5
Tree: http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/tree/d57521c5
Diff: http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/diff/d57521c5

Branch: refs/heads/master
Commit: d57521c5936fc6536c5cba43d37342577b1d04da
Parents: b20f45f c97eaae
Author: Jim Jagielski <ji...@gmail.com>
Authored: Mon Dec 22 13:39:19 2014 -0500
Committer: Jim Jagielski <ji...@gmail.com>
Committed: Mon Dec 22 13:39:19 2014 -0500

----------------------------------------------------------------------
 docs/_config.yml                   | 2 ++
 docs/_plugins/brooklyn_metadata.rb | 9 +++++++++
 2 files changed, 11 insertions(+)
----------------------------------------------------------------------