From 8dac482323f1f42a640f61f67337799f7ce99f10 Mon Sep 17 00:00:00 2001 From: Ivan Tyagov Date: Mon, 17 Aug 2015 15:39:22 +0300 Subject: [PATCH] Disable fluentd due to really bad rubygems. --- software/wendelin/software.cfg | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/software/wendelin/software.cfg b/software/wendelin/software.cfg index 4a12fe18fb..a82d9e1d7b 100644 --- a/software/wendelin/software.cfg +++ b/software/wendelin/software.cfg @@ -2,7 +2,7 @@ versions = versions extends = ../../software/ipython_notebook/software.cfg - ../../component/fluentd/buildout.cfg +# ../../component/fluentd/buildout.cfg ../../component/matplotlib/buildout.cfg ../../component/ipython/buildout.cfg ../../component/pandas/buildout.cfg @@ -20,7 +20,7 @@ parts += ipython wendelin.core matplotlib - fluentd +# fluentd ipython_notebook [eggs] -- 2.25.1