From ec73105611d055676afaac7217504c0c7cc4b5ba Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Erik=20Hedenstr=C3=B6m?= <erik@codemate.se>
Date: Sun, 16 Mar 2014 23:31:54 +0100
Subject: [PATCH] Pinned rebar to version 2.2.0. Newer versions disable
 recursion per default.

---
 install/41_rebar.sh | 1 +
 1 file changed, 1 insertion(+)

diff --git a/install/41_rebar.sh b/install/41_rebar.sh
index 350be4b..f215368 100755
--- a/install/41_rebar.sh
+++ b/install/41_rebar.sh
@@ -8,6 +8,7 @@ cd $JENKINS_HOME/tools
 
 git clone git://github.com/rebar/rebar.git
 cd rebar
+git checkout tags/2.2.0
 ./bootstrap
 mkdir bin
 mv rebar bin
-- 
GitLab