Created
October 15, 2013 11:16
-
-
Save madAndroid/6990066 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
[root@ip-172-31-107-32 ~]# mco sfdeploy --verbose --application prod_twig --branch master update_git_clone deploy_branch -C tw_role_webserver Discovering hosts using the mc method for 2 second(s) .... 2 | |
* [ ============================================================> ] 2 / 2 | |
ip-172-31-110-194 : OK | |
{:status=>0, :err=> "I, [2013-10-15T12:15:32.887946 #4851] INFO -- : create_clone_path: Creating directory /srv/deploy/clones/prod_twig\nD, [2013-10-15T12:15:32.888354 #4851] DEBUG -- : initial_git_clone: Git clone already created\nI, [2013-10-15T12:15:32.888442 #4851] INFO -- : update_git_clone: Fetching changes from upstream\nI, [2013-10-15T12:15:32.888605 #4851] INFO -- : logged_system: cd /srv/deploy/clones/prod_twig && git fetch\nD, [2013-10-15T12:15:34.546545 #4851] DEBUG -- : Exit status: 0", :out=>""} | |
ip-172-31-111-62 : OK | |
{:status=>0, :err=> "I, [2013-10-15T12:15:32.946383 #955] INFO -- : create_clone_path: Creating directory /srv/deploy/clones/prod_twig\nD, [2013-10-15T12:15:32.948819 #955] DEBUG -- : initial_git_clone: Git clone already created\nI, [2013-10-15T12:15:32.948911 #955] INFO -- : update_git_clone: Fetching changes from upstream\nI, [2013-10-15T12:15:32.949072 #955] INFO -- : logged_system: cd /srv/deploy/clones/prod_twig && git fetch\nD, [2013-10-15T12:15:34.619928 #955] DEBUG -- : Exit status: 0", :out=>""} | |
---- rpc stats ---- | |
Nodes: 2 / 2 | |
Pass / Fail: 2 / 0 | |
Start Time: Tue Oct 15 12:15:32 +0100 2013 | |
Discovery Time: 2002.60ms | |
Agent Time: 2506.63ms | |
Total Time: 4509.23ms | |
[root@ip-172-31-107-32 ~]# mco sfdeploy --application prod_twig --branch master update_git_clone deploy_branch -C tw_role_webserver | |
* [ ============================================================> ] 2 / 2 | |
ip-172-31-110-194 | |
err: I, [2013-10-15T12:16:19.818941 #7539] INFO -- : create_clone_path: Creating directory /srv/deploy/clones/prod_twig | |
D, [2013-10-15T12:16:19.819300 #7539] DEBUG -- : initial_git_clone: Git clone already created | |
I, [2013-10-15T12:16:19.819388 #7539] INFO -- : update_git_clone: Fetching changes from upstream | |
I, [2013-10-15T12:16:19.819547 #7539] INFO -- : logged_system: cd /srv/deploy/clones/prod_twig && git fetch | |
D, [2013-10-15T12:16:21.472880 #7539] DEBUG -- : Exit status: 0 | |
out: | |
status: 0 | |
ip-172-31-111-62 | |
err: I, [2013-10-15T12:16:19.855091 #3865] INFO -- : create_clone_path: Creating directory /srv/deploy/clones/prod_twig | |
D, [2013-10-15T12:16:19.855456 #3865] DEBUG -- : initial_git_clone: Git clone already created | |
I, [2013-10-15T12:16:19.855559 #3865] INFO -- : update_git_clone: Fetching changes from upstream | |
I, [2013-10-15T12:16:19.855728 #3865] INFO -- : logged_system: cd /srv/deploy/clones/prod_twig && git fetch | |
D, [2013-10-15T12:16:21.490776 #3865] DEBUG -- : Exit status: 0 | |
out: | |
status: 0 | |
Finished processing 2 / 2 hosts in 2182.63 ms |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment