Merge pull request #428 from tomas-abrahamsson/mock-gpb-and-protobuffs-in-inttest

Remove a git url in gpb and protobuffs inttest configs
This commit is contained in:
Fred Hebert 2015-01-14 14:54:21 -05:00
commit 22ff2ef771
2 changed files with 4 additions and 8 deletions

View file

@ -11,10 +11,8 @@
%% The dependency below to gpb is needed for "rebar compile" to %% The dependency below to gpb is needed for "rebar compile" to
%% work, thus for the inttest to work, but the gpb that is actually %% work, thus for the inttest to work, but the gpb that is actually
%% used in inttest is brought in from the inttest/proto_gpb/mock %% used in inttest is brought in from the inttest/proto_gpb/mock
%% subdirectory, not from the source below. The dependency is %% subdirectory.
%% needed, but the git url serves mostly as an example. {gpb, ".*"}
{gpb, [], {git, "git://github.com/tomas-abrahamsson/gpb",
{branch, "master"}}}
]}. ]}.
{proto_compiler, gpb}. {proto_compiler, gpb}.

View file

@ -11,10 +11,8 @@
%% The dependency below to protobuffs is needed for "rebar compile" to %% The dependency below to protobuffs is needed for "rebar compile" to
%% work, thus for the inttest to work, but the protobuffs that is actually %% work, thus for the inttest to work, but the protobuffs that is actually
%% used in inttest is brought in from the inttest/proto_protobuffs/mock %% used in inttest is brought in from the inttest/proto_protobuffs/mock
%% subdirectory, not from the source below. The dependency is %% subdirectory.
%% needed, but the git url serves mostly as an example. {protobuffs, ".*"}
{protobuffs, [], {git, "git://github.com/basho/erlang_protobuffs",
{branch, "master"}}}
]}. ]}.
%% The default proto compiler is protobuffs %% The default proto compiler is protobuffs