diff options
author | Tristan Sloughter <tristan.sloughter@gmail.com> | 2015-02-06 16:28:46 -0600 |
---|---|---|
committer | Tristan Sloughter <tristan.sloughter@gmail.com> | 2015-02-06 16:28:46 -0600 |
commit | 62581cfcc33b5f6787851d65b97a8fe8c086b53d (patch) | |
tree | 9842148a35974d14db5de872c2d519d2f4bf5d18 | |
parent | 7f9b48d3d78f2056f8a944ab3eee2b283703b527 (diff) | |
parent | 5250b8c9d94c383111e78fab10ddb057d49940fa (diff) |
Merge pull request #131 from rebar/jem-rebar-deps-tag
Add documentation for {ref, <sha>} syntax rebar.config.sample file
-rw-r--r-- | rebar.config.sample | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/rebar.config.sample b/rebar.config.sample index d154ac1..05e7733 100644 --- a/rebar.config.sample +++ b/rebar.config.sample @@ -166,6 +166,8 @@ {git, "git://github.com/rebar/rebar.git", {branch, "master"}}}, {rebar, "1.0.0", {git, "git://github.com/rebar/rebar.git", {tag, "1.0.0"}}}, + {rebar, ".*", + {git, "git://github.com/rebar/rebar.git", {ref, "7f73b8d3650b41ffd53a199f3eda20985eda84e3"}}}, %% 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 |