summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorYAMAMOTO Takashi <yamamoto@valinux.co.jp>2013-09-02 08:53:25 +0900
committerFUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>2013-09-02 14:22:42 +0900
commit52c7b4de012fdb40ddac362aca7487650a7263cd (patch)
treed02e161fe42459c13658648e8400bc2b2836a9f8
parent242f3023eacfbbf17e3713447a02e62b24631bc9 (diff)
packet_data_generator: move of_protocol upstream back to the origin
stop maintaining a private repo as all of our pullup requests have been merged into the origin. Signed-off-by: YAMAMOTO Takashi <yamamoto@valinux.co.jp> Signed-off-by: FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>
-rw-r--r--ryu/tests/packet_data_generator/rebar.config7
1 files changed, 2 insertions, 5 deletions
diff --git a/ryu/tests/packet_data_generator/rebar.config b/ryu/tests/packet_data_generator/rebar.config
index 29387312..77a6932e 100644
--- a/ryu/tests/packet_data_generator/rebar.config
+++ b/ryu/tests/packet_data_generator/rebar.config
@@ -16,11 +16,8 @@
{deps,
[{of_protocol, ".*",
-% {git, "http://github.com/FlowForwarding/of_protocol.git",
-% {branch, "master"}}
-% use a local repo until the following changes are merged:
-% https://github.com/FlowForwarding/of_protocol/pull/17
- {git, "http://github.com/yamt/of_protocol.git", {branch, "ryu"}}
+ {git, "https://github.com/FlowForwarding/of_protocol.git",
+ {branch, "master"}}
},
{flower, ".*",
{git, "http://github.com/travelping/flower.git", {branch, "master"}}}