[openrtm-commit:02864] r3052 - trunk/OpenRTM-aist/src/ext/logger/fluentbit_stream

openrtm @ openrtm.org openrtm @ openrtm.org
2017年 10月 12日 (木) 11:27:26 JST


Author: kawauchi
Date: 2017-10-12 11:27:26 +0900 (Thu, 12 Oct 2017)
New Revision: 3052

Modified:
   trunk/OpenRTM-aist/src/ext/logger/fluentbit_stream/Makefile.am
Log:
[build] Changed to use tag source of fluent-bit. refs #4219

Modified: trunk/OpenRTM-aist/src/ext/logger/fluentbit_stream/Makefile.am
===================================================================
--- trunk/OpenRTM-aist/src/ext/logger/fluentbit_stream/Makefile.am	2017-10-03 06:10:07 UTC (rev 3051)
+++ trunk/OpenRTM-aist/src/ext/logger/fluentbit_stream/Makefile.am	2017-10-12 02:27:26 UTC (rev 3052)
@@ -34,7 +34,7 @@
 	else                              \
 		rm -rf fluent-bit;            \
 		echo "fluent-bit cloneing";   \
-		git clone --depth 1 https://github.com/fluent/fluent-bit.git; \
+		git clone --depth 1 -b v0.12.5 https://github.com/fluent/fluent-bit.git; \
 	fi; 
 
 fluent-bit-build: fluent-bit-clone



More information about the openrtm-commit mailing list