Skip to content

Commit

Permalink
release is generated, but can't be started due to wrong runner script
Browse files Browse the repository at this point in the history
  • Loading branch information
dergraf committed Jun 1, 2015
1 parent 6752b5e commit 0ee21aa
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 138 deletions.
7 changes: 4 additions & 3 deletions rebar.config
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 6,7 @@
]}.

{deps, [
{cuttlefish, ".*", {git, "git://github.com/tsloughter/cuttlefish.git", {branch, "develop"}}},
% {cuttlefish, ".*", {git, "git://github.com/tsloughter/cuttlefish.git", {branch, "develop"}}},
{node_package,".*", {git,"git://github.com/dergraf/node_package.git", {branch, "develop"}}},
{lager_syslog, "2.0.3", {git, "git://github.com/basho/lager_syslog.git", {tag, "2.0.3"}}},
{eper, "0.87.0", {git, "https://github.com/massemanet/eper.git", {tag, "0.87.0"}}},
Expand All @@ -24,7 24,8 @@
]}.

{overrides, [{override, setup, [{post_hooks, []}]},
{override, vmq_passwd, [{post_hooks, [{compile, "gcc c_src/vmq_passwd.c -lcrypto -o c_src/vmq_passwd"}]}]}]}.
{override, vmq_passwd, [{post_hooks, [{compile, "gcc c_src/vmq_passwd.c -lcrypto -o c_src/vmq_passwd"}]}]}
]}.

{provider_hooks, [{post, [{release, cuttlefish}]}]}.

Expand Down Expand Up @@ -64,7 65,7 @@
"lib/app_epath.sh"},

{template, "files/vmq-admin", "bin/vmq-admin"},
{copy, "_build/default/bin/cuttlefish", "erts-{{erts_vsn}}/bin/cuttlefish"},
{copy, "_build/default/lib/cuttlefish/cuttlefish", "erts-{{erts_vsn}}/bin/cuttlefish"},

{copy, "_build/default/lib/vmq_acl/priv/default.acl",
"etc/vmq.acl"},
Expand Down
119 changes: 0 additions & 119 deletions rebar.config.lock

This file was deleted.

32 changes: 16 additions & 16 deletions rebar.lock
Original file line number Diff line number Diff line change
@@ -1,4 1,12 @@
[{<<"bear">>,
[{<<"neotoma">>,
{git,"git://github.com/seancribbs/neotoma.git",
{ref,"760928ec8870da02eb11bccb501e2700925d06c6"}},
3},
{<<"getopt">>,
{git,"git://github.com/jcomellas/getopt.git",
{ref,"659a28f4145bc9843598972854299dc4ea77e4cb"}},
3},
{<<"bear">>,
{git,"git://github.com/boundary/bear.git",
{ref,"119234548783af19b8ec75c879c5062676b92571"}},
3},
Expand Down Expand Up @@ -38,6 46,10 @@
{git,"git://github.com/esl/edown.git",
{ref,"4cb4ad67382590d92228ea6c56225376bd9f5685"}},
2},
{<<"cuttlefish">>,
{git,"git://github.com/basho/cuttlefish.git",
{ref,"a459ba684ea5aef8502b0d84cd7a6522208410ad"}},
2},
{<<"cowlib">>,
{git,"git://github.com/ninenines/cowlib.git",
{ref,"d544a494af4dbc810fc9c15eaf5cc050cced1501"}},
Expand All @@ -48,7 60,7 @@
1},
{<<"vmq_commons">>,
{git,"git://github.com/erlio/vmq_commons.git",
{ref,"3c1b3b8f3aaddaca1446b54045764f332e4f702f"}},
{ref,"75d135f5213aa05baf42506e25f712cf718ab4de"}},
1},
{<<"syslog">>,
{git,"git://github.com/Vagabond/erlang-syslog.git",
Expand All @@ -62,22 74,14 @@
{git,"git://github.com/dergraf/plumtree.git",
{ref,"1236aa1022ee8bcfbbc128573608c1d0ff4ed0ea"}},
1},
{<<"neotoma">>,
{git,"git://github.com/seancribbs/neotoma.git",
{ref,"760928ec8870da02eb11bccb501e2700925d06c6"}},
1},
{<<"lager">>,
{git,"git://github.com/basho/lager.git",
{ref,"b6b6cebcb27ccff8acc59ae775acebc2f52e4926"}},
{ref,"d33ccf3b69de09a628fe38b4d7981bb8671b8a4f"}},
1},
{<<"jobs">>,
{git,"git://github.com/uwiger/jobs.git",
{ref,"97fe71dc08393a7449fcd735455b3538140b1fea"}},
1},
{<<"getopt">>,
{git,"git://github.com/jcomellas/getopt.git",
{ref,"659a28f4145bc9843598972854299dc4ea77e4cb"}},
1},
{<<"exometer_core">>,
{git,"git://github.com/Feuerlabs/exometer_core.git",
{ref,"88588f26f226210a1fc9e70271d8a0611ba83d30"}},
Expand Down Expand Up @@ -127,7 131,7 @@
{ref,"3578fa86ad408d98e0512ded0b2f2c5b834a84ad"}},
0},
{<<"node_package">>,
{git,"git://github.com/tsloughter/node_package.git",
{git,"git://github.com/dergraf/node_package.git",
{ref,"28491b47e5c569fa5bef5dc1a120576d55d710a8"}},
0},
{<<"lager_syslog">>,
Expand All @@ -137,8 141,4 @@
{<<"eper">>,
{git,"https://github.com/massemanet/eper.git",
{ref,"55e3f69df5e3bcb74b42d2ba056c076298ed6ea7"}},
0},
{<<"cuttlefish">>,
{git,"git://github.com/tsloughter/cuttlefish.git",
{ref,"f5f6fdc1b0dd8ebe909b81f0b38f5715d4e869e6"}},
0}].
Binary file modified rebar3
Binary file not shown.

0 comments on commit 0ee21aa

Please sign in to comment.