Skip to content

Commit

Permalink
Fix dependencies
Browse files Browse the repository at this point in the history
Update the deps to point at tags as reported in:

#2
ninenines/erlang.mk#265

Also, amazingly, evum still works. Tested with the busybox image from:

http://fs.devloop.org.uk/filesystems/BusyBox-1.13.2/BusyBox-1.13.2-amd64-root_fs.bz2

The configuration:
~~~
{image, [
    {busybox, [
        {file, "BusyBox-1.13.2-amd64-root_fs"},
        {uri, "http://fs.devloop.org.uk/filesystems/BusyBox-1.13.2/BusyBox-1.13.2-amd64-root_fs.bz2"},
        {md5, "28adb144440ae21e450db2398a7c951d"},
        {args, [{net, false}]}
    ]}]}.
~~~

Thanks @essen!
  • Loading branch information
msantos committed Jun 6, 2015
1 parent ac771c2 commit 8875722
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions rebar.config
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{deps, [
{pkt, ".*", {git, "git://github.com/msantos/pkt.git", "master"}},
{procket, ".*", {git, "git://github.com/msantos/procket.git", "dev"}}
{pkt, ".*", {git, "git://github.com/msantos/pkt.git", {tag,"0.4.4"}}},
{procket, ".*", {git, "git://github.com/msantos/procket.git", {tag,"0.6.1"}}}
]}.

0 comments on commit 8875722

Please sign in to comment.