From e299bf0d0b6b76150a01e17ee976559c21c4395b Mon Sep 17 00:00:00 2001 From: Alexander Shavelev Date: Wed, 27 Apr 2016 11:22:55 +0300 Subject: [PATCH 01/15] add erlang 18 add erlang 18 --- icontrol/rebar.config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/icontrol/rebar.config b/icontrol/rebar.config index 29abaa3..6021e82 100644 --- a/icontrol/rebar.config +++ b/icontrol/rebar.config @@ -1,4 +1,4 @@ -{require_otp_vsn, "R1[456]B|17"}. +{require_otp_vsn, "R1[456]B|17|18"}. {erl_opts, [fail_on_warning, From c44354c1e55bd82ca1da85dd8bf6cffd055ab692 Mon Sep 17 00:00:00 2001 From: Alexander Shavelev Date: Wed, 27 Apr 2016 11:23:32 +0300 Subject: [PATCH 02/15] add erlang 18 add erlang 18 --- net_observer/rebar.config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net_observer/rebar.config b/net_observer/rebar.config index 7be9ea2..10dfe1a 100644 --- a/net_observer/rebar.config +++ b/net_observer/rebar.config @@ -1,4 +1,4 @@ -{require_otp_vsn, "R1[456]B|17"}. +{require_otp_vsn, "R1[456]B|17|18"}. {erl_opts, [fail_on_warning, From 55ae08519add3ad4485bcb9184f5cb5211492bb7 Mon Sep 17 00:00:00 2001 From: Alexander Shavelev Date: Wed, 27 Apr 2016 11:23:50 +0300 Subject: [PATCH 03/15] add erlang 18 add erlang 18 --- simple_ne/rebar.config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/simple_ne/rebar.config b/simple_ne/rebar.config index d828171..75d060c 100644 --- a/simple_ne/rebar.config +++ b/simple_ne/rebar.config @@ -1,4 +1,4 @@ -{require_otp_vsn, "R1[456]B|17"}. +{require_otp_vsn, "R1[456]B|17|18}. {erl_opts, [fail_on_warning, From b1d08a17128c2d5062a6139cf43f366d82bc6393 Mon Sep 17 00:00:00 2001 From: Alexander Shavelev Date: Wed, 27 Apr 2016 11:24:07 +0300 Subject: [PATCH 04/15] add erlang 18 add erlang 18 --- stats_poller/rebar.config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stats_poller/rebar.config b/stats_poller/rebar.config index d157ae1..f5cdb16 100644 --- a/stats_poller/rebar.config +++ b/stats_poller/rebar.config @@ -1,4 +1,4 @@ -{require_otp_vsn, "R1[456]B|17"}. +{require_otp_vsn, "R1[456]B|17|18"}. {erl_opts, [fail_on_warning, From 2b711ae4b8bab945e227bab82b86dbcc388f8aae Mon Sep 17 00:00:00 2001 From: Alexander Shavelev Date: Wed, 27 Apr 2016 11:24:27 +0300 Subject: [PATCH 05/15] add erlang 18 add erlang 18 --- tap_install/rebar.config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tap_install/rebar.config b/tap_install/rebar.config index 1270870..4837eed 100644 --- a/tap_install/rebar.config +++ b/tap_install/rebar.config @@ -1,4 +1,4 @@ -{require_otp_vsn, "R1[56]B|17"}. +{require_otp_vsn, "R1[56]B|17|18"}. {erl_opts, [fail_on_warning, From 11dc07f311f4bbc477322578abc303ca04ff5222 Mon Sep 17 00:00:00 2001 From: Alexander Shavelev Date: Wed, 27 Apr 2016 11:24:56 +0300 Subject: [PATCH 06/15] add erlang 18 add erlang 18 --- tapestry/rebar.config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tapestry/rebar.config b/tapestry/rebar.config index 0b82ecf..fd7aa5a 100644 --- a/tapestry/rebar.config +++ b/tapestry/rebar.config @@ -1,4 +1,4 @@ -{require_otp_vsn, "R1[56]B|17"}. +{require_otp_vsn, "R1[56]B|17|18"}. {erl_opts, [fail_on_warning, From 735d8b78be5415c2d93a0014234e65388211140d Mon Sep 17 00:00:00 2001 From: Alexander Shavelev Date: Wed, 27 Apr 2016 11:27:46 +0300 Subject: [PATCH 07/15] fix --- simple_ne/rebar.config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/simple_ne/rebar.config b/simple_ne/rebar.config index 75d060c..a1b0aec 100644 --- a/simple_ne/rebar.config +++ b/simple_ne/rebar.config @@ -1,4 +1,4 @@ -{require_otp_vsn, "R1[456]B|17|18}. +{require_otp_vsn, "R1[456]B|17|18"}. {erl_opts, [fail_on_warning, From 308266be7284235b239942624e3737f5ba41c604 Mon Sep 17 00:00:00 2001 From: Alexander Shavelev Date: Wed, 27 Apr 2016 11:49:07 +0300 Subject: [PATCH 08/15] fix for erlang 18 fix for erlang 18 --- tapestry/rebar.config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tapestry/rebar.config b/tapestry/rebar.config index fd7aa5a..9b16e56 100644 --- a/tapestry/rebar.config +++ b/tapestry/rebar.config @@ -11,7 +11,7 @@ {folsom, ".*",{git, "https://github.com/boundary/folsom.git", {branch,"master"}}}, {jiffy, ".*", {git, "https://github.com/davisp/jiffy.git", {branch, "master"}}}, {pkt, ".*", {git, "https://github.com/esl/pkt.git", "d534784420b3ff41b7c36a6dd7a114497c8767ea"}}, - {yaws, ".*", {git, "https://github.com/klacke/yaws.git", {tag, "yaws-1.98"}}}, + {yaws, ".*", {git, "https://github.com/klacke/yaws.git", {tag, "yaws-erlang-18"}}}, {bifrost, ".*", {git, "https://github.com/marcsugiyama/bifrost.git", {branch, "debug"}}}, {of_msg_lib, ".*",{git, "https://github.com/FlowForwarding/of_msg_lib.git", {branch,"master"}}}, {of_protocol, ".*",{git, "https://github.com/FlowForwarding/of_protocol.git", {branch,"master"}}}, From 43b941b11fbe747ac9bc4246d40147fbd30cb9a8 Mon Sep 17 00:00:00 2001 From: Alexander Shavelev Date: Wed, 27 Apr 2016 13:49:44 +0300 Subject: [PATCH 09/15] new dep --- tapestry/rebar.config | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tapestry/rebar.config b/tapestry/rebar.config index 9b16e56..722ccf6 100644 --- a/tapestry/rebar.config +++ b/tapestry/rebar.config @@ -17,7 +17,8 @@ {of_protocol, ".*",{git, "https://github.com/FlowForwarding/of_protocol.git", {branch,"master"}}}, {ofs_handler, ".*",{git, "https://github.com/FlowForwarding/ofs_handler.git",{branch,"master"}}}, {of_driver, ".*",{git, "https://github.com/FlowForwarding/of_driver.git", {branch,"master"}}}, - {recon, ".*",{git, "https://github.com/ferd/recon.git", {branch,"master"}}} + {recon, ".*",{git, "https://github.com/ferd/recon.git", {branch,"master"}}}, + {ibrowse, ".*", {git, "https://github.com/cmullaparthi/ibrowse", {branch, "master"}}} ]}. {sub_dirs, From 1965d2801b77a796ec53f8f888b12ce6d97b0827 Mon Sep 17 00:00:00 2001 From: Alexander Shavelev Date: Wed, 27 Apr 2016 13:59:20 +0300 Subject: [PATCH 10/15] erl 18 --- icontrol/rebar.config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/icontrol/rebar.config b/icontrol/rebar.config index 6021e82..4232bdc 100644 --- a/icontrol/rebar.config +++ b/icontrol/rebar.config @@ -1,4 +1,4 @@ -{require_otp_vsn, "R1[456]B|17|18"}. +{require_otp_vsn, "18"}. {erl_opts, [fail_on_warning, From 210f9453c6b623a31b636cd0463fa8980c658691 Mon Sep 17 00:00:00 2001 From: Alexander Shavelev Date: Wed, 27 Apr 2016 13:59:39 +0300 Subject: [PATCH 11/15] erl 18 --- net_observer/rebar.config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net_observer/rebar.config b/net_observer/rebar.config index 10dfe1a..d9a3a65 100644 --- a/net_observer/rebar.config +++ b/net_observer/rebar.config @@ -1,4 +1,4 @@ -{require_otp_vsn, "R1[456]B|17|18"}. +{require_otp_vsn, "18"}. {erl_opts, [fail_on_warning, From fbc8a96b4511502f88cd3657fb4719a10507b761 Mon Sep 17 00:00:00 2001 From: Alexander Shavelev Date: Wed, 27 Apr 2016 13:59:54 +0300 Subject: [PATCH 12/15] erl 18 --- simple_ne/rebar.config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/simple_ne/rebar.config b/simple_ne/rebar.config index a1b0aec..de844ff 100644 --- a/simple_ne/rebar.config +++ b/simple_ne/rebar.config @@ -1,4 +1,4 @@ -{require_otp_vsn, "R1[456]B|17|18"}. +{require_otp_vsn, "18"}. {erl_opts, [fail_on_warning, From dcd94f430252856d6988a66928457da3a5042ca9 Mon Sep 17 00:00:00 2001 From: Alexander Shavelev Date: Wed, 27 Apr 2016 14:00:08 +0300 Subject: [PATCH 13/15] erl 18 --- stats_poller/rebar.config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stats_poller/rebar.config b/stats_poller/rebar.config index f5cdb16..4b54cb4 100644 --- a/stats_poller/rebar.config +++ b/stats_poller/rebar.config @@ -1,4 +1,4 @@ -{require_otp_vsn, "R1[456]B|17|18"}. +{require_otp_vsn, "18"}. {erl_opts, [fail_on_warning, From 32d2214e2cd05dc0739ddb845dd9dcd47470194b Mon Sep 17 00:00:00 2001 From: Alexander Shavelev Date: Wed, 27 Apr 2016 14:00:26 +0300 Subject: [PATCH 14/15] erl 18 --- tap_install/rebar.config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tap_install/rebar.config b/tap_install/rebar.config index 4837eed..18bca9c 100644 --- a/tap_install/rebar.config +++ b/tap_install/rebar.config @@ -1,4 +1,4 @@ -{require_otp_vsn, "R1[56]B|17|18"}. +{require_otp_vsn, "18"}. {erl_opts, [fail_on_warning, From dd8a2656f193ce9ff5201268bd356f71289d3388 Mon Sep 17 00:00:00 2001 From: Alexander Shavelev Date: Wed, 27 Apr 2016 14:00:46 +0300 Subject: [PATCH 15/15] erl 18 --- tapestry/rebar.config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tapestry/rebar.config b/tapestry/rebar.config index 722ccf6..5c1cc3d 100644 --- a/tapestry/rebar.config +++ b/tapestry/rebar.config @@ -1,4 +1,4 @@ -{require_otp_vsn, "R1[56]B|17|18"}. +{require_otp_vsn, "18"}. {erl_opts, [fail_on_warning,