lynxis lazus has uploaded this change for review. (
https://gerrit.osmocom.org/c/erlang/osmo_dia2gsup/+/28650 )
Change subject: add rebar.lock to define known working dependencies
......................................................................
add rebar.lock to define known working dependencies
The rebar.lock contains the last known working state
of all dependencies with exact version numbers.
rebar.config only holds the minimal dependencies (package x version >=2.0.0)
Change-Id: I40660b23cee04ef2b4afbca34522a42a4b057e2e
---
M .gitignore
A rebar.lock
2 files changed, 35 insertions(+), 1 deletion(-)
git pull ssh://gerrit.osmocom.org:29418/erlang/osmo_dia2gsup refs/changes/50/28650/1
diff --git a/.gitignore b/.gitignore
index 0f543cd..ead618a 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,7 +2,6 @@
include/
log/
-rebar.lock
*.beam
erl_crash.dump
diff --git a/rebar.lock b/rebar.lock
new file mode 100644
index 0000000..5079329
--- /dev/null
+++ b/rebar.lock
@@ -0,0 +1,35 @@
+{"1.2.0",
+[{<<"epcap">>,
+ {git,"https://github.com/msantos/epcap",
+ {ref,"8328f8cae4efdeb94642f3b406225a2fa03a5cca"}},
+ 1},
+
{<<"goldrush">>,{pkg,<<"goldrush">>,<<"0.1.9">>},1},
+ {<<"lager">>,
+ {git,"https://github.com/erlang-lager/lager",
+ {ref,"c5447d2d85a0d446d41a79bffe0a6a66bd50c901"}},
+ 0},
+ {<<"osmo_gsup">>,
+ {git,"https://gitea.osmocom.org/erlang/osmo_gsup",
+ {ref,"ee15ee2b44f4a57c57831393d1fed2dc215d36e4"}},
+ 0},
+ {<<"osmo_ss7">>,
+ {git,"https://gitea.osmocom.org/erlang/osmo_ss7",
+ {ref,"3c6cdc5a53c4a5ec1aff417f2cbfaa9449004ee6"}},
+ 0},
+ {<<"parse_trans">>,
+ {git,"https://github.com/uwiger/parse_trans",
+ {ref,"d443908e0a8e3842c4763cefd4b37457b892c121"}},
+ 1},
+ {<<"pkt">>,
+ {git,"https://github.com/msantos/pkt",
+ {ref,"67a4a14f596fded5ad5f2d8f94318faa8ad2c288"}},
+ 1},
+
{<<"setup">>,{pkg,<<"setup">>,<<"2.0.2">>},0}]}.
+[
+{pkg_hash,[
+ {<<"goldrush">>,
<<"F06E5D5F1277DA5C413E84D5A2924174182FB108DABB39D5EC548B27424CD106">>},
+ {<<"setup">>,
<<"1203F4CDA11306C2E34434244576DED0A7BBFB0908D9A572356C809BD0CDF085">>}]},
+{pkg_hash_ext,[
+ {<<"goldrush">>,
<<"99CB4128CFFCB3227581E5D4D803D5413FA643F4EB96523F77D9E6937D994CEB">>},
+ {<<"setup">>,
<<"7D6AAF5281D0B0C40980E128F9DC410DACD03799A8577201D4C8B43E7F97509A">>}]}
+].
--
To view, visit
https://gerrit.osmocom.org/c/erlang/osmo_dia2gsup/+/28650
To unsubscribe, or for help writing mail filters, visit
https://gerrit.osmocom.org/settings
Gerrit-Project: erlang/osmo_dia2gsup
Gerrit-Branch: master
Gerrit-Change-Id: I40660b23cee04ef2b4afbca34522a42a4b057e2e
Gerrit-Change-Number: 28650
Gerrit-PatchSet: 1
Gerrit-Owner: lynxis lazus <lynxis(a)fe80.eu>
Gerrit-MessageType: newchange