소스 검색

Merge pull request #316 from danielwhite/document-rsync-feature

Document availability of rsync for fetching deps in rebar.config.sample
pull/3/head
Dave Smith 12 년 전
부모
커밋
457163e44c
1개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  1. +2
    -1
      rebar.config.sample

+ 2
- 1
rebar.config.sample 파일 보기

@ -133,7 +133,8 @@
%% What dependencies we have, dependencies can be of 3 forms, an application
%% name as an atom, eg. mochiweb, a name and a version (from the .app file), or
%% an application name, a version and the SCM details on how to fetch it (SCM
%% type, location and revision). Rebar currently supports git, hg, bzr and svn.
%% type, location and revision).
%% Rebar currently supports git, hg, bzr, svn, and rsync.
{deps, [application_name,
{application_name, "1.0.*"},
{application_name, "1.0.*",

불러오는 중...
취소
저장