diff options
author | Tomas Abrahamsson <tomas.abrahamsson@gmail.com> | 2015-01-12 23:27:13 +0100 |
---|---|---|
committer | Tomas Abrahamsson <tomas.abrahamsson@gmail.com> | 2015-01-13 00:11:47 +0100 |
commit | 5182ded01c969877a4cf5ca8e93ee8ca9262e258 (patch) | |
tree | 98197b3c940baf6daf3b457e30ca64304bb31835 /inttest/proto_gpb | |
parent | a8ffba6da55b2ad24861e9c3a41351a4950322ec (diff) | |
download | rebar-5182ded01c969877a4cf5ca8e93ee8ca9262e258.tar.gz |
Remove a git url in gpb and protobuffs inttest configs
In the rebar.config files for the gpb and protobuffs inttests, use the
{Name, Version} dependency form instead of {Name, Version, Source},
since the Source is not really applicable; the mocks are copied into
place by the proto_gpb_rt:files/0 and proto_protobuffs_rt:files/0.
Idea and suggestion by Tuncer Ayaz.
Diffstat (limited to 'inttest/proto_gpb')
-rw-r--r-- | inttest/proto_gpb/rebar.config | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/inttest/proto_gpb/rebar.config b/inttest/proto_gpb/rebar.config index e6ef1f9..b2f558f 100644 --- a/inttest/proto_gpb/rebar.config +++ b/inttest/proto_gpb/rebar.config @@ -11,10 +11,8 @@ %% The dependency below to gpb is needed for "rebar compile" to %% 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 - %% subdirectory, not from the source below. The dependency is - %% needed, but the git url serves mostly as an example. - {gpb, [], {git, "git://github.com/tomas-abrahamsson/gpb", - {branch, "master"}}} + %% subdirectory. + {gpb, ".*"} ]}. {proto_compiler, gpb}. |