Created
February 29, 2016 15:14
-
-
Save bdha/e849eed3493a05e03f66 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
admin@ip-172-31-2-30:~$ sudo su - operable | |
operable@ip-172-31-2-30:~$ ./setup.sh | |
Loading environemnt variables from /home/operable/cog.vars. | |
Erlang installed...../usr/local/bin/erl | |
Elixir installed...../usr/local/bin/iex | |
Mix installed...../usr/local/bin/mix | |
Make installed...../usr/bin/make | |
Git installed...../usr/bin/git | |
Erlang dirty CPU schedulers supported.....Yes | |
Prequisite checks completed. | |
Cloning repositories for the following projects: cog relay cogctl relayctl | |
Updating previous cog clone. | |
Warning: Permanently added the RSA host key for IP address '192.30.252.129' to the list of known hosts. | |
remote: Counting objects: 480, done. | |
remote: Compressing objects: 100% (356/356), done. | |
remote: Total 480 (delta 250), reused 62 (delta 62), pack-reused 57 | |
Receiving objects: 100% (480/480), 102.30 KiB | 0 bytes/s, done. | |
Resolving deltas: 100% (261/261), completed with 34 local objects. | |
From github.com:operable/cog | |
* [new branch] cm/relays-does-not-care-about-activation-status -> origin/cm/relays-does-not-care-about-activation-status | |
* [new branch] imbriaco/fix-cast-warnings -> origin/imbriaco/fix-cast-warnings | |
* [new branch] imbriaco/travis-ci -> origin/imbriaco/travis-ci | |
* [new branch] kevsmith/emojis -> origin/kevsmith/emojis | |
* [new branch] kevsmith/enable-ssl -> origin/kevsmith/enable-ssl | |
* [new branch] kevsmith/fix-aliases -> origin/kevsmith/fix-aliases | |
* [new branch] kevsmith/revert-aliases -> origin/kevsmith/revert-aliases | |
* [new branch] lhaskins/filter-command -> origin/lhaskins/filter-command | |
31d5ac7..ccab9d0 master -> origin/master | |
* [new branch] peck/command-variable-fix -> origin/peck/command-variable-fix | |
* [new branch] vanstee/fix-relay-test -> origin/vanstee/fix-relay-test | |
- [tag update] 0.2 -> 0.2 | |
error: Your local changes to the following files would be overwritten by checkout: | |
mix.lock | |
Please, commit your changes or stash them before you can switch branches. | |
Aborting | |
Error refreshing previous cog clone to release tag 0.2 | |
Setup aborted. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment