-
-
Save thumbot/5d5a2b70244bef94787a84c6e115f71a to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
./rebar get-deps | |
==> develop.15b7a1c.find-unique-user-by-metadata.7b92fd6 (get-deps) | |
Pulling lager from {git,"git://github.com/basho/lager.git",{tag,"3.2.4"}} | |
Cloning into 'lager'... | |
Pulling poolboy from {git,"git://github.com/basho/poolboy.git", | |
{tag,"0.8.1p3"}} | |
Cloning into 'poolboy'... | |
Pulling basho_stats from {git,"git://github.com/basho/basho_stats.git", | |
{tag,"1.0.3"}} | |
Cloning into 'basho_stats'... | |
Pulling riak_sysmon from {git,"git://github.com/basho/riak_sysmon.git", | |
{tag,"2.1.4"}} | |
Cloning into 'riak_sysmon'... | |
Pulling eleveldb from {git,"git://github.com/basho/eleveldb.git", | |
{tag,"2.0.32"}} | |
Cloning into 'eleveldb'... | |
Pulling riak_ensemble from {git,"git://github.com/basho/riak_ensemble", | |
{tag,"2.1.6"}} | |
Cloning into 'riak_ensemble'... | |
Pulling pbkdf2 from {git,"git://github.com/basho/erlang-pbkdf2.git", | |
{tag,"2.0.0"}} | |
Cloning into 'pbkdf2'... | |
Pulling exometer_core from {git,"git://github.com/basho/exometer_core.git", | |
{tag,"1.0.0-basho9"}} | |
Cloning into 'exometer_core'... | |
Pulling clique from {git,"https://github.com/basho/clique.git",{tag,"0.3.8"}} | |
Cloning into 'clique'... | |
==> lager (get-deps) | |
Pulling goldrush from {git,"https://github.com/basho/goldrush.git", | |
{tag,"0.1.9"}} | |
Cloning into 'goldrush'... | |
==> goldrush (get-deps) | |
==> poolboy (get-deps) | |
==> basho_stats (get-deps) | |
==> riak_sysmon (get-deps) | |
Pulling cuttlefish from {git,"https://github.com/basho/cuttlefish.git", | |
{tag,"2.0.10"}} | |
Cloning into 'cuttlefish'... | |
==> cuttlefish (get-deps) | |
Pulling getopt from {git,"https://github.com/basho/getopt.git",{tag,"v0.8.2"}} | |
Cloning into 'getopt'... | |
Pulling neotoma from {git,"https://github.com/basho/neotoma.git", | |
{tag,"1.7.3"}} | |
Cloning into 'neotoma'... | |
==> getopt (get-deps) | |
==> neotoma (get-deps) | |
==> eleveldb (get-deps) | |
Cloning into 'leveldb'... | |
Note: checking out '2.0.31'. | |
You are in 'detached HEAD' state. You can look around, make experimental | |
changes and commit them, and you can discard any commits you make in this | |
state without impacting any branches by performing another checkout. | |
If you want to create a new branch to retain commits you create, you may | |
do so (now or later) by using -b with the checkout command again. Example: | |
git checkout -b new_branch_name | |
HEAD is now at e6a2939... add (int) cast to fix compile errors on 10 of 16 platforms ... argh. | |
==> riak_ensemble (get-deps) | |
==> pbkdf2 (get-deps) | |
==> src (get-deps) | |
==> exometer_core (get-deps) | |
Pulling parse_trans from {git,"git://github.com/basho/parse_trans.git", | |
{tag,"2.9.2p1"}} | |
Cloning into 'parse_trans'... | |
Pulling folsom from {git,"git://github.com/basho/folsom.git",{tag,"0.7.4p5"}} | |
Cloning into 'folsom'... | |
Pulling setup from {git,"git://github.com/basho/setup.git",{tag,"1.4"}} | |
Cloning into 'setup'... | |
==> parse_trans (get-deps) | |
Pulling edown from {git,"git://github.com/basho/edown.git",{tag,"0.8.1"}} | |
Cloning into 'edown'... | |
==> edown (get-deps) | |
==> folsom (get-deps) | |
Pulling bear from {git,"git://github.com/basho/bear.git",{tag,"0.1.3p1"}} | |
Cloning into 'bear'... | |
Pulling meck from {git,"git://github.com/basho/meck.git",{tag,"0.8.2"}} | |
Cloning into 'meck'... | |
==> bear (get-deps) | |
==> meck (get-deps) | |
==> setup (get-deps) | |
==> clique (get-deps) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment