瀏覽代碼

Update rebar repo urls

pull/3/head
Tuncer Ayaz 12 年之前
父節點
當前提交
dc2f5c8c7b
共有 2 個檔案被更改,包括 4 行新增4 行删除
  1. +2
    -2
      rebar.config.sample
  2. +2
    -2
      src/rebar_deps.erl

+ 2
- 2
rebar.config.sample 查看文件

@ -156,7 +156,7 @@
{deps, [application_name,
{application_name, "1.0.*"},
{application_name, "1.0.*",
{git, "git://github.com/basho/rebar.git", {branch, "master"}}},
{git, "git://github.com/rebar/rebar.git", {branch, "master"}}},
%% Dependencies can be marked as 'raw'. Rebar does not require
%% such dependencies to have a standard Erlang/OTP layout
%% which assumes the presence of either
@ -171,7 +171,7 @@
%% 'raw' subdirectories: get-deps, update-deps, check-deps,
%% list-deps and delete-deps.
{application_name, "",
{git, "git://github.com/basho/rebar.git", {branch, "master"}},
{git, "git://github.com/rebar/rebar.git", {branch, "master"}},
[raw]}]}.
%% == Subdirectories ==

+ 2
- 2
src/rebar_deps.erl 查看文件

@ -233,9 +233,9 @@ info_help(Description) ->
{deps, [application_name,
{application_name, "1.0.*"},
{application_name, "1.0.*",
{git, "git://github.com/basho/rebar.git", {branch, "master"}}},
{git, "git://github.com/rebar/rebar.git", {branch, "master"}}},
{application_name, "",
{git, "git://github.com/basho/rebar.git", {branch, "master"}},
{git, "git://github.com/rebar/rebar.git", {branch, "master"}},
[raw]}]}
]).

Loading…
取消
儲存