Skip to content
This repository has been archived by the owner on Sep 27, 2023. It is now read-only.

Commit

Permalink
Removing git submodules in favour of rebar deps.
Browse files Browse the repository at this point in the history
  • Loading branch information
archaelus committed Dec 12, 2011
1 parent 4d4c213 commit f5e4589
Show file tree
Hide file tree
Showing 10 changed files with 12 additions and 32 deletions.
24 changes: 0 additions & 24 deletions .gitmodules
@@ -1,24 +0,0 @@
[submodule "deps/redis_pool"]
path = deps/redis_pool
url = git@git.herokai.com:erlang_redis_pool.git
[submodule "deps/mochiweb"]
path = deps/mochiweb
url = git@git.herokai.com:mochiweb.git
[submodule "deps/pagerduty"]
path = deps/pagerduty
url = git@git.herokai.com:erlang_pagerduty.git
[submodule "deps/redgrid"]
path = deps/redgrid
url = git@git.herokai.com:redgrid.git
[submodule "deps/redo"]
path = deps/redo
url = git@git.herokai.com:redo.git
[submodule "deps/nsync"]
path = deps/nsync
url = git@git.herokai.com:nsync.git
[submodule "deps/cowboy"]
path = deps/cowboy
url = git@git.herokai.com:cowboy.git
[submodule "deps/quoted"]
path = deps/quoted
url = git@git.herokai.com:quoted.git
1 change: 0 additions & 1 deletion deps/cowboy
Submodule cowboy deleted from 68c1d8
1 change: 0 additions & 1 deletion deps/mochiweb
Submodule mochiweb deleted from b27780
1 change: 0 additions & 1 deletion deps/nsync
Submodule nsync deleted from 67f048
1 change: 0 additions & 1 deletion deps/pagerduty
Submodule pagerduty deleted from 6aaa47
1 change: 0 additions & 1 deletion deps/quoted
Submodule quoted deleted from 2885cd
1 change: 0 additions & 1 deletion deps/redgrid
Submodule redgrid deleted from 9ecc1e
1 change: 0 additions & 1 deletion deps/redis_pool
Submodule redis_pool deleted from bd50ed
1 change: 0 additions & 1 deletion deps/redo
Submodule redo deleted from c612f2
12 changes: 12 additions & 0 deletions rebar.config
@@ -0,0 +1,12 @@
{erl_opts, [debug_info]}.

{deps,
[{redis, "", {git, "git@git.herokai.com:erlang_redis_pool.git", "master"}}
,{mochiweb, "", {git, "git@git.herokai.com:mochiweb.git", "master"}}
,{pagerduty, "", {git, "git@git.herokai.com:erlang_pagerduty.git", "master"}}
,{redgrid, "", {git, "git@git.herokai.com:redgrid.git", "master"}}
,{redo, "", {git, "git@git.herokai.com:redo.git", "master"}}
,{nsync, "", {git, "git@git.herokai.com:nsync.git", "master"}}
,{cowboy, "", {git, "git@git.herokai.com:cowboy.git", "master"}}
,{quoted, "", {git, "git@git.herokai.com:quoted.git", "master"}}
]}.

0 comments on commit f5e4589

Please sign in to comment.