Created
April 9, 2012 20:05
-
-
Save paulmakepeace/2346240 to your computer and use it in GitHub Desktop.
rvm install 1.9.3 borked
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
$ rvm reinstall 1.9.3 | |
Removing /home/deploy/.rvm/src/ruby-1.9.3-p125... | |
Removing /home/deploy/.rvm/rubies/ruby-1.9.3-p125... | |
Removing ruby-1.9.3-p125 aliases... | |
Removing ruby-1.9.3-p125 wrappers... | |
Removing ruby-1.9.3-p125 environments... | |
Removing ruby-1.9.3-p125 binaries... | |
Installing Ruby from source to: /home/deploy/.rvm/rubies/ruby-1.9.3-p125, this may take a while depending on your cpu(s)... | |
ruby-1.9.3-p125 - #fetching | |
ruby-1.9.3-p125 - #extracting ruby-1.9.3-p125 to /home/deploy/.rvm/src/ruby-1.9.3-p125 | |
ruby-1.9.3-p125 - #extracted to /home/deploy/.rvm/src/ruby-1.9.3-p125 | |
ruby-1.9.3-p125 - #configuring | |
ruby-1.9.3-p125 - #compiling | |
ruby-1.9.3-p125 - #installing | |
Gemset '' does not exist, 'rvm gemset create ' first, or append '--create'. | |
Removing old Rubygems files... | |
Installing rubygems-1.8.21 for ruby-1.9.3-p125 ... | |
Installation of rubygems completed successfully. | |
ruby-1.9.3-p125 - adjusting #shebangs for (gem irb erb ri rdoc testrb rake). | |
ruby-1.9.3-p125 - #importing default gemsets (/home/deploy/.rvm/gemsets/) | |
Gemset '' does not exist, 'rvm gemset create ' first, or append '--create'. | |
Error running '' under , | |
please read /home/deploy/.rvm/log/ruby-1.9.3-p125/gemsets.initial.log | |
Install of ruby-1.9.3-p125 - #complete | |
Gemset '' does not exist, 'rvm gemset create ' first, or append '--create'. |
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
[2012-04-09 19:48:51] '/home/deploy/.rvm/scripts/gemsets' initial # under ruby-1.9.3-p125 | |
'gem' was not found, cannot perform gem actions (Do you have an RVM ruby selected?) |
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
$ echo $PATH | |
/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/home/deploy/.rvm/bin:/home/deploy/bin | |
$ ls -l /home/deploy/.rvm/bin | |
total 48 | |
-rwxr-xr-x 1 deploy deploy 578 2012-04-09 18:46 bundle | |
lrwxrwxrwx 1 deploy deploy 46 2012-04-09 19:48 erb-ruby-1.9.3-p125 -> /home/deploy/.rvm/wrappers/ruby-1.9.3-p125/erb | |
lrwxrwxrwx 1 deploy deploy 46 2012-04-09 19:48 gem-ruby-1.9.3-p125 -> /home/deploy/.rvm/wrappers/ruby-1.9.3-p125/gem | |
lrwxrwxrwx 1 deploy deploy 46 2012-04-09 19:48 irb-ruby-1.9.3-p125 -> /home/deploy/.rvm/wrappers/ruby-1.9.3-p125/irb | |
-rwxr-xr-x 1 deploy deploy 556 2012-04-09 18:46 rake | |
lrwxrwxrwx 1 deploy deploy 47 2012-04-09 19:48 rake-ruby-1.9.3-p125 -> /home/deploy/.rvm/wrappers/ruby-1.9.3-p125/rake | |
lrwxrwxrwx 1 deploy deploy 47 2012-04-09 19:48 rdoc-ruby-1.9.3-p125 -> /home/deploy/.rvm/wrappers/ruby-1.9.3-p125/rdoc | |
lrwxrwxrwx 1 deploy deploy 45 2012-04-09 19:48 ri-ruby-1.9.3-p125 -> /home/deploy/.rvm/wrappers/ruby-1.9.3-p125/ri | |
lrwxrwxrwx 1 deploy deploy 47 2012-04-09 19:48 ruby-1.9.3-p125 -> /home/deploy/.rvm/wrappers/ruby-1.9.3-p125/ruby | |
-rwxrwxr-x 1 deploy deploy 1039 2012-04-09 19:43 rvm | |
-rwxrwxr-x 1 deploy deploy 1496 2012-04-09 19:43 rvm-auto-ruby | |
-rwxrwxr-x 1 deploy deploy 1770 2012-04-09 19:43 rvm-exec | |
-rwxrwxr-x 1 deploy deploy 8545 2012-04-09 19:43 rvm-installer | |
-rwxrwxr-x 1 deploy deploy 3764 2012-04-09 19:43 rvm-prompt | |
-rwxrwxr-x 1 deploy deploy 2189 2012-04-09 19:43 rvm-shell | |
-rwxrwxr-x 1 deploy deploy 648 2012-04-09 19:43 rvm-smile | |
-rwxrwxr-x 1 deploy deploy 936 2012-04-09 19:43 rvmsudo | |
lrwxrwxrwx 1 deploy deploy 49 2012-04-09 19:48 testrb-ruby-1.9.3-p125 -> /home/deploy/.rvm/wrappers/ruby-1.9.3-p125/testrb | |
$ type gem | |
gem is a function | |
gem () | |
{ | |
typeset result; | |
( typeset rvmrc; | |
for rvmrc in /etc/rvmrc "${HOME:-}/.rvmrc"; | |
do | |
[[ -s "${rvmrc}" ]] && source "${rvmrc}" || true; | |
done; | |
command gem "$@" ) || result=$?; | |
hash -r; | |
return ${result:-0} | |
} |
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
deploy@qa-2:~$ rvm reinstall --trace 1.9.3 | |
--trace 1.9.3 | |
rvm 1.12.0 (stable) by Wayne E. Seguin <[email protected]>, Michal Papis <[email protected]> [https://rvm.io/] | |
+ [[ -n '' ]] | |
+ export 'PS4=+ ${BASH_SOURCE##${rvm_path:-}} : ${FUNCNAME[0]:+${FUNCNAME[0]}()} ${LINENO} > ' | |
+ PS4='+ ${BASH_SOURCE##${rvm_path:-}} : ${FUNCNAME[0]:+${FUNCNAME[0]}()} ${LINENO} > ' | |
+ /scripts/cli : __rvm_parse_args() 799 > [[ -z reinstall ]] | |
+ /scripts/cli : __rvm_parse_args() 801 > [[ 0 -eq 1 ]] | |
+ /scripts/cli : __rvm_parse_args() 801 > [[ -n '' ]] | |
+ /scripts/cli : __rvm_parse_args() 22 > [[ -n 1.9.3 ]] | |
+ /scripts/cli : __rvm_parse_args() 24 > rvm_token=1.9.3 | |
+ /scripts/cli : __rvm_parse_args() 26 > (( 0 > 0 )) | |
+ /scripts/cli : __rvm_parse_args() 31 > next_token= | |
+ /scripts/cli : __rvm_parse_args() 38 > case "$rvm_token" in | |
+ /scripts/cli : __rvm_parse_args() 42 > case "$rvm_token" in | |
+ /scripts/cli : __rvm_parse_args() 345 > [[ -n 1.9.3 ]] | |
+ /scripts/cli : __rvm_parse_args() 349 > [[ gemset == \r\e\i\n\s\t\a\l\l ]] | |
+ /scripts/cli : __rvm_parse_args() 371 > case "$rvm_token" in | |
+ /scripts/cli : __rvm_parse_args() 405 > rvm_action=reinstall | |
+ /scripts/cli : __rvm_parse_args() 406 > rvm_ruby_string=1.9.3 | |
+ /scripts/cli : __rvm_parse_args() 407 > rvm_ruby_strings=1.9.3 | |
+ /scripts/cli : __rvm_parse_args() 455 > [[ error == \r\e\i\n\s\t\a\l\l ]] | |
+ /scripts/cli : __rvm_parse_args() 799 > [[ -z reinstall ]] | |
+ /scripts/cli : __rvm_parse_args() 801 > [[ 0 -eq 1 ]] | |
+ /scripts/cli : __rvm_parse_args() 801 > [[ -n '' ]] | |
+ /scripts/cli : __rvm_parse_args() 22 > [[ -n '' ]] | |
+ /scripts/cli : __rvm_parse_args() 805 > [[ 0 -gt 0 ]] | |
+ /scripts/cli : __rvm_parse_args() 807 > [[ -n '' ]] | |
+ /scripts/cli : rvm() 870 > result=0 | |
+ /scripts/cli : rvm() 872 > rvm_action=reinstall | |
+ /scripts/cli : rvm() 874 > [[ 0 -gt 0 ]] | |
+ /scripts/cli : rvm() 879 > case "$rvm_action" in | |
+ /scripts/cli : rvm() 1037 > export rvm_path | |
+ /scripts/cli : rvm() 1038 > [[ -n 1.9.3 ]] | |
+ /scripts/cli : rvm() 1040 > /home/deploy/.rvm/scripts/manage reinstall 1.9.3 | |
++ /scripts/base : 11 > [[ -z '' ]] | |
++ /scripts/base : 16 > export PS4 | |
++ /scripts/base : 17 > PS4='+ ${BASH_SOURCE##${rvm_path:-}} : ${FUNCNAME[0]:+${FUNCNAME[0]}()} ${LINENO} > ' | |
++ /scripts/base : 26 > export __array_start rvm_path | |
++ /scripts/base : 31 > [[ -n '' ]] | |
++ /scripts/base : 35 > __array_start=0 | |
++ /scripts/base : 38 > (( 0 == 0 )) | |
+++ /scripts/base : 40 > umask | |
++ /scripts/base : 40 > : rvm_stored_umask:0002 | |
++ /scripts/base : 41 > for rvmrc in /etc/rvmrc '"$HOME/.rvmrc"' | |
++ /scripts/base : 43 > [[ -f /etc/rvmrc ]] | |
++ /scripts/base : 41 > for rvmrc in /etc/rvmrc '"$HOME/.rvmrc"' | |
++ /scripts/base : 43 > [[ -f /home/deploy/.rvmrc ]] | |
++ /scripts/base : 60 > export rvm_path | |
++ /scripts/base : 61 > [[ -z /home/deploy/.rvm ]] | |
++ /scripts/base : 73 > true /home/deploy/.rvm/scripts | |
++ /scripts/base : 76 > source /home/deploy/.rvm/scripts/initialize | |
+++ /scripts/initialize : 3 > : rvm_trace_flag:1 | |
+++ /scripts/initialize : 4 > (( rvm_trace_flag > 0 )) | |
+++ /scripts/initialize : 6 > set -o xtrace | |
+++ /scripts/initialize : 9 > [[ -z '' ]] | |
+++ /scripts/initialize : 14 > export PS4 | |
+++ /scripts/initialize : 15 > PS4='+ ${BASH_SOURCE##${rvm_path:-}} : ${FUNCNAME[0]:+${FUNCNAME[0]}()} ${LINENO} > ' | |
+++ /scripts/initialize : 26 > [[ -n 4.2.10(1)-release ]] | |
+++ /scripts/initialize : 28 > shopt -s extglob | |
+++ /scripts/initialize : 38 > export __rvm_env_loaded | |
+++ /scripts/initialize : 40 > : __rvm_env_loaded:1: | |
+++ /scripts/initialize : 42 > : __rvm_env_loaded:2: | |
+++ /scripts/initialize : 45 > [[ -z /home/deploy/.rvm/tmp ]] | |
+++ /scripts/initialize : 45 > (( __rvm_env_loaded == 1 )) | |
++ /scripts/base : 80 > case " ${rvm_base_except:-} " in | |
++ /scripts/base : 85 > source /home/deploy/.rvm/scripts/selector | |
++ /scripts/base : 86 > source /home/deploy/.rvm/scripts/selector_gemsets | |
++ /scripts/base : 90 > typeset -a scripts | |
++ /scripts/base : 93 > scripts=(logging utility init cleanup env rvmrc install environment gemset db bundler) | |
++ /scripts/base : 94 > for entry in '${scripts[@]}' | |
++ /scripts/base : 95 > source /home/deploy/.rvm/scripts/functions/logging | |
+++ /scripts/functions/logging : 40 > case "${TERM:-dumb}" in | |
++++ /scripts/functions/logging : 49 > /home/deploy/.rvm/scripts/color red | |
+++ /scripts/functions/logging : 49 > rvm_error_clr='' | |
++++ /scripts/functions/logging : 50 > /home/deploy/.rvm/scripts/color yellow | |
+++ /scripts/functions/logging : 50 > rvm_warn_clr='' | |
++++ /scripts/functions/logging : 51 > /home/deploy/.rvm/scripts/color magenta | |
+++ /scripts/functions/logging : 51 > rvm_debug_clr='' | |
++++ /scripts/functions/logging : 52 > /home/deploy/.rvm/scripts/color green | |
+++ /scripts/functions/logging : 52 > rvm_notify_clr='' | |
++++ /scripts/functions/logging : 53 > /home/deploy/.rvm/scripts/color reset | |
+++ /scripts/functions/logging : 53 > rvm_reset_clr='' | |
++ /scripts/base : 94 > for entry in '${scripts[@]}' | |
++ /scripts/base : 95 > source /home/deploy/.rvm/scripts/functions/utility | |
+++ /scripts/functions/utility : 3 > [[ -z tar ]] | |
+++ /scripts/functions/utility : 7 > rvm_tar_command=tar | |
+++ /scripts/functions/utility : 10 > [[ ! --no-same-owner =~ --no-same-owner ]] | |
++ /scripts/base : 94 > for entry in '${scripts[@]}' | |
++ /scripts/base : 95 > source /home/deploy/.rvm/scripts/functions/init | |
++ /scripts/base : 94 > for entry in '${scripts[@]}' | |
++ /scripts/base : 95 > source /home/deploy/.rvm/scripts/functions/cleanup | |
++ /scripts/base : 94 > for entry in '${scripts[@]}' | |
++ /scripts/base : 95 > source /home/deploy/.rvm/scripts/functions/env | |
++ /scripts/base : 94 > for entry in '${scripts[@]}' | |
++ /scripts/base : 95 > source /home/deploy/.rvm/scripts/functions/rvmrc | |
+++ /scripts/functions/rvmrc : 3 > export escape_flag _first _second | |
+++ /scripts/functions/rvmrc : 4 > escape_flag=1 | |
+++ /scripts/functions/rvmrc : 5 > _first=0 | |
+++ /scripts/functions/rvmrc : 6 > _second=1 | |
++ /scripts/base : 94 > for entry in '${scripts[@]}' | |
++ /scripts/base : 95 > source /home/deploy/.rvm/scripts/functions/install | |
++ /scripts/base : 94 > for entry in '${scripts[@]}' | |
++ /scripts/base : 95 > source /home/deploy/.rvm/scripts/functions/environment | |
++ /scripts/base : 94 > for entry in '${scripts[@]}' | |
++ /scripts/base : 95 > source /home/deploy/.rvm/scripts/functions/gemset | |
++ /scripts/base : 94 > for entry in '${scripts[@]}' | |
++ /scripts/base : 95 > source /home/deploy/.rvm/scripts/functions/db | |
++ /scripts/base : 94 > for entry in '${scripts[@]}' | |
++ /scripts/base : 95 > source /home/deploy/.rvm/scripts/functions/bundler | |
++ /scripts/base : 97 > unset scripts entry rvm_base_except | |
+ /scripts/manage : 14 > source /home/deploy/.rvm/scripts/patches | |
+ /scripts/manage : 15 > source /home/deploy/.rvm/scripts/functions/build | |
+ /scripts/manage : 16 > source /home/deploy/.rvm/scripts/functions/pkg | |
+ /scripts/manage : 17 > source /home/deploy/.rvm/scripts/functions/irbrc | |
+ /scripts/manage : 18 > source /home/deploy/.rvm/scripts/functions/db | |
+ /scripts/manage : 19 > source /home/deploy/.rvm/scripts/functions/manage/base | |
+ /scripts/manage : 21 > unset RUBYLIB RUBYOPT | |
+ /scripts/manage : 23 > args=($*) | |
+ /scripts/manage : 24 > action=reinstall | |
+ /scripts/manage : 25 > rubies_string=1.9.3 | |
++ /scripts/manage : 26 > echo | |
+ /scripts/manage : 26 > args= | |
+ /scripts/manage : 27 > binaries=() | |
+ /scripts/manage : 29 > __rvm_manage_rubies | |
+ /scripts/functions/manage/base : __rvm_manage_rubies() 1139 > typeset manage_result bin_line | |
+ /scripts/functions/manage/base : __rvm_manage_rubies() 1141 > manage_result=0 | |
+ /scripts/functions/manage/base : __rvm_manage_rubies() 1143 > rvm_gemset_name= | |
+ /scripts/functions/manage/base : __rvm_manage_rubies() 1144 > rvm_ruby_selected_flag=0 | |
+ /scripts/functions/manage/base : __rvm_manage_rubies() 1146 > rvm_ruby_gem_home='//@*' | |
+ /scripts/functions/manage/base : __rvm_manage_rubies() 1147 > rvm_ruby_string=1.9.3 | |
+ /scripts/functions/manage/base : __rvm_manage_rubies() 1150 > [[ -n 1.9.3 ]] | |
+ /scripts/functions/manage/base : __rvm_manage_rubies() 1152 > rubies=(${rubies_string//,/ }) | |
+ /scripts/functions/manage/base : __rvm_manage_rubies() 1154 > for rvm_ruby_string in '"${rubies[@]}"' | |
+ /scripts/functions/manage/base : __rvm_manage_rubies() 1156 > current_ruby_string=1.9.3 | |
+ /scripts/functions/manage/base : __rvm_manage_rubies() 1158 > rvm_hook=before_install | |
+ /scripts/functions/manage/base : __rvm_manage_rubies() 1159 > source /home/deploy/.rvm/scripts/hook | |
++ /scripts/hook : source() 4 > typeset rvm_verbose_flag rvm_debug_flag hooks | |
++ /scripts/hook : source() 6 > true 0 0 before_install | |
++ /scripts/hook : source() 8 > [[ -n before_install ]] | |
++ /scripts/hook : source() 10 > [[ /home/deploy/.rvm/hooks/before_install == \/\h\o\m\e\/\d\e\p\l\o\y\/\.\r\v\m\/\h\o\o\k\s\/\b\e\f\o\r\e\_\i\n\s\t\a\l\l ]] | |
++ /scripts/hook : source() 12 > hooks=("$rvm_hooks_path/$rvm_hook") | |
++ /scripts/hook : source() 17 > for hook in '"${hooks[@]}"' | |
++ /scripts/hook : source() 19 > [[ -s /home/deploy/.rvm/hooks/before_install ]] | |
++ /scripts/hook : source() 28 > continue | |
++ /scripts/hook : source() 34 > unset rvm_hook hooks | |
+ /scripts/functions/manage/base : __rvm_manage_rubies() 1161 > eval __rvm_reinstall_ruby | |
++ /scripts/functions/manage/base : __rvm_manage_rubies() 1161 > __rvm_reinstall_ruby | |
++ /scripts/functions/manage/base : __rvm_reinstall_ruby() 923 > typeset _params | |
++ /scripts/functions/manage/base : __rvm_reinstall_ruby() 924 > _params=("$@") | |
++ /scripts/functions/manage/base : __rvm_reinstall_ruby() 925 > __rvm_remove_ruby | |
++ /scripts/functions/manage/base : __rvm_remove_ruby() 870 > typeset dir | |
++ /scripts/functions/manage/base : __rvm_remove_ruby() 872 > (( 0 == 0 )) | |
++ /scripts/functions/manage/base : __rvm_remove_ruby() 874 > __rvm_select | |
++ /scripts/selector : __rvm_select() 6 > true | |
++ /scripts/selector : __rvm_select() 7 > typeset _original_env_string | |
++ /scripts/selector : __rvm_select() 8 > _original_env_string= | |
++ /scripts/selector : __rvm_select() 11 > export GEM_HOME GEM_PATH MY_RUBY_HOME RUBY_VERSION IRBRC | |
++ /scripts/selector : __rvm_select() 12 > export rvm_env_string rvm_action rvm_alias_expanded rvm_archive_extension rvm_bin_flag rvm_bin_path rvm_configure_flags rvm_debug_flag rvm_default_flag rvm_delete_flag rvm_docs_type rvm_dump_environment_flag rvm_error_message rvm_expanding_aliases rvm_file_name rvm_gemdir_flag rvm_gemset_name rvm_gemstone_package_file rvm_gemstone_url rvm_head_flag rvm_hook rvm_install_args rvm_install_on_use_flag rvm_llvm_flag rvm_loaded_flag rvm_make_flags rvm_niceness rvm_nightly_flag rvm_only_path_flag rvm_parse_break rvm_patch_names rvm_patch_original_pwd rvm_pretty_print_flag rvm_proxy rvm_quiet_flag rvm_ree_options rvm_reload_flag rvm_remove_flag rvm_ruby_alias rvm_ruby_aliases rvm_ruby_args rvm_ruby_binary rvm_ruby_bits rvm_ruby_configure rvm_ruby_file rvm_ruby_gem_home rvm_ruby_gem_path rvm_ruby_global_gems_path rvm_ruby_home rvm_ruby_interpreter rvm_ruby_irbrc rvm_ruby_load_path rvm_ruby_major_version rvm_ruby_make rvm_ruby_make_install rvm_ruby_minor_version rvm_ruby_mode rvm_ruby_name rvm_ruby_package_file rvm_ruby_package_name rvm_ruby_patch rvm_ruby_patch_level rvm_ruby_release_version rvm_ruby_repo_url rvm_ruby_require rvm_ruby_revision rvm_ruby_selected_flag rvm_ruby_sha rvm_ruby_string rvm_ruby_strings rvm_ruby_tag rvm_ruby_url rvm_ruby_user_tag rvm_ruby_version rvm_script_name rvm_sdk rvm_silent_flag rvm_sticky_flag rvm_system_flag rvm_token rvm_trace_flag rvm_use_flag rvm_user_flag rvm_verbose_flag rvm_wrapper_name rvm_architectures | |
++ /scripts/selector : __rvm_select() 14 > [[ -z 1.9.3 ]] | |
++ /scripts/selector : __rvm_select() 38 > __rvm_ruby_string | |
++ /scripts/selector : __rvm_ruby_string() 586 > typeset ruby_string gemset_name expanded_alias_name repo_url branch_name ruby_name | |
++ /scripts/selector : __rvm_ruby_string() 588 > __rvm_default_flags | |
++ /scripts/functions/env : __rvm_default_flags() 9 > true 0 0 | |
++ /scripts/selector : __rvm_ruby_string() 590 > rvm_expanding_aliases= | |
++ /scripts/selector : __rvm_ruby_string() 593 > true '' '' '' '' '' '' '' @ 1.9.3 0 0 | |
++ /scripts/selector : __rvm_ruby_string() 598 > echo 1.9.3 | |
++ /scripts/selector : __rvm_ruby_string() 598 > grep @ | |
++ /scripts/selector : __rvm_ruby_string() 605 > (( rvm_expanding_aliases == 0 )) | |
++ /scripts/selector : __rvm_ruby_string() 606 > [[ -n 1.9.3 ]] | |
++ /scripts/selector : __rvm_ruby_string() 606 > [[ 1.9.3 != \s\y\s\t\e\m ]] | |
+++ /scripts/selector : __rvm_ruby_string() 608 > /home/deploy/.rvm/scripts/alias show 1.9.3 | |
++ /scripts/selector : __rvm_ruby_string() 608 > expanded_alias_name= | |
++ /scripts/selector : __rvm_ruby_string() 609 > [[ -n '' ]] | |
++ /scripts/selector : __rvm_ruby_string() 612 > [[ 1.9.3 == default ]] | |
++ /scripts/selector : __rvm_ruby_string() 619 > echo 1.9.3 | |
++ /scripts/selector : __rvm_ruby_string() 619 > grep @ | |
++ /scripts/selector : __rvm_ruby_string() 625 > ruby_string=1.9.3 | |
++ /scripts/selector : __rvm_ruby_string() 626 > gemset_name= | |
++ /scripts/selector : __rvm_ruby_string() 627 > repo_url= | |
++ /scripts/selector : __rvm_ruby_string() 628 > branch_name= | |
++ /scripts/selector : __rvm_ruby_string() 629 > ruby_name= | |
++ /scripts/selector : __rvm_ruby_string() 631 > __rvm_unset_ruby_variables | |
++ /scripts/functions/env : __rvm_unset_ruby_variables() 21 > unset rvm_env_string rvm_ruby_string rvm_ruby_strings rvm_ruby_binary rvm_ruby_gem_home rvm_ruby_gem_path rvm_ruby_home rvm_ruby_interpreter rvm_ruby_irbrc rvm_ruby_log_path rvm_ruby_major_version rvm_ruby_minor_version rvm_ruby_package_name rvm_ruby_patch_level rvm_ruby_release_version rvm_ruby_repo_url rvm_ruby_repo_branch rvm_ruby_revision rvm_ruby_selected_flag rvm_ruby_tag rvm_ruby_version rvm_ruby_load_path rvm_ruby_require rvm_head_flag rvm_ruby_package_file rvm_ruby_configure rvm_ruby_name rvm_ruby_url rvm_ruby_global_gems_path rvm_ruby_args rvm_ruby_name rvm_llvm_flag | |
++ /scripts/functions/env : __rvm_unset_ruby_variables() 22 > __rvm_load_rvmrc | |
++ /scripts/functions/init : __rvm_load_rvmrc() 5 > typeset _file | |
++ /scripts/functions/init : __rvm_load_rvmrc() 6 > (( 0 == 1 )) | |
++ /scripts/functions/init : __rvm_load_rvmrc() 11 > : rvm_stored_umask:0002 | |
++ /scripts/functions/init : __rvm_load_rvmrc() 12 > for _file in /etc/rvmrc '"$HOME/.rvmrc"' | |
++ /scripts/functions/init : __rvm_load_rvmrc() 14 > [[ -s /etc/rvmrc ]] | |
++ /scripts/functions/init : __rvm_load_rvmrc() 12 > for _file in /etc/rvmrc '"$HOME/.rvmrc"' | |
++ /scripts/functions/init : __rvm_load_rvmrc() 14 > [[ -s /home/deploy/.rvmrc ]] | |
++ /scripts/functions/init : __rvm_load_rvmrc() 30 > return 0 | |
++ /scripts/selector : __rvm_ruby_string() 633 > rvm_ruby_repo_url= | |
++ /scripts/selector : __rvm_ruby_string() 634 > rvm_ruby_repo_branch= | |
++ /scripts/selector : __rvm_ruby_string() 635 > rvm_ruby_name= | |
++ /scripts/selector : __rvm_ruby_string() 637 > [[ -n '' ]] | |
++ /scripts/selector : __rvm_ruby_string() 643 > strings=($(echo ${ruby_string//-/ })) | |
+++ /scripts/selector : __rvm_ruby_string() 643 > echo 1.9.3 | |
++ /scripts/selector : __rvm_ruby_string() 645 > (( 1 == 0 )) | |
++ /scripts/selector : __rvm_ruby_string() 660 > for string in '${strings[@]}' | |
++ /scripts/selector : __rvm_ruby_string() 662 > case "$string" in | |
++ /scripts/selector : __rvm_ruby_string() 712 > [[ '' == \r\b\x ]] | |
++ /scripts/selector : __rvm_ruby_string() 725 > case "$string" in | |
++ /scripts/selector : __rvm_ruby_string() 727 > rvm_ruby_version=1.9.3 | |
++ /scripts/selector : __rvm_ruby_string() 728 > rvm_ruby_revision= | |
++ /scripts/selector : __rvm_ruby_string() 729 > rvm_ruby_tag= | |
++ /scripts/selector : __rvm_ruby_string() 833 > [[ -z '' ]] | |
++ /scripts/selector : __rvm_ruby_string() 836 > case "$rvm_ruby_version" in | |
++ /scripts/selector : __rvm_ruby_string() 837 > rvm_ruby_interpreter=ruby | |
++ /scripts/selector : __rvm_ruby_string() 849 > rvm_ruby_version=1.9.3 | |
++ /scripts/selector : __rvm_ruby_string() 850 > [[ -z 1.9.3 ]] | |
++ /scripts/selector : __rvm_ruby_string() 857 > [[ -z 1.9.3 ]] | |
++ /scripts/selector : __rvm_ruby_string() 861 > rvm_ruby_string=ruby-1.9.3 | |
++ /scripts/selector : __rvm_ruby_string() 864 > [[ ruby == \e\x\t ]] | |
++ /scripts/selector : __rvm_ruby_string() 868 > (( 0 == 1 )) | |
++ /scripts/selector : __rvm_ruby_string() 872 > [[ -n '' ]] | |
++ /scripts/selector : __rvm_ruby_string() 876 > [[ -n '' ]] | |
++ /scripts/selector : __rvm_ruby_string() 880 > [[ -n '' ]] | |
++ /scripts/selector : __rvm_ruby_string() 884 > [[ -n '' ]] | |
++ /scripts/selector : __rvm_ruby_string() 888 > [[ -n '' ]] | |
+++ /scripts/selector : __rvm_ruby_string() 896 > __rvm_db ruby_1.9.3_patch_level | |
+++ /scripts/functions/db : __rvm_db() 7 > typeset value key variable | |
+++ /scripts/functions/db : __rvm_db() 9 > key=ruby_1.9.3_patch_level | |
+++ /scripts/functions/db : __rvm_db() 10 > key=ruby_1.9.3_patch_level | |
+++ /scripts/functions/db : __rvm_db() 11 > variable= | |
+++ /scripts/functions/db : __rvm_db() 13 > [[ -f /home/deploy/.rvm/user/db ]] | |
++++ /scripts/functions/db : __rvm_db() 14 > /home/deploy/.rvm/scripts/db /home/deploy/.rvm/user/db ruby_1.9.3_patch_level | |
+++ /scripts/functions/db : __rvm_db() 14 > value= | |
+++ /scripts/functions/db : __rvm_db() 17 > [[ -z '' ]] | |
++++ /scripts/functions/db : __rvm_db() 18 > /home/deploy/.rvm/scripts/db /home/deploy/.rvm/config/db ruby_1.9.3_patch_level | |
+++ /scripts/functions/db : __rvm_db() 18 > value=125 | |
+++ /scripts/functions/db : __rvm_db() 21 > [[ -n 125 ]] | |
+++ /scripts/functions/db : __rvm_db() 22 > [[ -z '' ]] | |
+++ /scripts/functions/db : __rvm_db() 23 > echo 125 | |
+++ /scripts/functions/db : __rvm_db() 29 > return 0 | |
++ /scripts/selector : __rvm_ruby_string() 895 > patch_level=125 | |
++ /scripts/selector : __rvm_ruby_string() 897 > [[ -n 125 ]] | |
++ /scripts/selector : __rvm_ruby_string() 899 > case "$rvm_ruby_interpreter" in | |
++ /scripts/selector : __rvm_ruby_string() 906 > rvm_ruby_patch_level=p125 | |
++ /scripts/selector : __rvm_ruby_string() 912 > [[ -n p125 ]] | |
++ /scripts/selector : __rvm_ruby_string() 914 > rvm_ruby_patch_level=p125 | |
++ /scripts/selector : __rvm_ruby_string() 915 > rvm_ruby_patch_level=p125 | |
++ /scripts/selector : __rvm_ruby_string() 916 > rvm_ruby_string=ruby-1.9.3-p125 | |
++ /scripts/selector : __rvm_ruby_string() 918 > case "$rvm_ruby_interpreter" in | |
++ /scripts/selector : __rvm_ruby_string() 924 > rvm_ruby_string=ruby-1.9.3-p125 | |
++ /scripts/selector : __rvm_ruby_string() 925 > rvm_ruby_string=ruby-1.9.3-p125 | |
++ /scripts/selector : __rvm_ruby_string() 931 > [[ -n '' ]] | |
++ /scripts/selector : __rvm_ruby_string() 940 > detected_rvm_ruby_name= | |
++ /scripts/selector : __rvm_select() 40 > rvm_archive_extension=tar.gz | |
++ /scripts/selector : __rvm_select() 42 > [[ -z ruby ]] | |
++ /scripts/selector : __rvm_select() 47 > case "$rvm_ruby_interpreter" in | |
++ /scripts/selector : __rvm_select() 261 > [[ -n p125 ]] | |
++ /scripts/selector : __rvm_select() 263 > rvm_ruby_package_file=ruby-1.9.3-p125 | |
++ /scripts/selector : __rvm_select() 264 > rvm_ruby_package_name=ruby-1.9.3-p125 | |
++ /scripts/selector : __rvm_select() 270 > [[ -z 1.9.3 ]] | |
+++ /scripts/selector : __rvm_select() 274 > __rvm_db ruby_repo_url | |
+++ /scripts/functions/db : __rvm_db() 7 > typeset value key variable | |
+++ /scripts/functions/db : __rvm_db() 9 > key=ruby_repo_url | |
+++ /scripts/functions/db : __rvm_db() 10 > key=ruby_repo_url | |
+++ /scripts/functions/db : __rvm_db() 11 > variable= | |
+++ /scripts/functions/db : __rvm_db() 13 > [[ -f /home/deploy/.rvm/user/db ]] | |
++++ /scripts/functions/db : __rvm_db() 14 > /home/deploy/.rvm/scripts/db /home/deploy/.rvm/user/db ruby_repo_url | |
+++ /scripts/functions/db : __rvm_db() 14 > value= | |
+++ /scripts/functions/db : __rvm_db() 17 > [[ -z '' ]] | |
++++ /scripts/functions/db : __rvm_db() 18 > /home/deploy/.rvm/scripts/db /home/deploy/.rvm/config/db ruby_repo_url | |
+++ /scripts/functions/db : __rvm_db() 18 > value=git://github.com/ruby/ruby.git | |
+++ /scripts/functions/db : __rvm_db() 21 > [[ -n git://github.com/ruby/ruby.git ]] | |
+++ /scripts/functions/db : __rvm_db() 22 > [[ -z '' ]] | |
+++ /scripts/functions/db : __rvm_db() 23 > echo git://github.com/ruby/ruby.git | |
+++ /scripts/functions/db : __rvm_db() 29 > return 0 | |
++ /scripts/selector : __rvm_select() 274 > rvm_ruby_repo_url=git://github.com/ruby/ruby.git | |
++ /scripts/selector : __rvm_select() 275 > (( 0 == 0 )) | |
++ /scripts/selector : __rvm_select() 277 > case "${rvm_ruby_version}" in | |
++ /scripts/selector : __rvm_select() 282 > rvm_archive_extension=tar.bz2 | |
++ /scripts/selector : __rvm_select() 325 > [[ -n 1.9.3 ]] | |
++ /scripts/selector : __rvm_select() 327 > case "$rvm_ruby_version" in | |
++ /scripts/selector : __rvm_select() 329 > rvm_ruby_release_version=1 | |
++ /scripts/selector : __rvm_select() 330 > rvm_ruby_major_version=1.9 | |
++ /scripts/selector : __rvm_select() 330 > rvm_ruby_major_version=9 | |
++ /scripts/selector : __rvm_select() 331 > rvm_ruby_minor_version=3 | |
++ /scripts/selector : __rvm_select() 341 > [[ ruby == ext ]] | |
++ /scripts/selector : __rvm_select() 347 > rvm_ruby_package_name=ruby-1.9.3-p125 | |
++ /scripts/selector : __rvm_select() 348 > rvm_ruby_home=/home/deploy/.rvm/rubies/ruby-1.9.3-p125 | |
++ /scripts/selector : __rvm_select() 349 > rvm_ruby_irbrc=/home/deploy/.rvm/rubies/ruby-1.9.3-p125/.irbrc | |
++ /scripts/selector : __rvm_select() 350 > rvm_ruby_binary=/home/deploy/.rvm/rubies/ruby-1.9.3-p125/bin/ruby | |
++ /scripts/selector : __rvm_select() 354 > [[ maglev == \r\u\b\y ]] | |
++ /scripts/selector : __rvm_select() 360 > __rvm_gemset_select | |
++ /scripts/selector_gemsets : __rvm_gemset_select() 125 > __rvm_gemset_select_only | |
++ /scripts/selector_gemsets : __rvm_gemset_select_only() 54 > rvm_ruby_gem_home=/home/deploy/.rvm/gems/ruby-1.9.3-p125 | |
++ /scripts/selector_gemsets : __rvm_gemset_select_only() 56 > : rvm_ignore_gemsets_flag:0: | |
++ /scripts/selector_gemsets : __rvm_gemset_select_only() 57 > (( rvm_ignore_gemsets_flag )) | |
++ /scripts/selector_gemsets : __rvm_gemset_select_only() 63 > rvm_ruby_global_gems_path=/home/deploy/.rvm/gems/ruby-1.9.3-p125@global | |
++ /scripts/selector_gemsets : __rvm_gemset_select_only() 65 > __rvm_gemset_handle_default | |
++ /scripts/selector_gemsets : __rvm_gemset_handle_default() 5 > rvm_gemset_name=@@ | |
++ /scripts/selector_gemsets : __rvm_gemset_handle_default() 6 > rvm_gemset_name=@@ | |
++ /scripts/selector_gemsets : __rvm_gemset_handle_default() 7 > rvm_gemset_name=@ | |
++ /scripts/selector_gemsets : __rvm_gemset_handle_default() 8 > rvm_gemset_name= | |
++ /scripts/selector_gemsets : __rvm_gemset_select_only() 66 > [[ -z '' ]] | |
++ /scripts/selector_gemsets : __rvm_gemset_select_only() 69 > [[ '' == \g\l\o\b\a\l ]] | |
++ /scripts/selector_gemsets : __rvm_gemset_select_only() 73 > rvm_ruby_gem_path=/home/deploy/.rvm/gems/ruby-1.9.3-p125:/home/deploy/.rvm/gems/ruby-1.9.3-p125@global | |
++ /scripts/selector_gemsets : __rvm_gemset_select_only() 77 > [[ -n '' ]] | |
++ /scripts/selector_gemsets : __rvm_gemset_select_only() 81 > rvm_env_string=ruby-1.9.3-p125 | |
++ /scripts/selector_gemsets : __rvm_gemset_select() 126 > __rvm_gemset_select_validation | |
++ /scripts/selector_gemsets : __rvm_gemset_select_validation() 88 > [[ ! -d /home/deploy/.rvm/gems/ruby-1.9.3-p125 ]] | |
++ /scripts/selector_gemsets : __rvm_gemset_select_validation() 90 > (( 0 == 0 && 0 == 0 && 0 == 0 )) | |
++ /scripts/selector_gemsets : __rvm_gemset_select_validation() 92 > rvm_expected_gemset_name= | |
++ /scripts/selector_gemsets : __rvm_gemset_select_validation() 93 > rvm_gemset_name= | |
++ /scripts/selector_gemsets : __rvm_gemset_select_validation() 94 > __rvm_gemset_select_only | |
++ /scripts/selector_gemsets : __rvm_gemset_select_only() 54 > rvm_ruby_gem_home=/home/deploy/.rvm/gems/ruby-1.9.3-p125 | |
++ /scripts/selector_gemsets : __rvm_gemset_select_only() 56 > : rvm_ignore_gemsets_flag:0: | |
++ /scripts/selector_gemsets : __rvm_gemset_select_only() 57 > (( rvm_ignore_gemsets_flag )) | |
++ /scripts/selector_gemsets : __rvm_gemset_select_only() 63 > rvm_ruby_global_gems_path=/home/deploy/.rvm/gems/ruby-1.9.3-p125@global | |
++ /scripts/selector_gemsets : __rvm_gemset_select_only() 65 > __rvm_gemset_handle_default | |
++ /scripts/selector_gemsets : __rvm_gemset_handle_default() 5 > rvm_gemset_name=@@ | |
++ /scripts/selector_gemsets : __rvm_gemset_handle_default() 6 > rvm_gemset_name=@@ | |
++ /scripts/selector_gemsets : __rvm_gemset_handle_default() 7 > rvm_gemset_name=@ | |
++ /scripts/selector_gemsets : __rvm_gemset_handle_default() 8 > rvm_gemset_name= | |
++ /scripts/selector_gemsets : __rvm_gemset_select_only() 66 > [[ -z '' ]] | |
++ /scripts/selector_gemsets : __rvm_gemset_select_only() 69 > [[ '' == \g\l\o\b\a\l ]] | |
++ /scripts/selector_gemsets : __rvm_gemset_select_only() 73 > rvm_ruby_gem_path=/home/deploy/.rvm/gems/ruby-1.9.3-p125:/home/deploy/.rvm/gems/ruby-1.9.3-p125@global | |
++ /scripts/selector_gemsets : __rvm_gemset_select_only() 77 > [[ -n '' ]] | |
++ /scripts/selector_gemsets : __rvm_gemset_select_only() 81 > rvm_env_string=ruby-1.9.3-p125 | |
++ /scripts/selector_gemsets : __rvm_gemset_select_validation() 95 > return 2 | |
++ /scripts/selector : __rvm_select() 361 > case $? in | |
++ /scripts/selector : __rvm_select() 367 > rvm_ruby_selected_flag=1 | |
++ /scripts/selector : __rvm_select() 369 > [[ -d /home/deploy/.rvm/log/ruby-1.9.3-p125 ]] | |
++ /scripts/selector : __rvm_select() 371 > mkdir -p /home/deploy/.rvm/log/ruby-1.9.3-p125 | |
++ /scripts/selector : __rvm_select() 374 > rvm_ruby_interpreter=ruby | |
++ /scripts/functions/manage/base : __rvm_remove_ruby() 877 > [[ -n ruby-1.9.3-p125 ]] | |
++ /scripts/functions/manage/base : __rvm_remove_ruby() 879 > for dir in '"${rvm_src_path}"' '"${rvm_rubies_path}"' | |
++ /scripts/functions/manage/base : __rvm_remove_ruby() 881 > [[ -d /home/deploy/.rvm/src/ruby-1.9.3-p125 ]] | |
++ /scripts/functions/manage/base : __rvm_remove_ruby() 883 > rvm_log 'Removing /home/deploy/.rvm/src/ruby-1.9.3-p125...' | |
++ /scripts/functions/logging : rvm_log() 80 > rvm_pretty_print stdout | |
++ /scripts/functions/logging : rvm_pretty_print() 17 > case "${rvm_pretty_print_flag:=auto}" in | |
++ /scripts/functions/logging : rvm_pretty_print() 22 > case "${TERM:-dumb}" in | |
++ /scripts/functions/logging : rvm_pretty_print() 25 > case "$1" in | |
++ /scripts/functions/logging : rvm_pretty_print() 26 > [[ -t 1 ]] | |
++ /scripts/functions/logging : rvm_pretty_print() 32 > return 0 | |
++ /scripts/functions/logging : rvm_log() 81 > printf %b 'Removing /home/deploy/.rvm/src/ruby-1.9.3-p125...\n' | |
Removing /home/deploy/.rvm/src/ruby-1.9.3-p125... | |
++ /scripts/functions/manage/base : __rvm_remove_ruby() 884 > __rvm_rm_rf /home/deploy/.rvm/src/ruby-1.9.3-p125 | |
++ /scripts/functions/cleanup : __rvm_rm_rf() 8 > typeset result target | |
++ /scripts/functions/cleanup : __rvm_rm_rf() 9 > result=1 | |
++ /scripts/functions/cleanup : __rvm_rm_rf() 10 > target=/home/deploy/.rvm/src/ruby-1.9.3-p125 | |
++ /scripts/functions/cleanup : __rvm_rm_rf() 13 > [[ -n '' ]] | |
++ /scripts/functions/cleanup : __rvm_rm_rf() 17 > [[ -n 4.2.10(1)-release ]] | |
++ /scripts/functions/cleanup : __rvm_rm_rf() 19 > shopt -s extglob | |
++ /scripts/functions/cleanup : __rvm_rm_rf() 25 > case "${target}" in | |
++ /scripts/functions/cleanup : __rvm_rm_rf() 31 > [[ -n /home/deploy/.rvm/src/ruby-1.9.3-p125 ]] | |
++ /scripts/functions/cleanup : __rvm_rm_rf() 33 > [[ -d /home/deploy/.rvm/src/ruby-1.9.3-p125 ]] | |
++ /scripts/functions/cleanup : __rvm_rm_rf() 35 > rm -rf /home/deploy/.rvm/src/ruby-1.9.3-p125 | |
++ /scripts/functions/cleanup : __rvm_rm_rf() 36 > result=0 | |
++ /scripts/functions/cleanup : __rvm_rm_rf() 48 > return 0 | |
++ /scripts/functions/manage/base : __rvm_remove_ruby() 879 > for dir in '"${rvm_src_path}"' '"${rvm_rubies_path}"' | |
++ /scripts/functions/manage/base : __rvm_remove_ruby() 881 > [[ -d /home/deploy/.rvm/rubies/ruby-1.9.3-p125 ]] | |
++ /scripts/functions/manage/base : __rvm_remove_ruby() 886 > rvm_log 'it seems that /home/deploy/.rvm/rubies/ruby-1.9.3-p125 is already non existent.' | |
++ /scripts/functions/logging : rvm_log() 80 > rvm_pretty_print stdout | |
++ /scripts/functions/logging : rvm_pretty_print() 17 > case "${rvm_pretty_print_flag:=auto}" in | |
++ /scripts/functions/logging : rvm_pretty_print() 22 > case "${TERM:-dumb}" in | |
++ /scripts/functions/logging : rvm_pretty_print() 25 > case "$1" in | |
++ /scripts/functions/logging : rvm_pretty_print() 26 > [[ -t 1 ]] | |
++ /scripts/functions/logging : rvm_pretty_print() 32 > return 0 | |
++ /scripts/functions/logging : rvm_log() 81 > printf %b 'it seems that /home/deploy/.rvm/rubies/ruby-1.9.3-p125 is already non existent.\n' | |
it seems that /home/deploy/.rvm/rubies/ruby-1.9.3-p125 is already non existent. | |
++ /scripts/functions/manage/base : __rvm_remove_ruby() 889 > [[ -e /home/deploy/.rvm/bin/ruby-1.9.3-p125 ]] | |
++ /scripts/functions/manage/base : __rvm_remove_ruby() 894 > [[ -d /home/deploy/.rvm/externals/ruby-1.9.3-p125 ]] | |
++ /scripts/functions/manage/base : __rvm_remove_ruby() 899 > __rvm_check_default | |
++ /scripts/functions/manage/base : __rvm_check_default() 805 > typeset default_ruby_interpreter current_ruby_interpreter | |
+++ /scripts/functions/manage/base : __rvm_check_default() 808 > rvm alias show default | |
+++ /scripts/functions/manage/base : __rvm_check_default() 808 > awk -F@ '{print $1}' | |
++ /scripts/functions/manage/base : __rvm_check_default() 808 > default_ruby_interpreter= | |
+++ /scripts/functions/manage/base : __rvm_check_default() 811 > echo ruby-1.9.3-p125 | |
+++ /scripts/functions/manage/base : __rvm_check_default() 811 > awk -F@ '{print $1}' | |
++ /scripts/functions/manage/base : __rvm_check_default() 811 > current_ruby_interpreter=ruby-1.9.3-p125 | |
++ /scripts/functions/manage/base : __rvm_check_default() 814 > [[ -n ruby-1.9.3-p125 ]] | |
++ /scripts/functions/manage/base : __rvm_check_default() 814 > [[ ruby-1.9.3-p125 == '' ]] | |
++ /scripts/functions/manage/base : __rvm_check_default() 820 > return 0 | |
++ /scripts/functions/manage/base : __rvm_remove_ruby() 900 > __rvm_remove_install_record ruby-1.9.3-p125 | |
++ /scripts/functions/install : __rvm_remove_install_record() 34 > typeset recorded_ruby_name rvm_install_record_file | |
+++ /scripts/functions/install : __rvm_remove_install_record() 36 > /home/deploy/.rvm/scripts/tools strings ruby-1.9.3-p125 | |
++ /scripts/base : 11 > [[ -z '' ]] | |
++ /scripts/base : 16 > export PS4 | |
++ /scripts/base : 17 > PS4='+ ${BASH_SOURCE##${rvm_path:-}} : ${FUNCNAME[0]:+${FUNCNAME[0]}()} ${LINENO} > ' | |
++ /scripts/base : 26 > export __array_start rvm_path | |
++ /scripts/base : 31 > [[ -n '' ]] | |
++ /scripts/base : 35 > __array_start=0 | |
++ /scripts/base : 38 > (( 0 == 0 )) | |
+++ /scripts/base : 40 > umask | |
++ /scripts/base : 40 > : rvm_stored_umask:0002 | |
++ /scripts/base : 41 > for rvmrc in /etc/rvmrc '"$HOME/.rvmrc"' | |
++ /scripts/base : 43 > [[ -f /etc/rvmrc ]] | |
++ /scripts/base : 41 > for rvmrc in /etc/rvmrc '"$HOME/.rvmrc"' | |
++ /scripts/base : 43 > [[ -f /home/deploy/.rvmrc ]] | |
++ /scripts/base : 60 > export rvm_path | |
++ /scripts/base : 61 > [[ -z /home/deploy/.rvm ]] | |
++ /scripts/base : 73 > true /home/deploy/.rvm/scripts | |
++ /scripts/base : 76 > source /home/deploy/.rvm/scripts/initialize | |
+++ /scripts/initialize : 3 > : rvm_trace_flag:1 | |
+++ /scripts/initialize : 4 > (( rvm_trace_flag > 0 )) | |
+++ /scripts/initialize : 6 > set -o xtrace | |
+++ /scripts/initialize : 9 > [[ -z '' ]] | |
+++ /scripts/initialize : 14 > export PS4 | |
+++ /scripts/initialize : 15 > PS4='+ ${BASH_SOURCE##${rvm_path:-}} : ${FUNCNAME[0]:+${FUNCNAME[0]}()} ${LINENO} > ' | |
+++ /scripts/initialize : 26 > [[ -n 4.2.10(1)-release ]] | |
+++ /scripts/initialize : 28 > shopt -s extglob | |
+++ /scripts/initialize : 38 > export __rvm_env_loaded | |
+++ /scripts/initialize : 40 > : __rvm_env_loaded:2: | |
+++ /scripts/initialize : 42 > : __rvm_env_loaded:3: | |
+++ /scripts/initialize : 45 > [[ -z /home/deploy/.rvm/tmp ]] | |
+++ /scripts/initialize : 45 > (( __rvm_env_loaded == 1 )) | |
++ /scripts/base : 80 > case " ${rvm_base_except:-} " in | |
++ /scripts/base : 85 > source /home/deploy/.rvm/scripts/selector | |
++ /scripts/base : 86 > source /home/deploy/.rvm/scripts/selector_gemsets | |
++ /scripts/base : 90 > typeset -a scripts | |
++ /scripts/base : 93 > scripts=(logging utility init cleanup env rvmrc install environment gemset db bundler) | |
++ /scripts/base : 94 > for entry in '${scripts[@]}' | |
++ /scripts/base : 95 > source /home/deploy/.rvm/scripts/functions/logging | |
+++ /scripts/functions/logging : 40 > case "${TERM:-dumb}" in | |
++++ /scripts/functions/logging : 49 > /home/deploy/.rvm/scripts/color red | |
+++ /scripts/functions/logging : 49 > rvm_error_clr='' | |
++++ /scripts/functions/logging : 50 > /home/deploy/.rvm/scripts/color yellow | |
+++ /scripts/functions/logging : 50 > rvm_warn_clr='' | |
++++ /scripts/functions/logging : 51 > /home/deploy/.rvm/scripts/color magenta | |
+++ /scripts/functions/logging : 51 > rvm_debug_clr='' | |
++++ /scripts/functions/logging : 52 > /home/deploy/.rvm/scripts/color green | |
+++ /scripts/functions/logging : 52 > rvm_notify_clr='' | |
++++ /scripts/functions/logging : 53 > /home/deploy/.rvm/scripts/color reset | |
+++ /scripts/functions/logging : 53 > rvm_reset_clr='' | |
++ /scripts/base : 94 > for entry in '${scripts[@]}' | |
++ /scripts/base : 95 > source /home/deploy/.rvm/scripts/functions/utility | |
+++ /scripts/functions/utility : 3 > [[ -z tar ]] | |
+++ /scripts/functions/utility : 7 > rvm_tar_command=tar | |
+++ /scripts/functions/utility : 10 > [[ ! --no-same-owner =~ --no-same-owner ]] | |
++ /scripts/base : 94 > for entry in '${scripts[@]}' | |
++ /scripts/base : 95 > source /home/deploy/.rvm/scripts/functions/init | |
++ /scripts/base : 94 > for entry in '${scripts[@]}' | |
++ /scripts/base : 95 > source /home/deploy/.rvm/scripts/functions/cleanup | |
++ /scripts/base : 94 > for entry in '${scripts[@]}' | |
++ /scripts/base : 95 > source /home/deploy/.rvm/scripts/functions/env | |
++ /scripts/base : 94 > for entry in '${scripts[@]}' | |
++ /scripts/base : 95 > source /home/deploy/.rvm/scripts/functions/rvmrc | |
+++ /scripts/functions/rvmrc : 3 > export escape_flag _first _second | |
+++ /scripts/functions/rvmrc : 4 > escape_flag=1 | |
+++ /scripts/functions/rvmrc : 5 > _first=0 | |
+++ /scripts/functions/rvmrc : 6 > _second=1 | |
++ /scripts/base : 94 > for entry in '${scripts[@]}' | |
++ /scripts/base : 95 > source /home/deploy/.rvm/scripts/functions/install | |
++ /scripts/base : 94 > for entry in '${scripts[@]}' | |
++ /scripts/base : 95 > source /home/deploy/.rvm/scripts/functions/environment | |
++ /scripts/base : 94 > for entry in '${scripts[@]}' | |
++ /scripts/base : 95 > source /home/deploy/.rvm/scripts/functions/gemset | |
++ /scripts/base : 94 > for entry in '${scripts[@]}' | |
++ /scripts/base : 95 > source /home/deploy/.rvm/scripts/functions/db | |
++ /scripts/base : 94 > for entry in '${scripts[@]}' | |
++ /scripts/base : 95 > source /home/deploy/.rvm/scripts/functions/bundler | |
++ /scripts/base : 97 > unset scripts entry rvm_base_except | |
+ /scripts/tools : 217 > args=($*) | |
+ /scripts/tools : 218 > action=strings | |
++ /scripts/tools : 219 > echo ruby-1.9.3-p125 | |
+ /scripts/tools : 219 > args=ruby-1.9.3-p125 | |
+ /scripts/tools : 221 > [[ -z strings ]] | |
+ /scripts/tools : 223 > case "$action" in | |
+ /scripts/tools : 226 > tools_strings ruby-1.9.3-p125 | |
+ /scripts/tools : tools_strings() 35 > for ruby_name in '"$@"' | |
+ /scripts/tools : tools_strings() 36 > __rvm_unset_ruby_variables | |
+ /scripts/functions/env : __rvm_unset_ruby_variables() 21 > unset rvm_env_string rvm_ruby_string rvm_ruby_strings rvm_ruby_binary rvm_ruby_gem_home rvm_ruby_gem_path rvm_ruby_home rvm_ruby_interpreter rvm_ruby_irbrc rvm_ruby_log_path rvm_ruby_major_version rvm_ruby_minor_version rvm_ruby_package_name rvm_ruby_patch_level rvm_ruby_release_version rvm_ruby_repo_url rvm_ruby_repo_branch rvm_ruby_revision rvm_ruby_selected_flag rvm_ruby_tag rvm_ruby_version rvm_ruby_load_path rvm_ruby_require rvm_head_flag rvm_ruby_package_file rvm_ruby_configure rvm_ruby_name rvm_ruby_url rvm_ruby_global_gems_path rvm_ruby_args rvm_ruby_name rvm_llvm_flag | |
+ /scripts/functions/env : __rvm_unset_ruby_variables() 22 > __rvm_load_rvmrc | |
+ /scripts/functions/init : __rvm_load_rvmrc() 5 > typeset _file | |
+ /scripts/functions/init : __rvm_load_rvmrc() 6 > (( 0 == 1 )) | |
+ /scripts/functions/init : __rvm_load_rvmrc() 11 > : rvm_stored_umask:0002 | |
+ /scripts/functions/init : __rvm_load_rvmrc() 12 > for _file in /etc/rvmrc '"$HOME/.rvmrc"' | |
+ /scripts/functions/init : __rvm_load_rvmrc() 14 > [[ -s /etc/rvmrc ]] | |
+ /scripts/functions/init : __rvm_load_rvmrc() 12 > for _file in /etc/rvmrc '"$HOME/.rvmrc"' | |
+ /scripts/functions/init : __rvm_load_rvmrc() 14 > [[ -s /home/deploy/.rvmrc ]] | |
+ /scripts/functions/init : __rvm_load_rvmrc() 30 > return 0 | |
+ /scripts/tools : tools_strings() 37 > rvm_ruby_string=ruby-1.9.3-p125 | |
+ /scripts/tools : tools_strings() 39 > basename /home/deploy/.rvm/gems/ruby-1.9.3-p125 | |
+ /scripts/tools : 233 > exit 0 | |
++ /scripts/functions/install : __rvm_remove_install_record() 36 > recorded_ruby_name=ruby-1.9.3-p125 | |
++ /scripts/functions/install : __rvm_remove_install_record() 38 > rvm_install_record_file=/home/deploy/.rvm/user/installs | |
++ /scripts/functions/install : __rvm_remove_install_record() 40 > [[ -s /home/deploy/.rvm/user/installs ]] | |
++ /scripts/functions/install : __rvm_remove_install_record() 50 > return 0 | |
++ /scripts/functions/manage/base : __rvm_remove_ruby() 901 > __rvm_remove_gemsets | |
++ /scripts/functions/manage/base : __rvm_remove_gemsets() 931 > typeset gemset gemsets | |
++ /scripts/functions/manage/base : __rvm_remove_gemsets() 933 > (( 0 == 1 )) | |
++ /scripts/functions/manage/base : __rvm_remove_ruby() 902 > __rvm_remove_archives | |
++ /scripts/functions/manage/base : __rvm_remove_archives() 1001 > (( 0 == 1 )) | |
++ /scripts/functions/manage/base : __rvm_remove_ruby() 903 > __rvm_remove_aliases | |
++ /scripts/functions/manage/base : __rvm_remove_aliases() 986 > rvm_log 'Removing ruby-1.9.3-p125 aliases...' | |
++ /scripts/functions/logging : rvm_log() 80 > rvm_pretty_print stdout | |
++ /scripts/functions/logging : rvm_pretty_print() 17 > case "${rvm_pretty_print_flag:=auto}" in | |
++ /scripts/functions/logging : rvm_pretty_print() 22 > case "${TERM:-dumb}" in | |
++ /scripts/functions/logging : rvm_pretty_print() 25 > case "$1" in | |
++ /scripts/functions/logging : rvm_pretty_print() 26 > [[ -t 1 ]] | |
++ /scripts/functions/logging : rvm_pretty_print() 32 > return 0 | |
++ /scripts/functions/logging : rvm_log() 81 > printf %b 'Removing ruby-1.9.3-p125 aliases...\n' | |
Removing ruby-1.9.3-p125 aliases... | |
++ /scripts/functions/manage/base : __rvm_remove_aliases() 988 > typeset alias_name aliases | |
++ /scripts/functions/manage/base : __rvm_remove_aliases() 990 > aliases=($(awk '/'$rvm_ruby_string'/' "$rvm_path/config/alias" | sed 's/=.*//')) | |
+++ /scripts/functions/manage/base : __rvm_remove_aliases() 990 > awk /ruby-1.9.3-p125/ /home/deploy/.rvm/config/alias | |
+++ /scripts/functions/manage/base : __rvm_remove_aliases() 990 > sed 's/=.*//' | |
++ /scripts/functions/manage/base : __rvm_remove_ruby() 904 > __rvm_remove_wrappers | |
++ /scripts/functions/manage/base : __rvm_remove_wrappers() 951 > rvm_log 'Removing ruby-1.9.3-p125 wrappers...' | |
++ /scripts/functions/logging : rvm_log() 80 > rvm_pretty_print stdout | |
++ /scripts/functions/logging : rvm_pretty_print() 17 > case "${rvm_pretty_print_flag:=auto}" in | |
++ /scripts/functions/logging : rvm_pretty_print() 22 > case "${TERM:-dumb}" in | |
++ /scripts/functions/logging : rvm_pretty_print() 25 > case "$1" in | |
++ /scripts/functions/logging : rvm_pretty_print() 26 > [[ -t 1 ]] | |
++ /scripts/functions/logging : rvm_pretty_print() 32 > return 0 | |
++ /scripts/functions/logging : rvm_log() 81 > printf %b 'Removing ruby-1.9.3-p125 wrappers...\n' | |
Removing ruby-1.9.3-p125 wrappers... | |
++ /scripts/functions/manage/base : __rvm_remove_wrappers() 953 > typeset wrapper wrappers | |
++ /scripts/functions/manage/base : __rvm_remove_wrappers() 955 > wrappers=($(find "$rvm_wrappers_path" -maxdepth 1 -mindepth 1 -type d "${name_opt}" "*$rvm_ruby_string*" 2>/dev/null)) | |
+++ /scripts/functions/manage/base : __rvm_remove_wrappers() 955 > find /home/deploy/.rvm/wrappers -maxdepth 1 -mindepth 1 -type d -iname '*ruby-1.9.3-p125*' | |
++ /scripts/functions/manage/base : __rvm_remove_wrappers() 962 > return 0 | |
++ /scripts/functions/manage/base : __rvm_remove_ruby() 905 > __rvm_remove_environments | |
++ /scripts/functions/manage/base : __rvm_remove_environments() 967 > rvm_log 'Removing ruby-1.9.3-p125 environments...' | |
++ /scripts/functions/logging : rvm_log() 80 > rvm_pretty_print stdout | |
++ /scripts/functions/logging : rvm_pretty_print() 17 > case "${rvm_pretty_print_flag:=auto}" in | |
++ /scripts/functions/logging : rvm_pretty_print() 22 > case "${TERM:-dumb}" in | |
++ /scripts/functions/logging : rvm_pretty_print() 25 > case "$1" in | |
++ /scripts/functions/logging : rvm_pretty_print() 26 > [[ -t 1 ]] | |
++ /scripts/functions/logging : rvm_pretty_print() 32 > return 0 | |
++ /scripts/functions/logging : rvm_log() 81 > printf %b 'Removing ruby-1.9.3-p125 environments...\n' | |
Removing ruby-1.9.3-p125 environments... | |
++ /scripts/functions/manage/base : __rvm_remove_environments() 969 > typeset environments environment | |
++ /scripts/functions/manage/base : __rvm_remove_environments() 971 > environments=($(find "$rvm_environments_path" -maxdepth 1 -mindepth 1 -type f "${name_opt}" "*$rvm_ruby_string*" )) | |
+++ /scripts/functions/manage/base : __rvm_remove_environments() 971 > find /home/deploy/.rvm/environments -maxdepth 1 -mindepth 1 -type f -iname '*ruby-1.9.3-p125*' | |
++ /scripts/functions/manage/base : __rvm_remove_environments() 981 > return 0 | |
++ /scripts/functions/manage/base : __rvm_remove_ruby() 906 > __rvm_remove_binaries | |
++ /scripts/functions/manage/base : __rvm_remove_binaries() 1010 > rvm_log 'Removing ruby-1.9.3-p125 binaries...' | |
++ /scripts/functions/logging : rvm_log() 80 > rvm_pretty_print stdout | |
++ /scripts/functions/logging : rvm_pretty_print() 17 > case "${rvm_pretty_print_flag:=auto}" in | |
++ /scripts/functions/logging : rvm_pretty_print() 22 > case "${TERM:-dumb}" in | |
++ /scripts/functions/logging : rvm_pretty_print() 25 > case "$1" in | |
++ /scripts/functions/logging : rvm_pretty_print() 26 > [[ -t 1 ]] | |
++ /scripts/functions/logging : rvm_pretty_print() 32 > return 0 | |
++ /scripts/functions/logging : rvm_log() 81 > printf %b 'Removing ruby-1.9.3-p125 binaries...\n' | |
Removing ruby-1.9.3-p125 binaries... | |
++ /scripts/functions/manage/base : __rvm_remove_binaries() 1013 > typeset binary_name binaries full_binary_path | |
++ /scripts/functions/manage/base : __rvm_remove_binaries() 1015 > binaries=($(find "${rvm_bin_path}" -maxdepth 1 -mindepth 1 "${name_opt}" "*$rvm_ruby_string*" )) | |
+++ /scripts/functions/manage/base : __rvm_remove_binaries() 1015 > find /home/deploy/.rvm/bin -maxdepth 1 -mindepth 1 -iname '*ruby-1.9.3-p125*' | |
++ /scripts/functions/manage/base : __rvm_remove_binaries() 1024 > unset binaries | |
++ /scripts/functions/manage/base : __rvm_remove_binaries() 1026 > return 0 | |
++ /scripts/functions/manage/base : __rvm_remove_ruby() 916 > unset rvm_remove_flag | |
++ /scripts/functions/manage/base : __rvm_remove_ruby() 918 > return 0 | |
++ /scripts/functions/manage/base : __rvm_reinstall_ruby() 926 > __rvm_install_ruby | |
++ /scripts/functions/manage/base : __rvm_install_ruby() 290 > true 0 1 | |
++ /scripts/functions/manage/base : __rvm_install_ruby() 292 > typeset binary __rvm_ruby_name | |
++ /scripts/functions/manage/base : __rvm_install_ruby() 294 > (( rvm_ruby_selected_flag == 0 )) | |
++ /scripts/functions/manage/base : __rvm_install_ruby() 316 > [[ -n '' ]] | |
++ /scripts/functions/manage/base : __rvm_install_ruby() 320 > unset RUBYOPT | |
++ /scripts/functions/manage/base : __rvm_install_ruby() 322 > __rvm_check_for_compiler | |
++ /scripts/functions/build : __rvm_check_for_compiler() 90 > __rvm_selected_compiler | |
++ /scripts/functions/build : __rvm_selected_compiler() 6 > [[ =~ --with-gcc= ]] | |
++ /scripts/functions/build : __rvm_selected_compiler() 13 > [[ -n '' ]] | |
++ /scripts/functions/build : __rvm_selected_compiler() 17 > return 1 | |
++ /scripts/functions/manage/base : __rvm_install_ruby() 323 > true | |
++ /scripts/functions/manage/base : __rvm_install_ruby() 327 > case "${rvm_ruby_interpreter}" in | |
++ /scripts/functions/manage/base : __rvm_install_ruby() 344 > source /home/deploy/.rvm/scripts/functions/manage/ruby | |
++ /scripts/functions/manage/base : __rvm_install_ruby() 345 > ruby_install | |
++ /scripts/functions/manage/ruby : ruby_install() 54 > typeset result | |
++ /scripts/functions/manage/ruby : ruby_install() 56 > __rvm_check_for_bison | |
++ /scripts/functions/build : __rvm_check_for_bison() 101 > true 0 | |
++ /scripts/functions/build : __rvm_check_for_bison() 102 > (( rvm_head_flag > 0 )) | |
++ /scripts/functions/manage/ruby : ruby_install() 57 > __rvm_check_for_bison | |
++ /scripts/functions/build : __rvm_check_for_bison() 101 > true 0 | |
++ /scripts/functions/build : __rvm_check_for_bison() 102 > (( rvm_head_flag > 0 )) | |
++ /scripts/functions/manage/ruby : ruby_install() 58 > true | |
++ /scripts/functions/manage/ruby : ruby_install() 65 > case ${rvm_ruby_string:-""} in | |
++ /scripts/functions/manage/ruby : ruby_install() 67 > true | |
++ /scripts/functions/manage/ruby : ruby_install() 77 > case ${rvm_ruby_string} in | |
++ /scripts/functions/manage/ruby : ruby_install() 80 > libyaml_installed | |
++ /scripts/functions/pkg : libyaml_installed() 252 > typeset path | |
++ /scripts/functions/pkg : libyaml_installed() 253 > path=/home/deploy/.rvm/usr | |
++ /scripts/functions/pkg : libyaml_installed() 254 > [[ -f /home/deploy/.rvm/usr/include/yaml.h ]] | |
++ /scripts/functions/pkg : libyaml_installed() 254 > find /home/deploy/.rvm/usr -name libyaml.so | |
++ /scripts/functions/pkg : libyaml_installed() 254 > grep '.*' | |
++ /scripts/functions/manage/ruby : ruby_install() 83 > rvm_configure_flags=' --with-libyaml-dir=/home/deploy/.rvm/usr' | |
++ /scripts/functions/manage/ruby : ruby_install() 88 > transform_configure_flags | |
++ /scripts/functions/manage/ruby : transform_configure_flags() 5 > typeset flag path | |
++ /scripts/functions/manage/ruby : transform_configure_flags() 6 > typeset -a new_flags | |
++ /scripts/functions/manage/ruby : transform_configure_flags() 8 > for flag in '${rvm_configure_flags}' | |
++ /scripts/functions/manage/ruby : transform_configure_flags() 10 > case "${flag}" in | |
++ /scripts/functions/manage/ruby : transform_configure_flags() 16 > path=/home/deploy/.rvm/usr | |
++ /scripts/functions/manage/ruby : transform_configure_flags() 17 > flag=--with-libyaml | |
++ /scripts/functions/manage/ruby : transform_configure_flags() 19 > new_flags+=("${flag}") | |
++ /scripts/functions/manage/ruby : transform_configure_flags() 21 > [[ --with-libyaml =~ --with-opt-dir=/home/deploy/\.rvm/usr ]] | |
++ /scripts/functions/manage/ruby : transform_configure_flags() 22 > new_flags+=("--with-opt-dir=${path}") | |
++ /scripts/functions/manage/ruby : transform_configure_flags() 32 > rvm_configure_flags='--with-libyaml --with-opt-dir=/home/deploy/.rvm/usr' | |
++ /scripts/functions/manage/ruby : ruby_install() 93 > case "$(uname -s)" in | |
+++ /scripts/functions/manage/ruby : ruby_install() 93 > uname -s | |
++ /scripts/functions/manage/ruby : ruby_install() 103 > __rvm_setup_compile_environment | |
+++ /scripts/functions/build : __rvm_setup_compile_environment() 39 > uname | |
++ /scripts/functions/build : __rvm_setup_compile_environment() 39 > [[ Darwin == \L\i\n\u\x ]] | |
++ /scripts/functions/build : __rvm_setup_compile_environment() 52 > [[ '' =~ *debug* ]] | |
++ /scripts/functions/build : __rvm_setup_compile_environment() 56 > [[ -n '' ]] | |
++ /scripts/functions/build : __rvm_setup_compile_environment() 56 > return 0 | |
++ /scripts/functions/manage/ruby : ruby_install() 108 > [[ x86_64-pc-linux-gnu == *darwin* ]] | |
++ /scripts/functions/manage/ruby : ruby_install() 115 > __clang_ready | |
++ /scripts/functions/manage/ruby : __clang_ready() 38 > typeset _patch_level | |
++ /scripts/functions/manage/ruby : __clang_ready() 39 > case ${rvm_ruby_string} in | |
++ /scripts/functions/manage/ruby : __clang_ready() 44 > _patch_level=p125 | |
++ /scripts/functions/manage/ruby : __clang_ready() 45 > _patch_level=125 | |
++ /scripts/functions/manage/ruby : __clang_ready() 46 > (( _patch_level >= 125 )) | |
++ /scripts/functions/manage/ruby : __clang_ready() 46 > return 0 | |
++ /scripts/functions/manage/ruby : ruby_install() 126 > __rvm_install_source | |
++ /scripts/functions/manage/base : __rvm_install_source() 93 > true 1 0 | |
++ /scripts/functions/manage/base : __rvm_install_source() 95 > typeset directory configure_parameters db_configure_flags autoconf_flags | |
++ /scripts/functions/manage/base : __rvm_install_source() 97 > (( rvm_ruby_selected_flag == 0 )) | |
++ /scripts/functions/manage/base : __rvm_install_source() 102 > rvm_log 'Installing Ruby from source to: /home/deploy/.rvm/rubies/ruby-1.9.3-p125, this may take a while depending on your cpu(s)...\n' | |
++ /scripts/functions/logging : rvm_log() 80 > rvm_pretty_print stdout | |
++ /scripts/functions/logging : rvm_pretty_print() 17 > case "${rvm_pretty_print_flag:=auto}" in | |
++ /scripts/functions/logging : rvm_pretty_print() 22 > case "${TERM:-dumb}" in | |
++ /scripts/functions/logging : rvm_pretty_print() 25 > case "$1" in | |
++ /scripts/functions/logging : rvm_pretty_print() 26 > [[ -t 1 ]] | |
++ /scripts/functions/logging : rvm_pretty_print() 32 > return 0 | |
++ /scripts/functions/logging : rvm_log() 81 > printf %b 'Installing Ruby from source to: /home/deploy/.rvm/rubies/ruby-1.9.3-p125, this may take a while depending on your cpu(s)...\n\n' | |
Installing Ruby from source to: /home/deploy/.rvm/rubies/ruby-1.9.3-p125, this may take a while depending on your cpu(s)... | |
++ /scripts/functions/manage/base : __rvm_install_source() 104 > builtin cd /home/deploy/.rvm/src | |
++ /scripts/functions/manage/base : __rvm_install_source() 106 > __rvm_fetch_ruby | |
++ /scripts/functions/manage/base : __rvm_fetch_ruby() 456 > (( 1 == 0 )) | |
++ /scripts/functions/manage/base : __rvm_fetch_ruby() 461 > rvm_log 'ruby-1.9.3-p125 - #fetching ' | |
++ /scripts/functions/logging : rvm_log() 80 > rvm_pretty_print stdout | |
++ /scripts/functions/logging : rvm_pretty_print() 17 > case "${rvm_pretty_print_flag:=auto}" in | |
++ /scripts/functions/logging : rvm_pretty_print() 22 > case "${TERM:-dumb}" in | |
++ /scripts/functions/logging : rvm_pretty_print() 25 > case "$1" in | |
++ /scripts/functions/logging : rvm_pretty_print() 26 > [[ -t 1 ]] | |
++ /scripts/functions/logging : rvm_pretty_print() 32 > return 0 | |
++ /scripts/functions/logging : rvm_log() 81 > printf %b 'ruby-1.9.3-p125 - #fetching \n' | |
ruby-1.9.3-p125 - #fetching | |
++ /scripts/functions/manage/base : __rvm_fetch_ruby() 463 > (( 0 == 0 )) | |
++ /scripts/functions/manage/base : __rvm_fetch_ruby() 464 > [[ -z '' ]] | |
++ /scripts/functions/manage/base : __rvm_fetch_ruby() 464 > [[ -z '' ]] | |
++ /scripts/functions/manage/base : __rvm_fetch_ruby() 464 > [[ -z '' ]] | |
++ /scripts/functions/manage/base : __rvm_fetch_ruby() 466 > rvm_ruby_package_name=ruby-1.9.3-p125 | |
++ /scripts/functions/manage/base : __rvm_fetch_ruby() 468 > rvm_ruby_package_file=ruby-1.9.3-p125 | |
++ /scripts/functions/manage/base : __rvm_fetch_ruby() 471 > case "$rvm_ruby_string" in | |
++ /scripts/functions/manage/base : __rvm_fetch_ruby() 476 > rvm_archive_extension=tar.bz2 | |
++ /scripts/functions/manage/base : __rvm_fetch_ruby() 483 > [[ ! -s /home/deploy/.rvm/archives/ruby-1.9.3-p125.tar.bz2 ]] | |
++ /scripts/functions/manage/base : __rvm_fetch_ruby() 516 > [[ ! -d /home/deploy/.rvm/src/ruby-1.9.3-p125 ]] | |
++ /scripts/functions/manage/base : __rvm_fetch_ruby() 518 > [[ ! -d /home/deploy/.rvm/src/ruby-1.9.3-p125 ]] | |
++ /scripts/functions/manage/base : __rvm_fetch_ruby() 520 > mkdir -p /home/deploy/.rvm/tmp/rvm_src_1060 | |
++ /scripts/functions/manage/base : __rvm_fetch_ruby() 522 > case "$rvm_archive_extension" in | |
++ /scripts/functions/manage/base : __rvm_fetch_ruby() 548 > __rvm_run extract 'tar xjf /home/deploy/.rvm/archives/ruby-1.9.3-p125.tar.bz2 -C /home/deploy/.rvm/tmp/rvm_src_1060 --no-same-owner' 'ruby-1.9.3-p125 - #extracting ruby-1.9.3-p125 to /home/deploy/.rvm/src/ruby-1.9.3-p125' | |
++ /scripts/functions/utility : __rvm_run() 103 > typeset name log temp_log_path _command message | |
++ /scripts/functions/utility : __rvm_run() 104 > true 0 0 | |
++ /scripts/functions/utility : __rvm_run() 106 > name=extract | |
++ /scripts/functions/utility : __rvm_run() 107 > _command='tar xjf /home/deploy/.rvm/archives/ruby-1.9.3-p125.tar.bz2 -C /home/deploy/.rvm/tmp/rvm_src_1060 --no-same-owner' | |
++ /scripts/functions/utility : __rvm_run() 108 > message='ruby-1.9.3-p125 - #extracting ruby-1.9.3-p125 to /home/deploy/.rvm/src/ruby-1.9.3-p125' | |
++ /scripts/functions/utility : __rvm_run() 110 > [[ -n ruby-1.9.3-p125 - #extracting ruby-1.9.3-p125 to /home/deploy/.rvm/src/ruby-1.9.3-p125 ]] | |
++ /scripts/functions/utility : __rvm_run() 112 > rvm_log 'ruby-1.9.3-p125 - #extracting ruby-1.9.3-p125 to /home/deploy/.rvm/src/ruby-1.9.3-p125' | |
++ /scripts/functions/logging : rvm_log() 80 > rvm_pretty_print stdout | |
++ /scripts/functions/logging : rvm_pretty_print() 17 > case "${rvm_pretty_print_flag:=auto}" in | |
++ /scripts/functions/logging : rvm_pretty_print() 22 > case "${TERM:-dumb}" in | |
++ /scripts/functions/logging : rvm_pretty_print() 25 > case "$1" in | |
++ /scripts/functions/logging : rvm_pretty_print() 26 > [[ -t 1 ]] | |
++ /scripts/functions/logging : rvm_pretty_print() 32 > return 0 | |
++ /scripts/functions/logging : rvm_log() 81 > printf %b 'ruby-1.9.3-p125 - #extracting ruby-1.9.3-p125 to /home/deploy/.rvm/src/ruby-1.9.3-p125\n' | |
ruby-1.9.3-p125 - #extracting ruby-1.9.3-p125 to /home/deploy/.rvm/src/ruby-1.9.3-p125 | |
++ /scripts/functions/utility : __rvm_run() 115 > (( rvm_debug_flag > 0 )) | |
++ /scripts/functions/utility : __rvm_run() 120 > [[ -n ruby-1.9.3-p125 ]] | |
++ /scripts/functions/utility : __rvm_run() 122 > temp_log_path=/home/deploy/.rvm/log/ruby-1.9.3-p125 | |
++ /scripts/functions/utility : __rvm_run() 127 > log=/home/deploy/.rvm/log/ruby-1.9.3-p125/extract.log | |
++ /scripts/functions/utility : __rvm_run() 129 > [[ ! -d /home/deploy/.rvm/log/ruby-1.9.3-p125 ]] | |
++ /scripts/functions/utility : __rvm_run() 134 > [[ ! -f /home/deploy/.rvm/log/ruby-1.9.3-p125/extract.log ]] | |
+++ /scripts/functions/utility : __rvm_run() 140 > date '+%Y-%m-%d %H:%M:%S' | |
++ /scripts/functions/utility : __rvm_run() 140 > printf %b '[2012-04-09 20:20:59] tar xjf /home/deploy/.rvm/archives/ruby-1.9.3-p125.tar.bz2 -C /home/deploy/.rvm/tmp/rvm_src_1060 --no-same-owner\n' | |
++ /scripts/functions/utility : __rvm_run() 142 > (( rvm_niceness > 0 )) | |
++ /scripts/functions/utility : __rvm_run() 147 > eval 'tar xjf /home/deploy/.rvm/archives/ruby-1.9.3-p125.tar.bz2 -C /home/deploy/.rvm/tmp/rvm_src_1060 --no-same-owner' | |
++ /scripts/functions/utility : __rvm_run() 148 > result=0 | |
++ /scripts/functions/utility : __rvm_run() 150 > (( result > 0 )) | |
++ /scripts/functions/utility : __rvm_run() 155 > return 0 | |
++ /scripts/functions/manage/base : __rvm_fetch_ruby() 551 > result=0 | |
++ /scripts/functions/manage/base : __rvm_fetch_ruby() 553 > (( result > 0 )) | |
++ /scripts/functions/manage/base : __rvm_fetch_ruby() 565 > __rvm_rm_rf /home/deploy/.rvm/src/ruby-1.9.3-p125 | |
++ /scripts/functions/cleanup : __rvm_rm_rf() 8 > typeset result target | |
++ /scripts/functions/cleanup : __rvm_rm_rf() 9 > result=1 | |
++ /scripts/functions/cleanup : __rvm_rm_rf() 10 > target=/home/deploy/.rvm/src/ruby-1.9.3-p125 | |
++ /scripts/functions/cleanup : __rvm_rm_rf() 13 > [[ -n '' ]] | |
++ /scripts/functions/cleanup : __rvm_rm_rf() 17 > [[ -n 4.2.10(1)-release ]] | |
++ /scripts/functions/cleanup : __rvm_rm_rf() 19 > shopt -s extglob | |
++ /scripts/functions/cleanup : __rvm_rm_rf() 25 > case "${target}" in | |
++ /scripts/functions/cleanup : __rvm_rm_rf() 31 > [[ -n /home/deploy/.rvm/src/ruby-1.9.3-p125 ]] | |
++ /scripts/functions/cleanup : __rvm_rm_rf() 33 > [[ -d /home/deploy/.rvm/src/ruby-1.9.3-p125 ]] | |
++ /scripts/functions/cleanup : __rvm_rm_rf() 37 > [[ -f /home/deploy/.rvm/src/ruby-1.9.3-p125 ]] | |
++ /scripts/functions/cleanup : __rvm_rm_rf() 37 > [[ -L /home/deploy/.rvm/src/ruby-1.9.3-p125 ]] | |
++ /scripts/functions/cleanup : __rvm_rm_rf() 42 > result=0 | |
++ /scripts/functions/cleanup : __rvm_rm_rf() 48 > return 0 | |
+++ /scripts/functions/manage/base : __rvm_fetch_ruby() 567 > builtin cd /home/deploy/.rvm/tmp/rvm_src_1060 | |
+++ /scripts/functions/manage/base : __rvm_fetch_ruby() 567 > ls | |
++ /scripts/functions/manage/base : __rvm_fetch_ruby() 567 > mv /home/deploy/.rvm/tmp/rvm_src_1060/ruby-1.9.3-p125 /home/deploy/.rvm/src/ruby-1.9.3-p125 | |
++ /scripts/functions/manage/base : __rvm_fetch_ruby() 570 > __rvm_rm_rf /home/deploy/.rvm/tmp/rvm_src_1060 | |
++ /scripts/functions/cleanup : __rvm_rm_rf() 8 > typeset result target | |
++ /scripts/functions/cleanup : __rvm_rm_rf() 9 > result=1 | |
++ /scripts/functions/cleanup : __rvm_rm_rf() 10 > target=/home/deploy/.rvm/tmp/rvm_src_1060 | |
++ /scripts/functions/cleanup : __rvm_rm_rf() 13 > [[ -n '' ]] | |
++ /scripts/functions/cleanup : __rvm_rm_rf() 17 > [[ -n 4.2.10(1)-release ]] | |
++ /scripts/functions/cleanup : __rvm_rm_rf() 19 > shopt -s extglob | |
++ /scripts/functions/cleanup : __rvm_rm_rf() 25 > case "${target}" in | |
++ /scripts/functions/cleanup : __rvm_rm_rf() 31 > [[ -n /home/deploy/.rvm/tmp/rvm_src_1060 ]] | |
++ /scripts/functions/cleanup : __rvm_rm_rf() 33 > [[ -d /home/deploy/.rvm/tmp/rvm_src_1060 ]] | |
++ /scripts/functions/cleanup : __rvm_rm_rf() 35 > rm -rf /home/deploy/.rvm/tmp/rvm_src_1060 | |
++ /scripts/functions/cleanup : __rvm_rm_rf() 36 > result=0 | |
++ /scripts/functions/cleanup : __rvm_rm_rf() 48 > return 0 | |
++ /scripts/functions/manage/base : __rvm_fetch_ruby() 572 > [[ -n '' ]] | |
++ /scripts/functions/manage/base : __rvm_fetch_ruby() 576 > rvm_log 'ruby-1.9.3-p125 - #extracted to /home/deploy/.rvm/src/ruby-1.9.3-p125' | |
++ /scripts/functions/logging : rvm_log() 80 > rvm_pretty_print stdout | |
++ /scripts/functions/logging : rvm_pretty_print() 17 > case "${rvm_pretty_print_flag:=auto}" in | |
++ /scripts/functions/logging : rvm_pretty_print() 22 > case "${TERM:-dumb}" in | |
++ /scripts/functions/logging : rvm_pretty_print() 25 > case "$1" in | |
++ /scripts/functions/logging : rvm_pretty_print() 26 > [[ -t 1 ]] | |
++ /scripts/functions/logging : rvm_pretty_print() 32 > return 0 | |
++ /scripts/functions/logging : rvm_log() 81 > printf %b 'ruby-1.9.3-p125 - #extracted to /home/deploy/.rvm/src/ruby-1.9.3-p125\n' | |
ruby-1.9.3-p125 - #extracted to /home/deploy/.rvm/src/ruby-1.9.3-p125 | |
++ /scripts/functions/manage/base : __rvm_fetch_ruby() 581 > return 0 | |
++ /scripts/functions/manage/base : __rvm_install_source() 107 > result=0 | |
++ /scripts/functions/manage/base : __rvm_install_source() 109 > (( result > 0 )) | |
++ /scripts/functions/manage/base : __rvm_install_source() 115 > builtin cd /home/deploy/.rvm/src/ruby-1.9.3-p125 | |
++ /scripts/functions/manage/base : __rvm_install_source() 116 > result=0 | |
++ /scripts/functions/manage/base : __rvm_install_source() 117 > (( result > 0 )) | |
++ /scripts/functions/manage/base : __rvm_install_source() 123 > [[ -d /home/deploy/.rvm/usr ]] | |
++ /scripts/functions/manage/base : __rvm_install_source() 125 > __rvm_add_to_path prepend /home/deploy/.rvm/usr/bin | |
++ /scripts/functions/utility : __rvm_add_to_path() 235 > export PATH | |
++ /scripts/functions/utility : __rvm_add_to_path() 237 > (( 2 != 2 )) | |
++ /scripts/functions/utility : __rvm_add_to_path() 237 > [[ -z /home/deploy/.rvm/usr/bin ]] | |
++ /scripts/functions/utility : __rvm_add_to_path() 243 > __rvm_remove_from_path /home/deploy/.rvm/usr/bin | |
++ /scripts/functions/utility : __rvm_remove_from_path() 225 > export PATH | |
++ /scripts/functions/utility : __rvm_remove_from_path() 226 > PATH=:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/home/deploy/.rvm/bin:/home/deploy/bin: | |
++ /scripts/functions/utility : __rvm_remove_from_path() 227 > PATH=:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/home/deploy/.rvm/bin:/home/deploy/bin: | |
++ /scripts/functions/utility : __rvm_remove_from_path() 228 > PATH=:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/home/deploy/.rvm/bin:/home/deploy/bin: | |
++ /scripts/functions/utility : __rvm_remove_from_path() 229 > PATH=:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/home/deploy/.rvm/bin:/home/deploy/bin | |
++ /scripts/functions/utility : __rvm_remove_from_path() 230 > PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/home/deploy/.rvm/bin:/home/deploy/bin | |
++ /scripts/functions/utility : __rvm_add_to_path() 244 > case "$1" in | |
++ /scripts/functions/utility : __rvm_add_to_path() 245 > PATH=/home/deploy/.rvm/usr/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/home/deploy/.rvm/bin:/home/deploy/bin | |
++ /scripts/functions/utility : __rvm_add_to_path() 250 > [[ -n '' ]] | |
++ /scripts/functions/utility : __rvm_add_to_path() 256 > builtin hash -r | |
++ /scripts/functions/manage/base : __rvm_install_source() 127 > builtin hash -r | |
++ /scripts/functions/manage/base : __rvm_install_source() 130 > (( rvm_static_flag == 1 )) | |
++ /scripts/functions/manage/base : __rvm_install_source() 146 > __rvm_apply_patches | |
++ /scripts/functions/manage/base : __rvm_apply_patches() 36 > typeset patches patch_name patch_level_separator patch_fuzziness patch_level source_directory full_patch_path | |
++ /scripts/functions/manage/base : __rvm_apply_patches() 38 > result=0 | |
++ /scripts/functions/manage/base : __rvm_apply_patches() 39 > patch_level_separator=% | |
++ /scripts/functions/manage/base : __rvm_apply_patches() 40 > patch_fuzziness=25 | |
++ /scripts/functions/manage/base : __rvm_apply_patches() 41 > patch_level=1 | |
++ /scripts/functions/manage/base : __rvm_apply_patches() 43 > source_directory= | |
++ /scripts/functions/manage/base : __rvm_apply_patches() 45 > [[ -z '' ]] | |
++ /scripts/functions/manage/base : __rvm_apply_patches() 47 > source_directory=/home/deploy/.rvm/src/ruby-1.9.3-p125 | |
++ /scripts/functions/manage/base : __rvm_apply_patches() 51 > builtin cd /home/deploy/.rvm/src/ruby-1.9.3-p125 | |
++ /scripts/functions/manage/base : __rvm_apply_patches() 53 > patches=($(__rvm_current_patch_names)) | |
+++ /scripts/functions/manage/base : __rvm_apply_patches() 53 > __rvm_current_patch_names | |
+++ /scripts/functions/manage/base : __rvm_current_patch_names() 8 > typeset separator patches level name | |
+++ /scripts/functions/manage/base : __rvm_current_patch_names() 10 > separator=% | |
+++ /scripts/functions/manage/base : __rvm_current_patch_names() 11 > patches=' default' | |
++++ /scripts/functions/manage/base : __rvm_current_patch_names() 6 > echo default | |
+++ /scripts/functions/manage/base : __rvm_current_patch_names() 13 > for name in '$(echo ${patches//,/ })' | |
+++ /scripts/functions/manage/base : __rvm_current_patch_names() 15 > [[ default == \d\e\f\a\u\l\t ]] | |
+++ /scripts/functions/manage/base : __rvm_current_patch_names() 17 > level=1 | |
+++ /scripts/functions/manage/base : __rvm_current_patch_names() 23 > typeset expanded_name | |
++++ /scripts/functions/manage/base : __rvm_current_patch_names() 24 > __rvm_expand_patch_name default | |
++++ /scripts/patches : __rvm_expand_patch_name() 22 > typeset name expanded_patch_name | |
++++ /scripts/patches : __rvm_expand_patch_name() 24 > name=default | |
++++ /scripts/patches : __rvm_expand_patch_name() 26 > [[ -z default ]] | |
+++++ /scripts/patches : __rvm_expand_patch_name() 28 > rvm_ruby_string=ruby-1.9.3-p125 | |
+++++ /scripts/patches : __rvm_expand_patch_name() 28 > /home/deploy/.rvm/scripts/patchsets show default | |
++ /scripts/base : 11 > [[ -z '' ]] | |
++ /scripts/base : 16 > export PS4 | |
++ /scripts/base : 17 > PS4='+ ${BASH_SOURCE##${rvm_path:-}} : ${FUNCNAME[0]:+${FUNCNAME[0]}()} ${LINENO} > ' | |
++ /scripts/base : 26 > export __array_start rvm_path | |
++ /scripts/base : 31 > [[ -n '' ]] | |
++ /scripts/base : 35 > __array_start=0 | |
++ /scripts/base : 38 > (( 0 == 0 )) | |
+++ /scripts/base : 40 > umask | |
++ /scripts/base : 40 > : rvm_stored_umask:0002 | |
++ /scripts/base : 41 > for rvmrc in /etc/rvmrc '"$HOME/.rvmrc"' | |
++ /scripts/base : 43 > [[ -f /etc/rvmrc ]] | |
++ /scripts/base : 41 > for rvmrc in /etc/rvmrc '"$HOME/.rvmrc"' | |
++ /scripts/base : 43 > [[ -f /home/deploy/.rvmrc ]] | |
++ /scripts/base : 60 > export rvm_path | |
++ /scripts/base : 61 > [[ -z /home/deploy/.rvm ]] | |
++ /scripts/base : 73 > true /home/deploy/.rvm/scripts | |
++ /scripts/base : 76 > source /home/deploy/.rvm/scripts/initialize | |
+++ /scripts/initialize : 3 > : rvm_trace_flag:1 | |
+++ /scripts/initialize : 4 > (( rvm_trace_flag > 0 )) | |
+++ /scripts/initialize : 6 > set -o xtrace | |
+++ /scripts/initialize : 9 > [[ -z '' ]] | |
+++ /scripts/initialize : 14 > export PS4 | |
+++ /scripts/initialize : 15 > PS4='+ ${BASH_SOURCE##${rvm_path:-}} : ${FUNCNAME[0]:+${FUNCNAME[0]}()} ${LINENO} > ' | |
+++ /scripts/initialize : 26 > [[ -n 4.2.10(1)-release ]] | |
+++ /scripts/initialize : 28 > shopt -s extglob | |
+++ /scripts/initialize : 38 > export __rvm_env_loaded | |
+++ /scripts/initialize : 40 > : __rvm_env_loaded:2: | |
+++ /scripts/initialize : 42 > : __rvm_env_loaded:3: | |
+++ /scripts/initialize : 45 > [[ -z /home/deploy/.rvm/tmp ]] | |
+++ /scripts/initialize : 45 > (( __rvm_env_loaded == 1 )) | |
++ /scripts/base : 80 > case " ${rvm_base_except:-} " in | |
++ /scripts/base : 82 > true | |
++ /scripts/base : 90 > typeset -a scripts | |
++ /scripts/base : 93 > scripts=(logging utility init cleanup env rvmrc install environment gemset db bundler) | |
++ /scripts/base : 94 > for entry in '${scripts[@]}' | |
++ /scripts/base : 95 > source /home/deploy/.rvm/scripts/functions/logging | |
+++ /scripts/functions/logging : 40 > case "${TERM:-dumb}" in | |
++++ /scripts/functions/logging : 49 > /home/deploy/.rvm/scripts/color red | |
+++ /scripts/functions/logging : 49 > rvm_error_clr='' | |
++++ /scripts/functions/logging : 50 > /home/deploy/.rvm/scripts/color yellow | |
+++ /scripts/functions/logging : 50 > rvm_warn_clr='' | |
++++ /scripts/functions/logging : 51 > /home/deploy/.rvm/scripts/color magenta | |
+++ /scripts/functions/logging : 51 > rvm_debug_clr='' | |
++++ /scripts/functions/logging : 52 > /home/deploy/.rvm/scripts/color green | |
+++ /scripts/functions/logging : 52 > rvm_notify_clr='' | |
++++ /scripts/functions/logging : 53 > /home/deploy/.rvm/scripts/color reset | |
+++ /scripts/functions/logging : 53 > rvm_reset_clr='' | |
++ /scripts/base : 94 > for entry in '${scripts[@]}' | |
++ /scripts/base : 95 > source /home/deploy/.rvm/scripts/functions/utility | |
+++ /scripts/functions/utility : 3 > [[ -z tar ]] | |
+++ /scripts/functions/utility : 7 > rvm_tar_command=tar | |
+++ /scripts/functions/utility : 10 > [[ ! --no-same-owner =~ --no-same-owner ]] | |
++ /scripts/base : 94 > for entry in '${scripts[@]}' | |
++ /scripts/base : 95 > source /home/deploy/.rvm/scripts/functions/init | |
++ /scripts/base : 94 > for entry in '${scripts[@]}' | |
++ /scripts/base : 95 > source /home/deploy/.rvm/scripts/functions/cleanup | |
++ /scripts/base : 94 > for entry in '${scripts[@]}' | |
++ /scripts/base : 95 > source /home/deploy/.rvm/scripts/functions/env | |
++ /scripts/base : 94 > for entry in '${scripts[@]}' | |
++ /scripts/base : 95 > source /home/deploy/.rvm/scripts/functions/rvmrc | |
+++ /scripts/functions/rvmrc : 3 > export escape_flag _first _second | |
+++ /scripts/functions/rvmrc : 4 > escape_flag=1 | |
+++ /scripts/functions/rvmrc : 5 > _first=0 | |
+++ /scripts/functions/rvmrc : 6 > _second=1 | |
++ /scripts/base : 94 > for entry in '${scripts[@]}' | |
++ /scripts/base : 95 > source /home/deploy/.rvm/scripts/functions/install | |
++ /scripts/base : 94 > for entry in '${scripts[@]}' | |
++ /scripts/base : 95 > source /home/deploy/.rvm/scripts/functions/environment | |
++ /scripts/base : 94 > for entry in '${scripts[@]}' | |
++ /scripts/base : 95 > source /home/deploy/.rvm/scripts/functions/gemset | |
++ /scripts/base : 94 > for entry in '${scripts[@]}' | |
++ /scripts/base : 95 > source /home/deploy/.rvm/scripts/functions/db | |
++ /scripts/base : 94 > for entry in '${scripts[@]}' | |
++ /scripts/base : 95 > source /home/deploy/.rvm/scripts/functions/bundler | |
++ /scripts/base : 97 > unset scripts entry rvm_base_except | |
+ /scripts/patchsets : 6 > source /home/deploy/.rvm/scripts/patches | |
+ /scripts/patchsets : 75 > args=($*) | |
+ /scripts/patchsets : 76 > action=show | |
+ /scripts/patchsets : 77 > patchset=default | |
++ /scripts/patchsets : 78 > echo | |
+ /scripts/patchsets : 78 > args= | |
+ /scripts/patchsets : 80 > case "$action" in | |
+ /scripts/patchsets : 81 > lookup_patchset default | |
+ /scripts/patchsets : lookup_patchset() 10 > typeset paths lookup_path | |
+ /scripts/patchsets : lookup_patchset() 12 > [[ -z default ]] | |
+ /scripts/patchsets : lookup_patchset() 18 > paths=($(__rvm_ruby_string_paths_under "$rvm_path/patchsets" | sort -r)) | |
++ /scripts/patchsets : lookup_patchset() 18 > __rvm_ruby_string_paths_under /home/deploy/.rvm/patchsets | |
++ /scripts/functions/utility : __rvm_ruby_string_paths_under() 83 > typeset path part parts | |
++ /scripts/functions/utility : __rvm_ruby_string_paths_under() 85 > path=/home/deploy/.rvm/patchsets | |
++ /scripts/functions/utility : __rvm_ruby_string_paths_under() 87 > parts=(${rvm_ruby_string//-/ }) | |
++ /scripts/patchsets : lookup_patchset() 18 > sort -r | |
++ /scripts/functions/utility : __rvm_ruby_string_paths_under() 89 > echo /home/deploy/.rvm/patchsets | |
++ /scripts/functions/utility : __rvm_ruby_string_paths_under() 91 > for part in '"${parts[@]}"' | |
++ /scripts/functions/utility : __rvm_ruby_string_paths_under() 93 > path=/home/deploy/.rvm/patchsets/ruby | |
++ /scripts/functions/utility : __rvm_ruby_string_paths_under() 94 > echo /home/deploy/.rvm/patchsets/ruby | |
++ /scripts/functions/utility : __rvm_ruby_string_paths_under() 91 > for part in '"${parts[@]}"' | |
++ /scripts/functions/utility : __rvm_ruby_string_paths_under() 93 > path=/home/deploy/.rvm/patchsets/ruby/1.9.3 | |
++ /scripts/functions/utility : __rvm_ruby_string_paths_under() 94 > echo /home/deploy/.rvm/patchsets/ruby/1.9.3 | |
++ /scripts/functions/utility : __rvm_ruby_string_paths_under() 91 > for part in '"${parts[@]}"' | |
++ /scripts/functions/utility : __rvm_ruby_string_paths_under() 93 > path=/home/deploy/.rvm/patchsets/ruby/1.9.3/p125 | |
++ /scripts/functions/utility : __rvm_ruby_string_paths_under() 94 > echo /home/deploy/.rvm/patchsets/ruby/1.9.3/p125 | |
++ /scripts/functions/utility : __rvm_ruby_string_paths_under() 97 > return 0 | |
+ /scripts/patchsets : lookup_patchset() 20 > for lookup_path in '"${paths[@]}"' | |
+ /scripts/patchsets : lookup_patchset() 22 > [[ -s /home/deploy/.rvm/patchsets/ruby/1.9.3/p125/default ]] | |
+ /scripts/patchsets : lookup_patchset() 20 > for lookup_path in '"${paths[@]}"' | |
+ /scripts/patchsets : lookup_patchset() 22 > [[ -s /home/deploy/.rvm/patchsets/ruby/1.9.3/default ]] | |
+ /scripts/patchsets : lookup_patchset() 20 > for lookup_path in '"${paths[@]}"' | |
+ /scripts/patchsets : lookup_patchset() 22 > [[ -s /home/deploy/.rvm/patchsets/ruby/default ]] | |
+ /scripts/patchsets : lookup_patchset() 20 > for lookup_path in '"${paths[@]}"' | |
+ /scripts/patchsets : lookup_patchset() 22 > [[ -s /home/deploy/.rvm/patchsets/default ]] | |
+ /scripts/patchsets : lookup_patchset() 29 > return 1 | |
+ /scripts/patchsets : 85 > exit 1 | |
++++ /scripts/patches : __rvm_expand_patch_name() 28 > expanded_patch_name= | |
++++ /scripts/patches : __rvm_expand_patch_name() 31 > [[ 1 == \0 ]] | |
++++ /scripts/patches : __rvm_expand_patch_name() 35 > [[ default != \d\e\f\a\u\l\t ]] | |
++++ /scripts/patches : __rvm_expand_patch_name() 40 > return 0 | |
+++ /scripts/functions/manage/base : __rvm_current_patch_names() 24 > expanded_name= | |
+++ /scripts/functions/manage/base : __rvm_current_patch_names() 25 > [[ -n default ]] | |
+++ /scripts/functions/manage/base : __rvm_current_patch_names() 25 > [[ -n '' ]] | |
+++ /scripts/functions/manage/base : __rvm_current_patch_names() 31 > return 0 | |
++ /scripts/functions/manage/base : __rvm_apply_patches() 88 > return 0 | |
++ /scripts/functions/manage/base : __rvm_install_source() 147 > result=0 | |
++ /scripts/functions/manage/base : __rvm_install_source() 149 > (( result > 0 )) | |
++ /scripts/functions/manage/base : __rvm_install_source() 157 > [[ -z '' ]] | |
++ /scripts/functions/manage/base : __rvm_install_source() 157 > [[ ! -s /home/deploy/.rvm/src/ruby-1.9.3-p125/configure ]] | |
++ /scripts/functions/manage/base : __rvm_install_source() 157 > [[ /home/deploy/.rvm/src/ruby-1.9.3-p125/configure.in -nt /home/deploy/.rvm/src/ruby-1.9.3-p125/configure ]] | |
++ /scripts/functions/manage/base : __rvm_install_source() 158 > (( 0 == 1 )) | |
++ /scripts/functions/manage/base : __rvm_install_source() 173 > [[ -n '' ]] | |
++ /scripts/functions/manage/base : __rvm_install_source() 184 > [[ -s ./configure ]] | |
++ /scripts/functions/manage/base : __rvm_install_source() 187 > [[ ree != \r\u\b\y ]] | |
++ /scripts/functions/manage/base : __rvm_install_source() 189 > __rvm_db ruby_configure_flags db_configure_flags | |
++ /scripts/functions/db : __rvm_db() 7 > typeset value key variable | |
++ /scripts/functions/db : __rvm_db() 9 > key=ruby_configure_flags | |
++ /scripts/functions/db : __rvm_db() 10 > key=ruby_configure_flags | |
++ /scripts/functions/db : __rvm_db() 11 > variable=db_configure_flags | |
++ /scripts/functions/db : __rvm_db() 13 > [[ -f /home/deploy/.rvm/user/db ]] | |
+++ /scripts/functions/db : __rvm_db() 14 > /home/deploy/.rvm/scripts/db /home/deploy/.rvm/user/db ruby_configure_flags | |
++ /scripts/functions/db : __rvm_db() 14 > value= | |
++ /scripts/functions/db : __rvm_db() 17 > [[ -z '' ]] | |
+++ /scripts/functions/db : __rvm_db() 18 > /home/deploy/.rvm/scripts/db /home/deploy/.rvm/config/db ruby_configure_flags | |
++ /scripts/functions/db : __rvm_db() 18 > value='--enable-shared --disable-install-doc' | |
++ /scripts/functions/db : __rvm_db() 21 > [[ -n --enable-shared --disable-install-doc ]] | |
++ /scripts/functions/db : __rvm_db() 22 > [[ -z db_configure_flags ]] | |
++ /scripts/functions/db : __rvm_db() 25 > eval 'db_configure_flags='\''--enable-shared --disable-install-doc'\''' | |
+++ /scripts/functions/db : __rvm_db() 25 > db_configure_flags='--enable-shared --disable-install-doc' | |
++ /scripts/functions/db : __rvm_db() 29 > return 0 | |
++ /scripts/functions/manage/base : __rvm_install_source() 194 > case "${rvm_ruby_string:-""}" in | |
++ /scripts/functions/manage/base : __rvm_install_source() 205 > typeset configure_command | |
++ /scripts/functions/manage/base : __rvm_install_source() 206 > configure_command=' ./configure --prefix=/home/deploy/.rvm/rubies/ruby-1.9.3-p125 --enable-shared --disable-install-doc --with-libyaml --with-opt-dir=/home/deploy/.rvm/usr ' | |
++ /scripts/functions/manage/base : __rvm_install_source() 208 > __rvm_run configure ' ./configure --prefix=/home/deploy/.rvm/rubies/ruby-1.9.3-p125 --enable-shared --disable-install-doc --with-libyaml --with-opt-dir=/home/deploy/.rvm/usr ' 'ruby-1.9.3-p125 - #configuring ' | |
++ /scripts/functions/utility : __rvm_run() 103 > typeset name log temp_log_path _command message | |
++ /scripts/functions/utility : __rvm_run() 104 > true 0 0 | |
++ /scripts/functions/utility : __rvm_run() 106 > name=configure | |
++ /scripts/functions/utility : __rvm_run() 107 > _command=' ./configure --prefix=/home/deploy/.rvm/rubies/ruby-1.9.3-p125 --enable-shared --disable-install-doc --with-libyaml --with-opt-dir=/home/deploy/.rvm/usr ' | |
++ /scripts/functions/utility : __rvm_run() 108 > message='ruby-1.9.3-p125 - #configuring ' | |
++ /scripts/functions/utility : __rvm_run() 110 > [[ -n ruby-1.9.3-p125 - #configuring ]] | |
++ /scripts/functions/utility : __rvm_run() 112 > rvm_log 'ruby-1.9.3-p125 - #configuring ' | |
++ /scripts/functions/logging : rvm_log() 80 > rvm_pretty_print stdout | |
++ /scripts/functions/logging : rvm_pretty_print() 17 > case "${rvm_pretty_print_flag:=auto}" in | |
++ /scripts/functions/logging : rvm_pretty_print() 22 > case "${TERM:-dumb}" in | |
++ /scripts/functions/logging : rvm_pretty_print() 25 > case "$1" in | |
++ /scripts/functions/logging : rvm_pretty_print() 26 > [[ -t 1 ]] | |
++ /scripts/functions/logging : rvm_pretty_print() 32 > return 0 | |
++ /scripts/functions/logging : rvm_log() 81 > printf %b 'ruby-1.9.3-p125 - #configuring \n' | |
ruby-1.9.3-p125 - #configuring | |
++ /scripts/functions/utility : __rvm_run() 115 > (( rvm_debug_flag > 0 )) | |
++ /scripts/functions/utility : __rvm_run() 120 > [[ -n ruby-1.9.3-p125 ]] | |
++ /scripts/functions/utility : __rvm_run() 122 > temp_log_path=/home/deploy/.rvm/log/ruby-1.9.3-p125 | |
++ /scripts/functions/utility : __rvm_run() 127 > log=/home/deploy/.rvm/log/ruby-1.9.3-p125/configure.log | |
++ /scripts/functions/utility : __rvm_run() 129 > [[ ! -d /home/deploy/.rvm/log/ruby-1.9.3-p125 ]] | |
++ /scripts/functions/utility : __rvm_run() 134 > [[ ! -f /home/deploy/.rvm/log/ruby-1.9.3-p125/configure.log ]] | |
+++ /scripts/functions/utility : __rvm_run() 140 > date '+%Y-%m-%d %H:%M:%S' | |
++ /scripts/functions/utility : __rvm_run() 140 > printf %b '[2012-04-09 20:21:03] ./configure --prefix=/home/deploy/.rvm/rubies/ruby-1.9.3-p125 --enable-shared --disable-install-doc --with-libyaml --with-opt-dir=/home/deploy/.rvm/usr \n' | |
++ /scripts/functions/utility : __rvm_run() 142 > (( rvm_niceness > 0 )) | |
++ /scripts/functions/utility : __rvm_run() 147 > eval ' ./configure --prefix=/home/deploy/.rvm/rubies/ruby-1.9.3-p125 --enable-shared --disable-install-doc --with-libyaml --with-opt-dir=/home/deploy/.rvm/usr ' | |
++ /scripts/functions/utility : __rvm_run() 148 > result=0 | |
++ /scripts/functions/utility : __rvm_run() 150 > (( result > 0 )) | |
++ /scripts/functions/utility : __rvm_run() 155 > return 0 | |
++ /scripts/functions/manage/base : __rvm_install_source() 209 > result=0 | |
++ /scripts/functions/manage/base : __rvm_install_source() 211 > (( result > 0 )) | |
++ /scripts/functions/manage/base : __rvm_install_source() 221 > rvm_ruby_make=make | |
++ /scripts/functions/manage/base : __rvm_install_source() 223 > __rvm_run make 'make ' 'ruby-1.9.3-p125 - #compiling ' | |
++ /scripts/functions/utility : __rvm_run() 103 > typeset name log temp_log_path _command message | |
++ /scripts/functions/utility : __rvm_run() 104 > true 0 0 | |
++ /scripts/functions/utility : __rvm_run() 106 > name=make | |
++ /scripts/functions/utility : __rvm_run() 107 > _command='make ' | |
++ /scripts/functions/utility : __rvm_run() 108 > message='ruby-1.9.3-p125 - #compiling ' | |
++ /scripts/functions/utility : __rvm_run() 110 > [[ -n ruby-1.9.3-p125 - #compiling ]] | |
++ /scripts/functions/utility : __rvm_run() 112 > rvm_log 'ruby-1.9.3-p125 - #compiling ' | |
++ /scripts/functions/logging : rvm_log() 80 > rvm_pretty_print stdout | |
++ /scripts/functions/logging : rvm_pretty_print() 17 > case "${rvm_pretty_print_flag:=auto}" in | |
++ /scripts/functions/logging : rvm_pretty_print() 22 > case "${TERM:-dumb}" in | |
++ /scripts/functions/logging : rvm_pretty_print() 25 > case "$1" in | |
++ /scripts/functions/logging : rvm_pretty_print() 26 > [[ -t 1 ]] | |
++ /scripts/functions/logging : rvm_pretty_print() 32 > return 0 | |
++ /scripts/functions/logging : rvm_log() 81 > printf %b 'ruby-1.9.3-p125 - #compiling \n' | |
ruby-1.9.3-p125 - #compiling | |
++ /scripts/functions/utility : __rvm_run() 115 > (( rvm_debug_flag > 0 )) | |
++ /scripts/functions/utility : __rvm_run() 120 > [[ -n ruby-1.9.3-p125 ]] | |
++ /scripts/functions/utility : __rvm_run() 122 > temp_log_path=/home/deploy/.rvm/log/ruby-1.9.3-p125 | |
++ /scripts/functions/utility : __rvm_run() 127 > log=/home/deploy/.rvm/log/ruby-1.9.3-p125/make.log | |
++ /scripts/functions/utility : __rvm_run() 129 > [[ ! -d /home/deploy/.rvm/log/ruby-1.9.3-p125 ]] | |
++ /scripts/functions/utility : __rvm_run() 134 > [[ ! -f /home/deploy/.rvm/log/ruby-1.9.3-p125/make.log ]] | |
+++ /scripts/functions/utility : __rvm_run() 140 > date '+%Y-%m-%d %H:%M:%S' | |
++ /scripts/functions/utility : __rvm_run() 140 > printf %b '[2012-04-09 20:21:47] make \n' | |
++ /scripts/functions/utility : __rvm_run() 142 > (( rvm_niceness > 0 )) | |
++ /scripts/functions/utility : __rvm_run() 147 > eval 'make ' | |
++ /scripts/functions/utility : __rvm_run() 148 > result=0 | |
++ /scripts/functions/utility : __rvm_run() 150 > (( result > 0 )) | |
++ /scripts/functions/utility : __rvm_run() 155 > return 0 | |
++ /scripts/functions/manage/base : __rvm_install_source() 224 > result=0 | |
++ /scripts/functions/manage/base : __rvm_install_source() 226 > (( result > 0 )) | |
++ /scripts/functions/manage/base : __rvm_install_source() 232 > __rvm_rm_rf /home/deploy/.rvm/src/ruby-1.9.3-p125/.ext/rdoc | |
++ /scripts/functions/cleanup : __rvm_rm_rf() 8 > typeset result target | |
++ /scripts/functions/cleanup : __rvm_rm_rf() 9 > result=1 | |
++ /scripts/functions/cleanup : __rvm_rm_rf() 10 > target=/home/deploy/.rvm/src/ruby-1.9.3-p125/.ext/rdoc | |
++ /scripts/functions/cleanup : __rvm_rm_rf() 13 > [[ -n '' ]] | |
++ /scripts/functions/cleanup : __rvm_rm_rf() 17 > [[ -n 4.2.10(1)-release ]] | |
++ /scripts/functions/cleanup : __rvm_rm_rf() 19 > shopt -s extglob | |
++ /scripts/functions/cleanup : __rvm_rm_rf() 25 > case "${target}" in | |
++ /scripts/functions/cleanup : __rvm_rm_rf() 31 > [[ -n /home/deploy/.rvm/src/ruby-1.9.3-p125/.ext/rdoc ]] | |
++ /scripts/functions/cleanup : __rvm_rm_rf() 33 > [[ -d /home/deploy/.rvm/src/ruby-1.9.3-p125/.ext/rdoc ]] | |
++ /scripts/functions/cleanup : __rvm_rm_rf() 37 > [[ -f /home/deploy/.rvm/src/ruby-1.9.3-p125/.ext/rdoc ]] | |
++ /scripts/functions/cleanup : __rvm_rm_rf() 37 > [[ -L /home/deploy/.rvm/src/ruby-1.9.3-p125/.ext/rdoc ]] | |
++ /scripts/functions/cleanup : __rvm_rm_rf() 42 > result=0 | |
++ /scripts/functions/cleanup : __rvm_rm_rf() 48 > return 0 | |
++ /scripts/functions/manage/base : __rvm_install_source() 234 > rvm_ruby_make_install='make install' | |
++ /scripts/functions/manage/base : __rvm_install_source() 236 > __rvm_run install 'make install' 'ruby-1.9.3-p125 - #installing ' | |
++ /scripts/functions/utility : __rvm_run() 103 > typeset name log temp_log_path _command message | |
++ /scripts/functions/utility : __rvm_run() 104 > true 0 0 | |
++ /scripts/functions/utility : __rvm_run() 106 > name=install | |
++ /scripts/functions/utility : __rvm_run() 107 > _command='make install' | |
++ /scripts/functions/utility : __rvm_run() 108 > message='ruby-1.9.3-p125 - #installing ' | |
++ /scripts/functions/utility : __rvm_run() 110 > [[ -n ruby-1.9.3-p125 - #installing ]] | |
++ /scripts/functions/utility : __rvm_run() 112 > rvm_log 'ruby-1.9.3-p125 - #installing ' | |
++ /scripts/functions/logging : rvm_log() 80 > rvm_pretty_print stdout | |
++ /scripts/functions/logging : rvm_pretty_print() 17 > case "${rvm_pretty_print_flag:=auto}" in | |
++ /scripts/functions/logging : rvm_pretty_print() 22 > case "${TERM:-dumb}" in | |
++ /scripts/functions/logging : rvm_pretty_print() 25 > case "$1" in | |
++ /scripts/functions/logging : rvm_pretty_print() 26 > [[ -t 1 ]] | |
++ /scripts/functions/logging : rvm_pretty_print() 32 > return 0 | |
++ /scripts/functions/logging : rvm_log() 81 > printf %b 'ruby-1.9.3-p125 - #installing \n' | |
ruby-1.9.3-p125 - #installing | |
++ /scripts/functions/utility : __rvm_run() 115 > (( rvm_debug_flag > 0 )) | |
++ /scripts/functions/utility : __rvm_run() 120 > [[ -n ruby-1.9.3-p125 ]] | |
++ /scripts/functions/utility : __rvm_run() 122 > temp_log_path=/home/deploy/.rvm/log/ruby-1.9.3-p125 | |
++ /scripts/functions/utility : __rvm_run() 127 > log=/home/deploy/.rvm/log/ruby-1.9.3-p125/install.log | |
++ /scripts/functions/utility : __rvm_run() 129 > [[ ! -d /home/deploy/.rvm/log/ruby-1.9.3-p125 ]] | |
++ /scripts/functions/utility : __rvm_run() 134 > [[ ! -f /home/deploy/.rvm/log/ruby-1.9.3-p125/install.log ]] | |
++ /scripts/functions/utility : __rvm_run() 136 > touch /home/deploy/.rvm/log/ruby-1.9.3-p125/install.log | |
+++ /scripts/functions/utility : __rvm_run() 140 > date '+%Y-%m-%d %H:%M:%S' | |
++ /scripts/functions/utility : __rvm_run() 140 > printf %b '[2012-04-09 20:25:45] make install\n' | |
++ /scripts/functions/utility : __rvm_run() 142 > (( rvm_niceness > 0 )) | |
++ /scripts/functions/utility : __rvm_run() 147 > eval 'make install' | |
++ /scripts/functions/utility : __rvm_run() 148 > result=0 | |
++ /scripts/functions/utility : __rvm_run() 150 > (( result > 0 )) | |
++ /scripts/functions/utility : __rvm_run() 155 > return 0 | |
++ /scripts/functions/manage/base : __rvm_install_source() 237 > result=0 | |
++ /scripts/functions/manage/base : __rvm_install_source() 238 > (( result > 0 )) | |
++ /scripts/functions/manage/base : __rvm_install_source() 244 > case "${rvm_ruby_string:-""}" in | |
++ /scripts/functions/manage/base : __rvm_install_source() 256 > : rvm_configure_flags:--with-libyaml --with-opt-dir=/home/deploy/.rvm/usr: | |
++ /scripts/functions/manage/base : __rvm_install_source() 257 > case "${rvm_configure_flags}" in | |
++ /scripts/functions/manage/base : __rvm_install_source() 267 > export GEM_HOME=/home/deploy/.rvm/gems/ruby-1.9.3-p125 | |
++ /scripts/functions/manage/base : __rvm_install_source() 267 > GEM_HOME=/home/deploy/.rvm/gems/ruby-1.9.3-p125 | |
++ /scripts/functions/manage/base : __rvm_install_source() 268 > export GEM_PATH=/home/deploy/.rvm/gems/ruby-1.9.3-p125:/home/deploy/.rvm/gems/ruby-1.9.3-p125@global | |
++ /scripts/functions/manage/base : __rvm_install_source() 268 > GEM_PATH=/home/deploy/.rvm/gems/ruby-1.9.3-p125:/home/deploy/.rvm/gems/ruby-1.9.3-p125@global | |
++ /scripts/functions/manage/base : __rvm_install_source() 271 > __rvm_use | |
++ /scripts/selector : __rvm_use() 436 > typeset new_path binary full_binary_path rvm_ruby_gem_home | |
++ /scripts/selector : __rvm_use() 438 > __rvm_select | |
++ /scripts/selector : __rvm_select() 6 > true | |
++ /scripts/selector : __rvm_select() 7 > typeset _original_env_string | |
++ /scripts/selector : __rvm_select() 8 > _original_env_string=ruby-1.9.3-p125 | |
++ /scripts/selector : __rvm_select() 11 > export GEM_HOME GEM_PATH MY_RUBY_HOME RUBY_VERSION IRBRC | |
++ /scripts/selector : __rvm_select() 12 > export rvm_env_string rvm_action rvm_alias_expanded rvm_archive_extension rvm_bin_flag rvm_bin_path rvm_configure_flags rvm_debug_flag rvm_default_flag rvm_delete_flag rvm_docs_type rvm_dump_environment_flag rvm_error_message rvm_expanding_aliases rvm_file_name rvm_gemdir_flag rvm_gemset_name rvm_gemstone_package_file rvm_gemstone_url rvm_head_flag rvm_hook rvm_install_args rvm_install_on_use_flag rvm_llvm_flag rvm_loaded_flag rvm_make_flags rvm_niceness rvm_nightly_flag rvm_only_path_flag rvm_parse_break rvm_patch_names rvm_patch_original_pwd rvm_pretty_print_flag rvm_proxy rvm_quiet_flag rvm_ree_options rvm_reload_flag rvm_remove_flag rvm_ruby_alias rvm_ruby_aliases rvm_ruby_args rvm_ruby_binary rvm_ruby_bits rvm_ruby_configure rvm_ruby_file rvm_ruby_gem_home rvm_ruby_gem_path rvm_ruby_global_gems_path rvm_ruby_home rvm_ruby_interpreter rvm_ruby_irbrc rvm_ruby_load_path rvm_ruby_major_version rvm_ruby_make rvm_ruby_make_install rvm_ruby_minor_version rvm_ruby_mode rvm_ruby_name rvm_ruby_package_file rvm_ruby_package_name rvm_ruby_patch rvm_ruby_patch_level rvm_ruby_release_version rvm_ruby_repo_url rvm_ruby_require rvm_ruby_revision rvm_ruby_selected_flag rvm_ruby_sha rvm_ruby_string rvm_ruby_strings rvm_ruby_tag rvm_ruby_url rvm_ruby_user_tag rvm_ruby_version rvm_script_name rvm_sdk rvm_silent_flag rvm_sticky_flag rvm_system_flag rvm_token rvm_trace_flag rvm_use_flag rvm_user_flag rvm_verbose_flag rvm_wrapper_name rvm_architectures | |
++ /scripts/selector : __rvm_select() 14 > [[ -z ruby-1.9.3-p125 ]] | |
++ /scripts/selector : __rvm_select() 38 > __rvm_ruby_string | |
++ /scripts/selector : __rvm_ruby_string() 586 > typeset ruby_string gemset_name expanded_alias_name repo_url branch_name ruby_name | |
++ /scripts/selector : __rvm_ruby_string() 588 > __rvm_default_flags | |
++ /scripts/functions/env : __rvm_default_flags() 9 > true 0 0 | |
++ /scripts/selector : __rvm_ruby_string() 590 > rvm_expanding_aliases= | |
++ /scripts/selector : __rvm_ruby_string() 593 > true 1.9.3 '' ruby 1.9.3 '' p125 '' @ ruby-1.9.3-p125 0 0 | |
++ /scripts/selector : __rvm_ruby_string() 598 > echo ruby-1.9.3-p125 | |
++ /scripts/selector : __rvm_ruby_string() 598 > grep @ | |
++ /scripts/selector : __rvm_ruby_string() 605 > (( rvm_expanding_aliases == 0 )) | |
++ /scripts/selector : __rvm_ruby_string() 606 > [[ -n ruby-1.9.3-p125 ]] | |
++ /scripts/selector : __rvm_ruby_string() 606 > [[ ruby-1.9.3-p125 != \s\y\s\t\e\m ]] | |
+++ /scripts/selector : __rvm_ruby_string() 608 > /home/deploy/.rvm/scripts/alias show ruby-1.9.3-p125 | |
++ /scripts/selector : __rvm_ruby_string() 608 > expanded_alias_name= | |
++ /scripts/selector : __rvm_ruby_string() 609 > [[ -n '' ]] | |
++ /scripts/selector : __rvm_ruby_string() 612 > [[ ruby-1.9.3-p125 == default ]] | |
++ /scripts/selector : __rvm_ruby_string() 619 > echo ruby-1.9.3-p125 | |
++ /scripts/selector : __rvm_ruby_string() 619 > grep @ | |
++ /scripts/selector : __rvm_ruby_string() 625 > ruby_string=ruby-1.9.3-p125 | |
++ /scripts/selector : __rvm_ruby_string() 626 > gemset_name= | |
++ /scripts/selector : __rvm_ruby_string() 627 > repo_url=git://github.com/ruby/ruby.git | |
++ /scripts/selector : __rvm_ruby_string() 628 > branch_name= | |
++ /scripts/selector : __rvm_ruby_string() 629 > ruby_name= | |
++ /scripts/selector : __rvm_ruby_string() 631 > __rvm_unset_ruby_variables | |
++ /scripts/functions/env : __rvm_unset_ruby_variables() 21 > unset rvm_env_string rvm_ruby_string rvm_ruby_strings rvm_ruby_binary rvm_ruby_gem_home rvm_ruby_gem_path rvm_ruby_home rvm_ruby_interpreter rvm_ruby_irbrc rvm_ruby_log_path rvm_ruby_major_version rvm_ruby_minor_version rvm_ruby_package_name rvm_ruby_patch_level rvm_ruby_release_version rvm_ruby_repo_url rvm_ruby_repo_branch rvm_ruby_revision rvm_ruby_selected_flag rvm_ruby_tag rvm_ruby_version rvm_ruby_load_path rvm_ruby_require rvm_head_flag rvm_ruby_package_file rvm_ruby_configure rvm_ruby_name rvm_ruby_url rvm_ruby_global_gems_path rvm_ruby_args rvm_ruby_name rvm_llvm_flag | |
++ /scripts/functions/env : __rvm_unset_ruby_variables() 22 > __rvm_load_rvmrc | |
++ /scripts/functions/init : __rvm_load_rvmrc() 5 > typeset _file | |
++ /scripts/functions/init : __rvm_load_rvmrc() 6 > (( 0 == 1 )) | |
++ /scripts/functions/init : __rvm_load_rvmrc() 11 > : rvm_stored_umask:0002 | |
++ /scripts/functions/init : __rvm_load_rvmrc() 12 > for _file in /etc/rvmrc '"$HOME/.rvmrc"' | |
++ /scripts/functions/init : __rvm_load_rvmrc() 14 > [[ -s /etc/rvmrc ]] | |
++ /scripts/functions/init : __rvm_load_rvmrc() 12 > for _file in /etc/rvmrc '"$HOME/.rvmrc"' | |
++ /scripts/functions/init : __rvm_load_rvmrc() 14 > [[ -s /home/deploy/.rvmrc ]] | |
++ /scripts/functions/init : __rvm_load_rvmrc() 30 > return 0 | |
++ /scripts/selector : __rvm_ruby_string() 633 > rvm_ruby_repo_url=git://github.com/ruby/ruby.git | |
++ /scripts/selector : __rvm_ruby_string() 634 > rvm_ruby_repo_branch= | |
++ /scripts/selector : __rvm_ruby_string() 635 > rvm_ruby_name= | |
++ /scripts/selector : __rvm_ruby_string() 637 > [[ -n '' ]] | |
++ /scripts/selector : __rvm_ruby_string() 643 > strings=($(echo ${ruby_string//-/ })) | |
+++ /scripts/selector : __rvm_ruby_string() 643 > echo ruby 1.9.3 p125 | |
++ /scripts/selector : __rvm_ruby_string() 645 > (( 3 == 0 )) | |
++ /scripts/selector : __rvm_ruby_string() 660 > for string in '${strings[@]}' | |
++ /scripts/selector : __rvm_ruby_string() 662 > case "$string" in | |
++ /scripts/selector : __rvm_ruby_string() 819 > rvm_ruby_interpreter=ruby | |
++ /scripts/selector : __rvm_ruby_string() 660 > for string in '${strings[@]}' | |
++ /scripts/selector : __rvm_ruby_string() 662 > case "$string" in | |
++ /scripts/selector : __rvm_ruby_string() 712 > [[ ruby == \r\b\x ]] | |
++ /scripts/selector : __rvm_ruby_string() 725 > case "$string" in | |
++ /scripts/selector : __rvm_ruby_string() 727 > rvm_ruby_version=1.9.3 | |
++ /scripts/selector : __rvm_ruby_string() 728 > rvm_ruby_revision= | |
++ /scripts/selector : __rvm_ruby_string() 729 > rvm_ruby_tag= | |
++ /scripts/selector : __rvm_ruby_string() 660 > for string in '${strings[@]}' | |
++ /scripts/selector : __rvm_ruby_string() 662 > case "$string" in | |
++ /scripts/selector : __rvm_ruby_string() 753 > rvm_ruby_patch_level=p125 | |
++ /scripts/selector : __rvm_ruby_string() 833 > [[ -z ruby ]] | |
++ /scripts/selector : __rvm_ruby_string() 849 > rvm_ruby_version=1.9.3 | |
++ /scripts/selector : __rvm_ruby_string() 850 > [[ -z 1.9.3 ]] | |
++ /scripts/selector : __rvm_ruby_string() 857 > [[ -z 1.9.3 ]] | |
++ /scripts/selector : __rvm_ruby_string() 861 > rvm_ruby_string=ruby-1.9.3 | |
++ /scripts/selector : __rvm_ruby_string() 864 > [[ ruby == \e\x\t ]] | |
++ /scripts/selector : __rvm_ruby_string() 868 > (( 0 == 1 )) | |
++ /scripts/selector : __rvm_ruby_string() 872 > [[ -n '' ]] | |
++ /scripts/selector : __rvm_ruby_string() 876 > [[ -n '' ]] | |
++ /scripts/selector : __rvm_ruby_string() 880 > [[ -n '' ]] | |
++ /scripts/selector : __rvm_ruby_string() 884 > [[ -n p125 ]] | |
++ /scripts/selector : __rvm_ruby_string() 886 > rvm_ruby_string=ruby-1.9.3-p125 | |
++ /scripts/selector : __rvm_ruby_string() 931 > [[ -n '' ]] | |
++ /scripts/selector : __rvm_ruby_string() 940 > detected_rvm_ruby_name= | |
++ /scripts/selector : __rvm_select() 40 > rvm_archive_extension=tar.gz | |
++ /scripts/selector : __rvm_select() 42 > [[ -z ruby ]] | |
++ /scripts/selector : __rvm_select() 47 > case "$rvm_ruby_interpreter" in | |
++ /scripts/selector : __rvm_select() 261 > [[ -n p125 ]] | |
++ /scripts/selector : __rvm_select() 263 > rvm_ruby_package_file=ruby-1.9.3-p125 | |
++ /scripts/selector : __rvm_select() 264 > rvm_ruby_package_name=ruby-1.9.3-p125 | |
++ /scripts/selector : __rvm_select() 270 > [[ -z 1.9.3 ]] | |
++ /scripts/selector : __rvm_select() 274 > rvm_ruby_repo_url=git://github.com/ruby/ruby.git | |
++ /scripts/selector : __rvm_select() 275 > (( 0 == 0 )) | |
++ /scripts/selector : __rvm_select() 277 > case "${rvm_ruby_version}" in | |
++ /scripts/selector : __rvm_select() 282 > rvm_archive_extension=tar.bz2 | |
++ /scripts/selector : __rvm_select() 325 > [[ -n 1.9.3 ]] | |
++ /scripts/selector : __rvm_select() 327 > case "$rvm_ruby_version" in | |
++ /scripts/selector : __rvm_select() 329 > rvm_ruby_release_version=1 | |
++ /scripts/selector : __rvm_select() 330 > rvm_ruby_major_version=1.9 | |
++ /scripts/selector : __rvm_select() 330 > rvm_ruby_major_version=9 | |
++ /scripts/selector : __rvm_select() 331 > rvm_ruby_minor_version=3 | |
++ /scripts/selector : __rvm_select() 341 > [[ ruby == ext ]] | |
++ /scripts/selector : __rvm_select() 347 > rvm_ruby_package_name=ruby-1.9.3-p125 | |
++ /scripts/selector : __rvm_select() 348 > rvm_ruby_home=/home/deploy/.rvm/rubies/ruby-1.9.3-p125 | |
++ /scripts/selector : __rvm_select() 349 > rvm_ruby_irbrc=/home/deploy/.rvm/rubies/ruby-1.9.3-p125/.irbrc | |
++ /scripts/selector : __rvm_select() 350 > rvm_ruby_binary=/home/deploy/.rvm/rubies/ruby-1.9.3-p125/bin/ruby | |
++ /scripts/selector : __rvm_select() 354 > [[ maglev == \r\u\b\y ]] | |
++ /scripts/selector : __rvm_select() 360 > __rvm_gemset_select | |
++ /scripts/selector_gemsets : __rvm_gemset_select() 125 > __rvm_gemset_select_only | |
++ /scripts/selector_gemsets : __rvm_gemset_select_only() 54 > rvm_ruby_gem_home=/home/deploy/.rvm/gems/ruby-1.9.3-p125 | |
++ /scripts/selector_gemsets : __rvm_gemset_select_only() 56 > : rvm_ignore_gemsets_flag:0: | |
++ /scripts/selector_gemsets : __rvm_gemset_select_only() 57 > (( rvm_ignore_gemsets_flag )) | |
++ /scripts/selector_gemsets : __rvm_gemset_select_only() 63 > rvm_ruby_global_gems_path=/home/deploy/.rvm/gems/ruby-1.9.3-p125@global | |
++ /scripts/selector_gemsets : __rvm_gemset_select_only() 65 > __rvm_gemset_handle_default | |
++ /scripts/selector_gemsets : __rvm_gemset_handle_default() 5 > rvm_gemset_name=@@ | |
++ /scripts/selector_gemsets : __rvm_gemset_handle_default() 6 > rvm_gemset_name=@@ | |
++ /scripts/selector_gemsets : __rvm_gemset_handle_default() 7 > rvm_gemset_name=@ | |
++ /scripts/selector_gemsets : __rvm_gemset_handle_default() 8 > rvm_gemset_name= | |
++ /scripts/selector_gemsets : __rvm_gemset_select_only() 66 > [[ -z '' ]] | |
++ /scripts/selector_gemsets : __rvm_gemset_select_only() 69 > [[ '' == \g\l\o\b\a\l ]] | |
++ /scripts/selector_gemsets : __rvm_gemset_select_only() 73 > rvm_ruby_gem_path=/home/deploy/.rvm/gems/ruby-1.9.3-p125:/home/deploy/.rvm/gems/ruby-1.9.3-p125@global | |
++ /scripts/selector_gemsets : __rvm_gemset_select_only() 77 > [[ -n '' ]] | |
++ /scripts/selector_gemsets : __rvm_gemset_select_only() 81 > rvm_env_string=ruby-1.9.3-p125 | |
++ /scripts/selector_gemsets : __rvm_gemset_select() 126 > __rvm_gemset_select_validation | |
++ /scripts/selector_gemsets : __rvm_gemset_select_validation() 88 > [[ ! -d /home/deploy/.rvm/gems/ruby-1.9.3-p125 ]] | |
++ /scripts/selector_gemsets : __rvm_gemset_select_validation() 90 > (( 0 == 0 && 0 == 0 && 0 == 0 )) | |
++ /scripts/selector_gemsets : __rvm_gemset_select_validation() 92 > rvm_expected_gemset_name= | |
++ /scripts/selector_gemsets : __rvm_gemset_select_validation() 93 > rvm_gemset_name= | |
++ /scripts/selector_gemsets : __rvm_gemset_select_validation() 94 > __rvm_gemset_select_only | |
++ /scripts/selector_gemsets : __rvm_gemset_select_only() 54 > rvm_ruby_gem_home=/home/deploy/.rvm/gems/ruby-1.9.3-p125 | |
++ /scripts/selector_gemsets : __rvm_gemset_select_only() 56 > : rvm_ignore_gemsets_flag:0: | |
++ /scripts/selector_gemsets : __rvm_gemset_select_only() 57 > (( rvm_ignore_gemsets_flag )) | |
++ /scripts/selector_gemsets : __rvm_gemset_select_only() 63 > rvm_ruby_global_gems_path=/home/deploy/.rvm/gems/ruby-1.9.3-p125@global | |
++ /scripts/selector_gemsets : __rvm_gemset_select_only() 65 > __rvm_gemset_handle_default | |
++ /scripts/selector_gemsets : __rvm_gemset_handle_default() 5 > rvm_gemset_name=@@ | |
++ /scripts/selector_gemsets : __rvm_gemset_handle_default() 6 > rvm_gemset_name=@@ | |
++ /scripts/selector_gemsets : __rvm_gemset_handle_default() 7 > rvm_gemset_name=@ | |
++ /scripts/selector_gemsets : __rvm_gemset_handle_default() 8 > rvm_gemset_name= | |
++ /scripts/selector_gemsets : __rvm_gemset_select_only() 66 > [[ -z '' ]] | |
++ /scripts/selector_gemsets : __rvm_gemset_select_only() 69 > [[ '' == \g\l\o\b\a\l ]] | |
++ /scripts/selector_gemsets : __rvm_gemset_select_only() 73 > rvm_ruby_gem_path=/home/deploy/.rvm/gems/ruby-1.9.3-p125:/home/deploy/.rvm/gems/ruby-1.9.3-p125@global | |
++ /scripts/selector_gemsets : __rvm_gemset_select_only() 77 > [[ -n '' ]] | |
++ /scripts/selector_gemsets : __rvm_gemset_select_only() 81 > rvm_env_string=ruby-1.9.3-p125 | |
++ /scripts/selector_gemsets : __rvm_gemset_select_validation() 95 > return 2 | |
++ /scripts/selector : __rvm_select() 361 > case $? in | |
++ /scripts/selector : __rvm_select() 367 > rvm_ruby_selected_flag=1 | |
++ /scripts/selector : __rvm_select() 369 > [[ -d /home/deploy/.rvm/log/ruby-1.9.3-p125 ]] | |
++ /scripts/selector : __rvm_select() 371 > mkdir -p /home/deploy/.rvm/log/ruby-1.9.3-p125 | |
++ /scripts/selector : __rvm_select() 374 > rvm_ruby_interpreter=ruby | |
++ /scripts/selector : __rvm_use() 440 > [[ system == ruby ]] | |
++ /scripts/selector : __rvm_use() 444 > [[ ! -d /home/deploy/.rvm/rubies/ruby-1.9.3-p125 ]] | |
++ /scripts/selector : __rvm_use() 457 > [[ ! -d /home/deploy/.rvm/gems/ruby-1.9.3-p125 ]] | |
++ /scripts/selector : __rvm_use() 459 > (( 0 == 1 || 0 == 1 )) | |
++ /scripts/selector : __rvm_use() 464 > rvm_error 'Gemset '\'''\'' does not exist, '\''rvm gemset create '\'' first, or append '\''--create'\''.' | |
++ /scripts/functions/logging : rvm_error() 59 > rvm_pretty_print stderr | |
++ /scripts/functions/logging : rvm_pretty_print() 17 > case "${rvm_pretty_print_flag:=auto}" in | |
++ /scripts/functions/logging : rvm_pretty_print() 22 > case "${TERM:-dumb}" in | |
++ /scripts/functions/logging : rvm_pretty_print() 25 > case "$1" in | |
++ /scripts/functions/logging : rvm_pretty_print() 27 > [[ -t 2 ]] | |
++ /scripts/functions/logging : rvm_pretty_print() 32 > return 0 | |
++ /scripts/functions/logging : rvm_error() 60 > printf %b 'Gemset '\'''\'' does not exist, '\''rvm gemset create '\'' first, or append '\''--create'\''.\n' | |
Gemset '' does not exist, 'rvm gemset create ' first, or append '--create'. | |
++ /scripts/selector : __rvm_use() 465 > return 2 | |
++ /scripts/functions/manage/base : __rvm_install_source() 272 > /home/deploy/.rvm/scripts/rubygems latest | |
++ /scripts/base : 11 > [[ -z '' ]] | |
++ /scripts/base : 16 > export PS4 | |
++ /scripts/base : 17 > PS4='+ ${BASH_SOURCE##${rvm_path:-}} : ${FUNCNAME[0]:+${FUNCNAME[0]}()} ${LINENO} > ' | |
++ /scripts/base : 26 > export __array_start rvm_path | |
++ /scripts/base : 31 > [[ -n '' ]] | |
++ /scripts/base : 35 > __array_start=0 | |
++ /scripts/base : 38 > (( 0 == 0 )) | |
+++ /scripts/base : 40 > umask | |
++ /scripts/base : 40 > : rvm_stored_umask:0002 | |
++ /scripts/base : 41 > for rvmrc in /etc/rvmrc '"$HOME/.rvmrc"' | |
++ /scripts/base : 43 > [[ -f /etc/rvmrc ]] | |
++ /scripts/base : 41 > for rvmrc in /etc/rvmrc '"$HOME/.rvmrc"' | |
++ /scripts/base : 43 > [[ -f /home/deploy/.rvmrc ]] | |
++ /scripts/base : 60 > export rvm_path | |
++ /scripts/base : 61 > [[ -z /home/deploy/.rvm ]] | |
++ /scripts/base : 73 > true /home/deploy/.rvm/scripts | |
++ /scripts/base : 76 > source /home/deploy/.rvm/scripts/initialize | |
+++ /scripts/initialize : 3 > : rvm_trace_flag:1 | |
+++ /scripts/initialize : 4 > (( rvm_trace_flag > 0 )) | |
+++ /scripts/initialize : 6 > set -o xtrace | |
+++ /scripts/initialize : 9 > [[ -z '' ]] | |
+++ /scripts/initialize : 14 > export PS4 | |
+++ /scripts/initialize : 15 > PS4='+ ${BASH_SOURCE##${rvm_path:-}} : ${FUNCNAME[0]:+${FUNCNAME[0]}()} ${LINENO} > ' | |
+++ /scripts/initialize : 26 > [[ -n 4.2.10(1)-release ]] | |
+++ /scripts/initialize : 28 > shopt -s extglob | |
+++ /scripts/initialize : 38 > export __rvm_env_loaded | |
+++ /scripts/initialize : 40 > : __rvm_env_loaded:2: | |
+++ /scripts/initialize : 42 > : __rvm_env_loaded:3: | |
+++ /scripts/initialize : 45 > [[ -z /home/deploy/.rvm/tmp ]] | |
+++ /scripts/initialize : 45 > (( __rvm_env_loaded == 1 )) | |
++ /scripts/base : 80 > case " ${rvm_base_except:-} " in | |
++ /scripts/base : 85 > source /home/deploy/.rvm/scripts/selector | |
++ /scripts/base : 86 > source /home/deploy/.rvm/scripts/selector_gemsets | |
++ /scripts/base : 90 > typeset -a scripts | |
++ /scripts/base : 93 > scripts=(logging utility init cleanup env rvmrc install environment gemset db bundler) | |
++ /scripts/base : 94 > for entry in '${scripts[@]}' | |
++ /scripts/base : 95 > source /home/deploy/.rvm/scripts/functions/logging | |
+++ /scripts/functions/logging : 40 > case "${TERM:-dumb}" in | |
++++ /scripts/functions/logging : 49 > /home/deploy/.rvm/scripts/color red | |
+++ /scripts/functions/logging : 49 > rvm_error_clr='' | |
++++ /scripts/functions/logging : 50 > /home/deploy/.rvm/scripts/color yellow | |
+++ /scripts/functions/logging : 50 > rvm_warn_clr='' | |
++++ /scripts/functions/logging : 51 > /home/deploy/.rvm/scripts/color magenta | |
+++ /scripts/functions/logging : 51 > rvm_debug_clr='' | |
++++ /scripts/functions/logging : 52 > /home/deploy/.rvm/scripts/color green | |
+++ /scripts/functions/logging : 52 > rvm_notify_clr='' | |
++++ /scripts/functions/logging : 53 > /home/deploy/.rvm/scripts/color reset | |
+++ /scripts/functions/logging : 53 > rvm_reset_clr='' | |
++ /scripts/base : 94 > for entry in '${scripts[@]}' | |
++ /scripts/base : 95 > source /home/deploy/.rvm/scripts/functions/utility | |
+++ /scripts/functions/utility : 3 > [[ -z tar ]] | |
+++ /scripts/functions/utility : 7 > rvm_tar_command=tar | |
+++ /scripts/functions/utility : 10 > [[ ! --no-same-owner =~ --no-same-owner ]] | |
++ /scripts/base : 94 > for entry in '${scripts[@]}' | |
++ /scripts/base : 95 > source /home/deploy/.rvm/scripts/functions/init | |
++ /scripts/base : 94 > for entry in '${scripts[@]}' | |
++ /scripts/base : 95 > source /home/deploy/.rvm/scripts/functions/cleanup | |
++ /scripts/base : 94 > for entry in '${scripts[@]}' | |
++ /scripts/base : 95 > source /home/deploy/.rvm/scripts/functions/env | |
++ /scripts/base : 94 > for entry in '${scripts[@]}' | |
++ /scripts/base : 95 > source /home/deploy/.rvm/scripts/functions/rvmrc | |
+++ /scripts/functions/rvmrc : 3 > export escape_flag _first _second | |
+++ /scripts/functions/rvmrc : 4 > escape_flag=1 | |
+++ /scripts/functions/rvmrc : 5 > _first=0 | |
+++ /scripts/functions/rvmrc : 6 > _second=1 | |
++ /scripts/base : 94 > for entry in '${scripts[@]}' | |
++ /scripts/base : 95 > source /home/deploy/.rvm/scripts/functions/install | |
++ /scripts/base : 94 > for entry in '${scripts[@]}' | |
++ /scripts/base : 95 > source /home/deploy/.rvm/scripts/functions/environment | |
++ /scripts/base : 94 > for entry in '${scripts[@]}' | |
++ /scripts/base : 95 > source /home/deploy/.rvm/scripts/functions/gemset | |
++ /scripts/base : 94 > for entry in '${scripts[@]}' | |
++ /scripts/base : 95 > source /home/deploy/.rvm/scripts/functions/db | |
++ /scripts/base : 94 > for entry in '${scripts[@]}' | |
++ /scripts/base : 95 > source /home/deploy/.rvm/scripts/functions/bundler | |
++ /scripts/base : 97 > unset scripts entry rvm_base_except | |
+ /scripts/rubygems : 4 > source /home/deploy/.rvm/scripts/functions/db | |
+ /scripts/rubygems : 6 > result=0 | |
+ /scripts/rubygems : 8 > __rvm_become | |
+ /scripts/functions/environment : __rvm_become() 65 > typeset string rvm_rvmrc_flag | |
+ /scripts/functions/environment : __rvm_become() 66 > string= | |
+ /scripts/functions/environment : __rvm_become() 67 > rvm_rvmrc_flag=0 | |
+ /scripts/functions/environment : __rvm_become() 69 > [[ -n '' ]] | |
+ /scripts/functions/environment : __rvm_become() 71 > __rvm_use | |
+ /scripts/functions/environment : __rvm_become() 73 > rvm_ruby_string=ruby-1.9.3-p125 | |
+ /scripts/functions/environment : __rvm_become() 75 > return 0 | |
+ /scripts/rubygems : 206 > builtin command -v ruby | |
+ /scripts/rubygems : 215 > args=($*) | |
+ /scripts/rubygems : 216 > export version | |
+ /scripts/rubygems : 217 > version=latest | |
++ /scripts/rubygems : 218 > echo | |
+ /scripts/rubygems : 218 > args= | |
+ /scripts/rubygems : 220 > [[ -z latest ]] | |
+ /scripts/rubygems : 226 > can_switch_rubygems | |
+ /scripts/rubygems : can_switch_rubygems() 41 > case "$rvm_ruby_string" in | |
+ /scripts/rubygems : can_switch_rubygems() 46 > return 0 | |
+ /scripts/rubygems : 228 > case "$version" in | |
+ /scripts/rubygems : 231 > rubygems_setup | |
+ /scripts/rubygems : rubygems_setup() 118 > __rvm_warn_on_rubyopt | |
+ /scripts/functions/utility : __rvm_warn_on_rubyopt() 54 > [[ -n '' ]] | |
+ /scripts/functions/utility : __rvm_warn_on_rubyopt() 60 > return 0 | |
+ /scripts/rubygems : rubygems_setup() 120 > true 1 | |
+ /scripts/rubygems : rubygems_setup() 122 > unset RUBYOPT | |
+ /scripts/rubygems : rubygems_setup() 124 > (( rvm_ruby_selected_flag == 0 )) | |
+ /scripts/rubygems : rubygems_setup() 129 > rubygems_select_version_url | |
+ /scripts/rubygems : rubygems_select_version_url() 65 > case "$version" in | |
+ /scripts/rubygems : rubygems_select_version_url() 67 > case "$rvm_ruby_string" in | |
+ /scripts/rubygems : rubygems_select_version_url() 83 > case "$version" in | |
++ /scripts/rubygems : rubygems_select_version_url() 85 > __rvm_db ruby_1.9.3_p125_rubygems_version | |
++ /scripts/functions/db : __rvm_db() 7 > typeset value key variable | |
++ /scripts/functions/db : __rvm_db() 9 > key=ruby_1.9.3_p125_rubygems_version | |
++ /scripts/functions/db : __rvm_db() 10 > key=ruby_1.9.3_p125_rubygems_version | |
++ /scripts/functions/db : __rvm_db() 11 > variable= | |
++ /scripts/functions/db : __rvm_db() 13 > [[ -f /home/deploy/.rvm/user/db ]] | |
+++ /scripts/functions/db : __rvm_db() 14 > /home/deploy/.rvm/scripts/db /home/deploy/.rvm/user/db ruby_1.9.3_p125_rubygems_version | |
++ /scripts/functions/db : __rvm_db() 14 > value= | |
++ /scripts/functions/db : __rvm_db() 17 > [[ -z '' ]] | |
+++ /scripts/functions/db : __rvm_db() 18 > /home/deploy/.rvm/scripts/db /home/deploy/.rvm/config/db ruby_1.9.3_p125_rubygems_version | |
++ /scripts/functions/db : __rvm_db() 18 > value= | |
++ /scripts/functions/db : __rvm_db() 21 > [[ -n '' ]] | |
++ /scripts/functions/db : __rvm_db() 29 > return 0 | |
+ /scripts/rubygems : rubygems_select_version_url() 85 > version= | |
++ /scripts/rubygems : rubygems_select_version_url() 86 > __rvm_db ruby_rubygems_version | |
++ /scripts/functions/db : __rvm_db() 7 > typeset value key variable | |
++ /scripts/functions/db : __rvm_db() 9 > key=ruby_rubygems_version | |
++ /scripts/functions/db : __rvm_db() 10 > key=ruby_rubygems_version | |
++ /scripts/functions/db : __rvm_db() 11 > variable= | |
++ /scripts/functions/db : __rvm_db() 13 > [[ -f /home/deploy/.rvm/user/db ]] | |
+++ /scripts/functions/db : __rvm_db() 14 > /home/deploy/.rvm/scripts/db /home/deploy/.rvm/user/db ruby_rubygems_version | |
++ /scripts/functions/db : __rvm_db() 14 > value= | |
++ /scripts/functions/db : __rvm_db() 17 > [[ -z '' ]] | |
+++ /scripts/functions/db : __rvm_db() 18 > /home/deploy/.rvm/scripts/db /home/deploy/.rvm/config/db ruby_rubygems_version | |
++ /scripts/functions/db : __rvm_db() 18 > value= | |
++ /scripts/functions/db : __rvm_db() 21 > [[ -n '' ]] | |
++ /scripts/functions/db : __rvm_db() 29 > return 0 | |
+ /scripts/rubygems : rubygems_select_version_url() 86 > version= | |
++ /scripts/rubygems : rubygems_select_version_url() 87 > __rvm_db rubygems_version | |
++ /scripts/functions/db : __rvm_db() 7 > typeset value key variable | |
++ /scripts/functions/db : __rvm_db() 9 > key=rubygems_version | |
++ /scripts/functions/db : __rvm_db() 10 > key=rubygems_version | |
++ /scripts/functions/db : __rvm_db() 11 > variable= | |
++ /scripts/functions/db : __rvm_db() 13 > [[ -f /home/deploy/.rvm/user/db ]] | |
+++ /scripts/functions/db : __rvm_db() 14 > /home/deploy/.rvm/scripts/db /home/deploy/.rvm/user/db rubygems_version | |
++ /scripts/functions/db : __rvm_db() 14 > value= | |
++ /scripts/functions/db : __rvm_db() 17 > [[ -z '' ]] | |
+++ /scripts/functions/db : __rvm_db() 18 > /home/deploy/.rvm/scripts/db /home/deploy/.rvm/config/db rubygems_version | |
++ /scripts/functions/db : __rvm_db() 18 > value=latest-1.8 | |
++ /scripts/functions/db : __rvm_db() 21 > [[ -n latest-1.8 ]] | |
++ /scripts/functions/db : __rvm_db() 22 > [[ -z '' ]] | |
++ /scripts/functions/db : __rvm_db() 23 > echo latest-1.8 | |
++ /scripts/functions/db : __rvm_db() 29 > return 0 | |
+ /scripts/rubygems : rubygems_select_version_url() 87 > version=latest-1.8 | |
+ /scripts/rubygems : rubygems_select_version_url() 91 > case "$version" in | |
+ /scripts/rubygems : rubygems_select_version_url() 93 > version=1.8 | |
++ /scripts/rubygems : rubygems_select_version_url() 94 > rubygems_version_list | |
++ /scripts/rubygems : rubygems_select_version_url() 94 > grep '^1.8\.' | |
++ /scripts/rubygems : rubygems_select_version_url() 94 > tail -n 1 | |
++ /scripts/rubygems : rubygems_version_list() 53 > curl -s https://api.github.com/repos/rubygems/rubygems/tags | |
++ /scripts/rubygems : rubygems_version_list() 54 > sed -n '/"name": / {s/^.*".*": "v\(.*\)".*$/\1/; p;}' | |
++ /scripts/rubygems : rubygems_version_list() 55 > sort -t. -k 1,1n -k 2,2n -k 3,3n -k 4,4n -k 5,5n | |
+ /scripts/rubygems : rubygems_select_version_url() 94 > version=1.8.21 | |
+ /scripts/rubygems : rubygems_select_version_url() 95 > version=1.8.21 | |
+ /scripts/rubygems : rubygems_select_version_url() 99 > case "${version}" in | |
+ /scripts/rubygems : rubygems_select_version_url() 108 > rvm_rubygems_version=1.8.21 | |
+ /scripts/rubygems : rubygems_select_version_url() 109 > rvm_gem_package_name=rubygems-1.8.21 | |
++ /scripts/rubygems : rubygems_select_version_url() 110 > __rvm_db rubygems_url | |
++ /scripts/functions/db : __rvm_db() 7 > typeset value key variable | |
++ /scripts/functions/db : __rvm_db() 9 > key=rubygems_url | |
++ /scripts/functions/db : __rvm_db() 10 > key=rubygems_url | |
++ /scripts/functions/db : __rvm_db() 11 > variable= | |
++ /scripts/functions/db : __rvm_db() 13 > [[ -f /home/deploy/.rvm/user/db ]] | |
+++ /scripts/functions/db : __rvm_db() 14 > /home/deploy/.rvm/scripts/db /home/deploy/.rvm/user/db rubygems_url | |
++ /scripts/functions/db : __rvm_db() 14 > value= | |
++ /scripts/functions/db : __rvm_db() 17 > [[ -z '' ]] | |
+++ /scripts/functions/db : __rvm_db() 18 > /home/deploy/.rvm/scripts/db /home/deploy/.rvm/config/db rubygems_url | |
++ /scripts/functions/db : __rvm_db() 18 > value=http://production.cf.rubygems.org/rubygems | |
++ /scripts/functions/db : __rvm_db() 21 > [[ -n http://production.cf.rubygems.org/rubygems ]] | |
++ /scripts/functions/db : __rvm_db() 22 > [[ -z '' ]] | |
++ /scripts/functions/db : __rvm_db() 23 > echo http://production.cf.rubygems.org/rubygems | |
++ /scripts/functions/db : __rvm_db() 29 > return 0 | |
+ /scripts/rubygems : rubygems_select_version_url() 110 > rvm_rubygems_url=http://production.cf.rubygems.org/rubygems | |
+ /scripts/rubygems : rubygems_select_version_url() 111 > rvm_gem_url=http://production.cf.rubygems.org/rubygems/rubygems-1.8.21.tgz | |
+ /scripts/rubygems : rubygems_setup() 133 > [[ ! -f /home/deploy/.rvm/src/rubygems-1.8.21/setup.rb ]] | |
+ /scripts/rubygems : rubygems_setup() 135 > __rvm_rm_rf /home/deploy/.rvm/src/rubygems-1.8.21 | |
+ /scripts/functions/cleanup : __rvm_rm_rf() 8 > typeset result target | |
+ /scripts/functions/cleanup : __rvm_rm_rf() 9 > result=1 | |
+ /scripts/functions/cleanup : __rvm_rm_rf() 10 > target=/home/deploy/.rvm/src/rubygems-1.8.21 | |
+ /scripts/functions/cleanup : __rvm_rm_rf() 13 > [[ -n '' ]] | |
+ /scripts/functions/cleanup : __rvm_rm_rf() 17 > [[ -n 4.2.10(1)-release ]] | |
+ /scripts/functions/cleanup : __rvm_rm_rf() 19 > shopt -s extglob | |
+ /scripts/functions/cleanup : __rvm_rm_rf() 25 > case "${target}" in | |
+ /scripts/functions/cleanup : __rvm_rm_rf() 31 > [[ -n /home/deploy/.rvm/src/rubygems-1.8.21 ]] | |
+ /scripts/functions/cleanup : __rvm_rm_rf() 33 > [[ -d /home/deploy/.rvm/src/rubygems-1.8.21 ]] | |
+ /scripts/functions/cleanup : __rvm_rm_rf() 37 > [[ -f /home/deploy/.rvm/src/rubygems-1.8.21 ]] | |
+ /scripts/functions/cleanup : __rvm_rm_rf() 37 > [[ -L /home/deploy/.rvm/src/rubygems-1.8.21 ]] | |
+ /scripts/functions/cleanup : __rvm_rm_rf() 42 > result=0 | |
+ /scripts/functions/cleanup : __rvm_rm_rf() 48 > return 0 | |
+ /scripts/rubygems : rubygems_setup() 138 > [[ ! -d /home/deploy/.rvm/src/rubygems-1.8.21 ]] | |
+ /scripts/rubygems : rubygems_setup() 140 > rvm_log 'Retrieving rubygems-1.8.21' | |
+ /scripts/functions/logging : rvm_log() 80 > rvm_pretty_print stdout | |
+ /scripts/functions/logging : rvm_pretty_print() 17 > case "${rvm_pretty_print_flag:=auto}" in | |
+ /scripts/functions/logging : rvm_pretty_print() 22 > case "${TERM:-dumb}" in | |
+ /scripts/functions/logging : rvm_pretty_print() 25 > case "$1" in | |
+ /scripts/functions/logging : rvm_pretty_print() 26 > [[ -t 1 ]] | |
+ /scripts/functions/logging : rvm_pretty_print() 32 > return 0 | |
+ /scripts/functions/logging : rvm_log() 81 > printf %b 'Retrieving rubygems-1.8.21\n' | |
Retrieving rubygems-1.8.21 | |
+ /scripts/rubygems : rubygems_setup() 142 > /home/deploy/.rvm/scripts/fetch http://production.cf.rubygems.org/rubygems/rubygems-1.8.21.tgz rubygems-1.8.21.tgz | |
++ /scripts/base : 11 > [[ -z '' ]] | |
++ /scripts/base : 16 > export PS4 | |
++ /scripts/base : 17 > PS4='+ ${BASH_SOURCE##${rvm_path:-}} : ${FUNCNAME[0]:+${FUNCNAME[0]}()} ${LINENO} > ' | |
++ /scripts/base : 26 > export __array_start rvm_path | |
++ /scripts/base : 31 > [[ -n '' ]] | |
++ /scripts/base : 35 > __array_start=0 | |
++ /scripts/base : 38 > (( 0 == 0 )) | |
+++ /scripts/base : 40 > umask | |
++ /scripts/base : 40 > : rvm_stored_umask:0002 | |
++ /scripts/base : 41 > for rvmrc in /etc/rvmrc '"$HOME/.rvmrc"' | |
++ /scripts/base : 43 > [[ -f /etc/rvmrc ]] | |
++ /scripts/base : 41 > for rvmrc in /etc/rvmrc '"$HOME/.rvmrc"' | |
++ /scripts/base : 43 > [[ -f /home/deploy/.rvmrc ]] | |
++ /scripts/base : 60 > export rvm_path | |
++ /scripts/base : 61 > [[ -z /home/deploy/.rvm ]] | |
++ /scripts/base : 73 > true /home/deploy/.rvm/scripts | |
++ /scripts/base : 76 > source /home/deploy/.rvm/scripts/initialize | |
+++ /scripts/initialize : 3 > : rvm_trace_flag:1 | |
+++ /scripts/initialize : 4 > (( rvm_trace_flag > 0 )) | |
+++ /scripts/initialize : 6 > set -o xtrace | |
+++ /scripts/initialize : 9 > [[ -z '' ]] | |
+++ /scripts/initialize : 14 > export PS4 | |
+++ /scripts/initialize : 15 > PS4='+ ${BASH_SOURCE##${rvm_path:-}} : ${FUNCNAME[0]:+${FUNCNAME[0]}()} ${LINENO} > ' | |
+++ /scripts/initialize : 26 > [[ -n 4.2.10(1)-release ]] | |
+++ /scripts/initialize : 28 > shopt -s extglob | |
+++ /scripts/initialize : 38 > export __rvm_env_loaded | |
+++ /scripts/initialize : 40 > : __rvm_env_loaded:3: | |
+++ /scripts/initialize : 42 > : __rvm_env_loaded:4: | |
+++ /scripts/initialize : 45 > [[ -z /home/deploy/.rvm/tmp ]] | |
+++ /scripts/initialize : 45 > (( __rvm_env_loaded == 1 )) | |
++ /scripts/base : 80 > case " ${rvm_base_except:-} " in | |
++ /scripts/base : 82 > true | |
++ /scripts/base : 90 > typeset -a scripts | |
++ /scripts/base : 93 > scripts=(logging utility init cleanup env rvmrc install environment gemset db bundler) | |
++ /scripts/base : 94 > for entry in '${scripts[@]}' | |
++ /scripts/base : 95 > source /home/deploy/.rvm/scripts/functions/logging | |
+++ /scripts/functions/logging : 40 > case "${TERM:-dumb}" in | |
++++ /scripts/functions/logging : 49 > /home/deploy/.rvm/scripts/color red | |
+++ /scripts/functions/logging : 49 > rvm_error_clr='' | |
++++ /scripts/functions/logging : 50 > /home/deploy/.rvm/scripts/color yellow | |
+++ /scripts/functions/logging : 50 > rvm_warn_clr='' | |
++++ /scripts/functions/logging : 51 > /home/deploy/.rvm/scripts/color magenta | |
+++ /scripts/functions/logging : 51 > rvm_debug_clr='' | |
++++ /scripts/functions/logging : 52 > /home/deploy/.rvm/scripts/color green | |
+++ /scripts/functions/logging : 52 > rvm_notify_clr='' | |
++++ /scripts/functions/logging : 53 > /home/deploy/.rvm/scripts/color reset | |
+++ /scripts/functions/logging : 53 > rvm_reset_clr='' | |
++ /scripts/base : 94 > for entry in '${scripts[@]}' | |
++ /scripts/base : 95 > source /home/deploy/.rvm/scripts/functions/utility | |
+++ /scripts/functions/utility : 3 > [[ -z tar ]] | |
+++ /scripts/functions/utility : 7 > rvm_tar_command=tar | |
+++ /scripts/functions/utility : 10 > [[ ! --no-same-owner =~ --no-same-owner ]] | |
++ /scripts/base : 94 > for entry in '${scripts[@]}' | |
++ /scripts/base : 95 > source /home/deploy/.rvm/scripts/functions/init | |
++ /scripts/base : 94 > for entry in '${scripts[@]}' | |
++ /scripts/base : 95 > source /home/deploy/.rvm/scripts/functions/cleanup | |
++ /scripts/base : 94 > for entry in '${scripts[@]}' | |
++ /scripts/base : 95 > source /home/deploy/.rvm/scripts/functions/env | |
++ /scripts/base : 94 > for entry in '${scripts[@]}' | |
++ /scripts/base : 95 > source /home/deploy/.rvm/scripts/functions/rvmrc | |
+++ /scripts/functions/rvmrc : 3 > export escape_flag _first _second | |
+++ /scripts/functions/rvmrc : 4 > escape_flag=1 | |
+++ /scripts/functions/rvmrc : 5 > _first=0 | |
+++ /scripts/functions/rvmrc : 6 > _second=1 | |
++ /scripts/base : 94 > for entry in '${scripts[@]}' | |
++ /scripts/base : 95 > source /home/deploy/.rvm/scripts/functions/install | |
++ /scripts/base : 94 > for entry in '${scripts[@]}' | |
++ /scripts/base : 95 > source /home/deploy/.rvm/scripts/functions/environment | |
++ /scripts/base : 94 > for entry in '${scripts[@]}' | |
++ /scripts/base : 95 > source /home/deploy/.rvm/scripts/functions/gemset | |
++ /scripts/base : 94 > for entry in '${scripts[@]}' | |
++ /scripts/base : 95 > source /home/deploy/.rvm/scripts/functions/db | |
++ /scripts/base : 94 > for entry in '${scripts[@]}' | |
++ /scripts/base : 95 > source /home/deploy/.rvm/scripts/functions/bundler | |
++ /scripts/base : 97 > unset scripts entry rvm_base_except | |
+ /scripts/fetch : 7 > result=0 | |
+ /scripts/fetch : 39 > builtin cd /home/deploy/.rvm/archives | |
+ /scripts/fetch : 43 > [[ -z http://production.cf.rubygems.org/rubygems/rubygems-1.8.21.tgz ]] | |
+ /scripts/fetch : 50 > url=http://production.cf.rubygems.org/rubygems/rubygems-1.8.21.tgz | |
+ /scripts/fetch : 50 > download=1 | |
+ /scripts/fetch : 50 > package_name=rubygems-1.8.21.tgz | |
+ /scripts/fetch : 52 > builtin command -v curl | |
+ /scripts/fetch : 58 > [[ ! -z '' ]] | |
+ /scripts/fetch : 64 > fetch_command='curl -f -L --create-dirs -C - ' | |
+ /scripts/fetch : 68 > [[ ! -z rubygems-1.8.21.tgz ]] | |
+ /scripts/fetch : 70 > fetch_command='curl -f -L --create-dirs -C - -o rubygems-1.8.21.tgz ' | |
+ /scripts/fetch : 72 > archive=rubygems-1.8.21.tgz | |
+ /scripts/fetch : 82 > [[ 0 -gt 0 ]] | |
++ /scripts/fetch : 85 > /home/deploy/.rvm/scripts/db /home/deploy/.rvm/config/md5 rubygems-1.8.21.tgz | |
++ /scripts/fetch : 85 > head -n1 | |
+ /scripts/fetch : 85 > archive_md5= | |
+ /scripts/fetch : 86 > [[ -z '' ]] | |
++ /scripts/fetch : 88 > /home/deploy/.rvm/scripts/db /home/deploy/.rvm/user/md5 rubygems-1.8.21.tgz | |
++ /scripts/fetch : 88 > head -n1 | |
+ /scripts/fetch : 88 > archive_md5= | |
+ /scripts/fetch : 91 > [[ -e rubygems-1.8.21.tgz ]] | |
+ /scripts/fetch : 116 > [[ 0 -gt 0 ]] | |
+ /scripts/fetch : 119 > download=1 | |
++ /scripts/fetch : 124 > echo http://production.cf.rubygems.org/rubygems/rubygems-1.8.21.tgz | |
++ /scripts/fetch : 124 > sed -e s/http:/ftp:/ | |
+ /scripts/fetch : 124 > ftp_url=ftp://production.cf.rubygems.org/rubygems/rubygems-1.8.21.tgz | |
+ /scripts/fetch : 126 > [[ 1 -gt 0 ]] | |
+ /scripts/fetch : 128 > rm -f rubygems-1.8.21.tgz | |
+ /scripts/fetch : 130 > eval curl -f -L --create-dirs -C - -o rubygems-1.8.21.tgz http://production.cf.rubygems.org/rubygems/rubygems-1.8.21.tgz | |
++ /scripts/fetch : 130 > curl -f -L --create-dirs -C - -o rubygems-1.8.21.tgz http://production.cf.rubygems.org/rubygems/rubygems-1.8.21.tgz | |
% Total % Received % Xferd Average Speed Time Time Time Current | |
Dload Upload Total Spent Left Speed | |
100 250k 100 250k 0 0 2409k 0 --:--:-- --:--:-- --:--:-- 4821k | |
+ /scripts/fetch : 130 > result=0 | |
+ /scripts/fetch : 132 > [[ 0 -gt 0 ]] | |
+ /scripts/fetch : 210 > record_md5 | |
+ /scripts/fetch : record_md5() 17 > case "$(uname)" in | |
++ /scripts/fetch : record_md5() 17 > uname | |
++ /scripts/fetch : record_md5() 25 > md5sum rubygems-1.8.21.tgz | |
+ /scripts/fetch : record_md5() 25 > archive_md5='d77b3438a4b3c7368491537bb0ddde1d rubygems-1.8.21.tgz' | |
+ /scripts/fetch : record_md5() 26 > archive_md5=d77b3438a4b3c7368491537bb0ddde1d | |
+ /scripts/fetch : record_md5() 30 > [[ -w /home/deploy/.rvm/config/md5 ]] | |
+ /scripts/fetch : record_md5() 32 > /home/deploy/.rvm/scripts/db /home/deploy/.rvm/config/md5 rubygems-1.8.21.tgz d77b3438a4b3c7368491537bb0ddde1d | |
+ /scripts/fetch : 216 > exit 0 | |
+ /scripts/rubygems : rubygems_setup() 143 > result=0 | |
+ /scripts/rubygems : rubygems_setup() 145 > (( result > 0 )) | |
+ /scripts/rubygems : rubygems_setup() 151 > [[ ! -d /home/deploy/.rvm/src/rubygems-1.8.21 ]] | |
+ /scripts/rubygems : rubygems_setup() 153 > mkdir -p /home/deploy/.rvm/src/rubygems-1.8.21 | |
+ /scripts/rubygems : rubygems_setup() 156 > __rvm_run rubygems.extract 'gunzip < /home/deploy/.rvm/archives/rubygems-1.8.21.tgz | tar xf - -C /home/deploy/.rvm/src' 'Extracting rubygems-1.8.21 ...' | |
+ /scripts/functions/utility : __rvm_run() 103 > typeset name log temp_log_path _command message | |
+ /scripts/functions/utility : __rvm_run() 104 > true 0 0 | |
+ /scripts/functions/utility : __rvm_run() 106 > name=rubygems.extract | |
+ /scripts/functions/utility : __rvm_run() 107 > _command='gunzip < /home/deploy/.rvm/archives/rubygems-1.8.21.tgz | tar xf - -C /home/deploy/.rvm/src' | |
+ /scripts/functions/utility : __rvm_run() 108 > message='Extracting rubygems-1.8.21 ...' | |
+ /scripts/functions/utility : __rvm_run() 110 > [[ -n Extracting rubygems-1.8.21 ... ]] | |
+ /scripts/functions/utility : __rvm_run() 112 > rvm_log 'Extracting rubygems-1.8.21 ...' | |
+ /scripts/functions/logging : rvm_log() 80 > rvm_pretty_print stdout | |
+ /scripts/functions/logging : rvm_pretty_print() 17 > case "${rvm_pretty_print_flag:=auto}" in | |
+ /scripts/functions/logging : rvm_pretty_print() 22 > case "${TERM:-dumb}" in | |
+ /scripts/functions/logging : rvm_pretty_print() 25 > case "$1" in | |
+ /scripts/functions/logging : rvm_pretty_print() 26 > [[ -t 1 ]] | |
+ /scripts/functions/logging : rvm_pretty_print() 32 > return 0 | |
+ /scripts/functions/logging : rvm_log() 81 > printf %b 'Extracting rubygems-1.8.21 ...\n' | |
Extracting rubygems-1.8.21 ... | |
+ /scripts/functions/utility : __rvm_run() 115 > (( rvm_debug_flag > 0 )) | |
+ /scripts/functions/utility : __rvm_run() 120 > [[ -n ruby-1.9.3-p125 ]] | |
+ /scripts/functions/utility : __rvm_run() 122 > temp_log_path=/home/deploy/.rvm/log/ruby-1.9.3-p125 | |
+ /scripts/functions/utility : __rvm_run() 127 > log=/home/deploy/.rvm/log/ruby-1.9.3-p125/rubygems.extract.log | |
+ /scripts/functions/utility : __rvm_run() 129 > [[ ! -d /home/deploy/.rvm/log/ruby-1.9.3-p125 ]] | |
+ /scripts/functions/utility : __rvm_run() 134 > [[ ! -f /home/deploy/.rvm/log/ruby-1.9.3-p125/rubygems.extract.log ]] | |
+ /scripts/functions/utility : __rvm_run() 136 > touch /home/deploy/.rvm/log/ruby-1.9.3-p125/rubygems.extract.log | |
++ /scripts/functions/utility : __rvm_run() 140 > date '+%Y-%m-%d %H:%M:%S' | |
+ /scripts/functions/utility : __rvm_run() 140 > printf %b '[2012-04-09 20:25:46] gunzip < /home/deploy/.rvm/archives/rubygems-1.8.21.tgz | tar xf - -C /home/deploy/.rvm/src\n' | |
+ /scripts/functions/utility : __rvm_run() 142 > (( rvm_niceness > 0 )) | |
+ /scripts/functions/utility : __rvm_run() 147 > eval 'gunzip < /home/deploy/.rvm/archives/rubygems-1.8.21.tgz | tar xf - -C /home/deploy/.rvm/src' | |
+ /scripts/functions/utility : __rvm_run() 148 > result=0 | |
+ /scripts/functions/utility : __rvm_run() 150 > (( result > 0 )) | |
+ /scripts/functions/utility : __rvm_run() 155 > return 0 | |
+ /scripts/rubygems : rubygems_setup() 161 > rubygems_remove | |
+ /scripts/rubygems : rubygems_remove() 12 > typeset rubygems_path ruby entry | |
+ /scripts/rubygems : rubygems_remove() 14 > rvm_log 'Removing old Rubygems files...' | |
+ /scripts/functions/logging : rvm_log() 80 > rvm_pretty_print stdout | |
+ /scripts/functions/logging : rvm_pretty_print() 17 > case "${rvm_pretty_print_flag:=auto}" in | |
+ /scripts/functions/logging : rvm_pretty_print() 22 > case "${TERM:-dumb}" in | |
+ /scripts/functions/logging : rvm_pretty_print() 25 > case "$1" in | |
+ /scripts/functions/logging : rvm_pretty_print() 26 > [[ -t 1 ]] | |
+ /scripts/functions/logging : rvm_pretty_print() 32 > return 0 | |
+ /scripts/functions/logging : rvm_log() 81 > printf %b 'Removing old Rubygems files...\n' | |
Removing old Rubygems files... | |
+ /scripts/rubygems : rubygems_remove() 16 > [[ ruby == \r\b\x ]] | |
+ /scripts/rubygems : rubygems_remove() 19 > [[ ruby-1.9.3-p125 =~ ruby-1.9.3.* ]] | |
+ /scripts/rubygems : rubygems_remove() 21 > ruby='puts RbConfig::CONFIG.values_at('\''sitelibdir'\'','\''vendorlibdir'\'').detect { |path| File.directory?(File.join(path.to_s, '\''rubygems'\'')) }.to_s' | |
++ /scripts/rubygems : rubygems_remove() 25 > ruby -rrbconfig -e 'puts RbConfig::CONFIG.values_at('\''sitelibdir'\'','\''vendorlibdir'\'').detect { |path| File.directory?(File.join(path.to_s, '\''rubygems'\'')) }.to_s' | |
+ /scripts/rubygems : rubygems_remove() 25 > rubygems_path= | |
+ /scripts/rubygems : rubygems_remove() 32 > entries=("${rubygems_path}/ubygems.rb" "${rubygems_path}/gauntlet_rubygems.rb" "${rubygems_path}/rbconfig/") | |
+ /scripts/rubygems : rubygems_remove() 33 > for entry in '"${entries[@]}"' '"${rubygems_path}/rubygems"*' | |
+ /scripts/rubygems : rubygems_remove() 35 > __rvm_rm_rf /ubygems.rb | |
+ /scripts/functions/cleanup : __rvm_rm_rf() 8 > typeset result target | |
+ /scripts/functions/cleanup : __rvm_rm_rf() 9 > result=1 | |
+ /scripts/functions/cleanup : __rvm_rm_rf() 10 > target=/ubygems.rb | |
+ /scripts/functions/cleanup : __rvm_rm_rf() 13 > [[ -n '' ]] | |
+ /scripts/functions/cleanup : __rvm_rm_rf() 17 > [[ -n 4.2.10(1)-release ]] | |
+ /scripts/functions/cleanup : __rvm_rm_rf() 19 > shopt -s extglob | |
+ /scripts/functions/cleanup : __rvm_rm_rf() 25 > case "${target}" in | |
+ /scripts/functions/cleanup : __rvm_rm_rf() 31 > [[ -n /ubygems.rb ]] | |
+ /scripts/functions/cleanup : __rvm_rm_rf() 33 > [[ -d /ubygems.rb ]] | |
+ /scripts/functions/cleanup : __rvm_rm_rf() 37 > [[ -f /ubygems.rb ]] | |
+ /scripts/functions/cleanup : __rvm_rm_rf() 37 > [[ -L /ubygems.rb ]] | |
+ /scripts/functions/cleanup : __rvm_rm_rf() 42 > result=0 | |
+ /scripts/functions/cleanup : __rvm_rm_rf() 48 > return 0 | |
+ /scripts/rubygems : rubygems_remove() 33 > for entry in '"${entries[@]}"' '"${rubygems_path}/rubygems"*' | |
+ /scripts/rubygems : rubygems_remove() 35 > __rvm_rm_rf /gauntlet_rubygems.rb | |
+ /scripts/functions/cleanup : __rvm_rm_rf() 8 > typeset result target | |
+ /scripts/functions/cleanup : __rvm_rm_rf() 9 > result=1 | |
+ /scripts/functions/cleanup : __rvm_rm_rf() 10 > target=/gauntlet_rubygems.rb | |
+ /scripts/functions/cleanup : __rvm_rm_rf() 13 > [[ -n '' ]] | |
+ /scripts/functions/cleanup : __rvm_rm_rf() 17 > [[ -n 4.2.10(1)-release ]] | |
+ /scripts/functions/cleanup : __rvm_rm_rf() 19 > shopt -s extglob | |
+ /scripts/functions/cleanup : __rvm_rm_rf() 25 > case "${target}" in | |
+ /scripts/functions/cleanup : __rvm_rm_rf() 31 > [[ -n /gauntlet_rubygems.rb ]] | |
+ /scripts/functions/cleanup : __rvm_rm_rf() 33 > [[ -d /gauntlet_rubygems.rb ]] | |
+ /scripts/functions/cleanup : __rvm_rm_rf() 37 > [[ -f /gauntlet_rubygems.rb ]] | |
+ /scripts/functions/cleanup : __rvm_rm_rf() 37 > [[ -L /gauntlet_rubygems.rb ]] | |
+ /scripts/functions/cleanup : __rvm_rm_rf() 42 > result=0 | |
+ /scripts/functions/cleanup : __rvm_rm_rf() 48 > return 0 | |
+ /scripts/rubygems : rubygems_remove() 33 > for entry in '"${entries[@]}"' '"${rubygems_path}/rubygems"*' | |
+ /scripts/rubygems : rubygems_remove() 35 > __rvm_rm_rf /rbconfig/ | |
+ /scripts/functions/cleanup : __rvm_rm_rf() 8 > typeset result target | |
+ /scripts/functions/cleanup : __rvm_rm_rf() 9 > result=1 | |
+ /scripts/functions/cleanup : __rvm_rm_rf() 10 > target=/rbconfig | |
+ /scripts/functions/cleanup : __rvm_rm_rf() 13 > [[ -n '' ]] | |
+ /scripts/functions/cleanup : __rvm_rm_rf() 17 > [[ -n 4.2.10(1)-release ]] | |
+ /scripts/functions/cleanup : __rvm_rm_rf() 19 > shopt -s extglob | |
+ /scripts/functions/cleanup : __rvm_rm_rf() 25 > case "${target}" in | |
+ /scripts/functions/cleanup : __rvm_rm_rf() 31 > [[ -n /rbconfig ]] | |
+ /scripts/functions/cleanup : __rvm_rm_rf() 33 > [[ -d /rbconfig ]] | |
+ /scripts/functions/cleanup : __rvm_rm_rf() 37 > [[ -f /rbconfig ]] | |
+ /scripts/functions/cleanup : __rvm_rm_rf() 37 > [[ -L /rbconfig ]] | |
+ /scripts/functions/cleanup : __rvm_rm_rf() 42 > result=0 | |
+ /scripts/functions/cleanup : __rvm_rm_rf() 48 > return 0 | |
+ /scripts/rubygems : rubygems_remove() 33 > for entry in '"${entries[@]}"' '"${rubygems_path}/rubygems"*' | |
+ /scripts/rubygems : rubygems_remove() 35 > __rvm_rm_rf '/rubygems*' | |
+ /scripts/functions/cleanup : __rvm_rm_rf() 8 > typeset result target | |
+ /scripts/functions/cleanup : __rvm_rm_rf() 9 > result=1 | |
+ /scripts/functions/cleanup : __rvm_rm_rf() 10 > target='/rubygems*' | |
+ /scripts/functions/cleanup : __rvm_rm_rf() 13 > [[ -n '' ]] | |
+ /scripts/functions/cleanup : __rvm_rm_rf() 17 > [[ -n 4.2.10(1)-release ]] | |
+ /scripts/functions/cleanup : __rvm_rm_rf() 19 > shopt -s extglob | |
+ /scripts/functions/cleanup : __rvm_rm_rf() 25 > case "${target}" in | |
+ /scripts/functions/cleanup : __rvm_rm_rf() 31 > [[ -n /rubygems* ]] | |
+ /scripts/functions/cleanup : __rvm_rm_rf() 33 > [[ -d /rubygems* ]] | |
+ /scripts/functions/cleanup : __rvm_rm_rf() 37 > [[ -f /rubygems* ]] | |
+ /scripts/functions/cleanup : __rvm_rm_rf() 37 > [[ -L /rubygems* ]] | |
+ /scripts/functions/cleanup : __rvm_rm_rf() 42 > result=0 | |
+ /scripts/functions/cleanup : __rvm_rm_rf() 48 > return 0 | |
+ /scripts/rubygems : rubygems_setup() 163 > builtin cd /home/deploy/.rvm/src/rubygems-1.8.21 | |
+ /scripts/rubygems : rubygems_setup() 165 > __rvm_run rubygems.install 'GEM_PATH="/home/deploy/.rvm/gems/ruby-1.9.3-p125:/home/deploy/.rvm/gems/ruby-1.9.3-p125@global:/home/deploy/.rvm/gems/ruby-1.9.3-p125:/home/deploy/.rvm/gems/ruby-1.9.3-p125@global" GEM_HOME="/home/deploy/.rvm/gems/ruby-1.9.3-p125" "/home/deploy/.rvm/rubies/ruby-1.9.3-p125/bin/ruby" "/home/deploy/.rvm/src/rubygems-1.8.21/setup.rb"' 'Installing rubygems-1.8.21 for ruby-1.9.3-p125 ...' | |
+ /scripts/functions/utility : __rvm_run() 103 > typeset name log temp_log_path _command message | |
+ /scripts/functions/utility : __rvm_run() 104 > true 0 0 | |
+ /scripts/functions/utility : __rvm_run() 106 > name=rubygems.install | |
+ /scripts/functions/utility : __rvm_run() 107 > _command='GEM_PATH="/home/deploy/.rvm/gems/ruby-1.9.3-p125:/home/deploy/.rvm/gems/ruby-1.9.3-p125@global:/home/deploy/.rvm/gems/ruby-1.9.3-p125:/home/deploy/.rvm/gems/ruby-1.9.3-p125@global" GEM_HOME="/home/deploy/.rvm/gems/ruby-1.9.3-p125" "/home/deploy/.rvm/rubies/ruby-1.9.3-p125/bin/ruby" "/home/deploy/.rvm/src/rubygems-1.8.21/setup.rb"' | |
+ /scripts/functions/utility : __rvm_run() 108 > message='Installing rubygems-1.8.21 for ruby-1.9.3-p125 ...' | |
+ /scripts/functions/utility : __rvm_run() 110 > [[ -n Installing rubygems-1.8.21 for ruby-1.9.3-p125 ... ]] | |
+ /scripts/functions/utility : __rvm_run() 112 > rvm_log 'Installing rubygems-1.8.21 for ruby-1.9.3-p125 ...' | |
+ /scripts/functions/logging : rvm_log() 80 > rvm_pretty_print stdout | |
+ /scripts/functions/logging : rvm_pretty_print() 17 > case "${rvm_pretty_print_flag:=auto}" in | |
+ /scripts/functions/logging : rvm_pretty_print() 22 > case "${TERM:-dumb}" in | |
+ /scripts/functions/logging : rvm_pretty_print() 25 > case "$1" in | |
+ /scripts/functions/logging : rvm_pretty_print() 26 > [[ -t 1 ]] | |
+ /scripts/functions/logging : rvm_pretty_print() 32 > return 0 | |
+ /scripts/functions/logging : rvm_log() 81 > printf %b 'Installing rubygems-1.8.21 for ruby-1.9.3-p125 ...\n' | |
Installing rubygems-1.8.21 for ruby-1.9.3-p125 ... | |
+ /scripts/functions/utility : __rvm_run() 115 > (( rvm_debug_flag > 0 )) | |
+ /scripts/functions/utility : __rvm_run() 120 > [[ -n ruby-1.9.3-p125 ]] | |
+ /scripts/functions/utility : __rvm_run() 122 > temp_log_path=/home/deploy/.rvm/log/ruby-1.9.3-p125 | |
+ /scripts/functions/utility : __rvm_run() 127 > log=/home/deploy/.rvm/log/ruby-1.9.3-p125/rubygems.install.log | |
+ /scripts/functions/utility : __rvm_run() 129 > [[ ! -d /home/deploy/.rvm/log/ruby-1.9.3-p125 ]] | |
+ /scripts/functions/utility : __rvm_run() 134 > [[ ! -f /home/deploy/.rvm/log/ruby-1.9.3-p125/rubygems.install.log ]] | |
+ /scripts/functions/utility : __rvm_run() 136 > touch /home/deploy/.rvm/log/ruby-1.9.3-p125/rubygems.install.log | |
++ /scripts/functions/utility : __rvm_run() 140 > date '+%Y-%m-%d %H:%M:%S' | |
+ /scripts/functions/utility : __rvm_run() 140 > printf %b '[2012-04-09 20:25:46] GEM_PATH="/home/deploy/.rvm/gems/ruby-1.9.3-p125:/home/deploy/.rvm/gems/ruby-1.9.3-p125@global:/home/deploy/.rvm/gems/ruby-1.9.3-p125:/home/deploy/.rvm/gems/ruby-1.9.3-p125@global" GEM_HOME="/home/deploy/.rvm/gems/ruby-1.9.3-p125" "/home/deploy/.rvm/rubies/ruby-1.9.3-p125/bin/ruby" "/home/deploy/.rvm/src/rubygems-1.8.21/setup.rb"\n' | |
+ /scripts/functions/utility : __rvm_run() 142 > (( rvm_niceness > 0 )) | |
+ /scripts/functions/utility : __rvm_run() 147 > eval 'GEM_PATH="/home/deploy/.rvm/gems/ruby-1.9.3-p125:/home/deploy/.rvm/gems/ruby-1.9.3-p125@global:/home/deploy/.rvm/gems/ruby-1.9.3-p125:/home/deploy/.rvm/gems/ruby-1.9.3-p125@global" GEM_HOME="/home/deploy/.rvm/gems/ruby-1.9.3-p125" "/home/deploy/.rvm/rubies/ruby-1.9.3-p125/bin/ruby" "/home/deploy/.rvm/src/rubygems-1.8.21/setup.rb"' | |
+ /scripts/functions/utility : __rvm_run() 148 > result=0 | |
+ /scripts/functions/utility : __rvm_run() 150 > (( result > 0 )) | |
+ /scripts/functions/utility : __rvm_run() 155 > return 0 | |
+ /scripts/rubygems : rubygems_setup() 168 > result=0 | |
+ /scripts/rubygems : rubygems_setup() 169 > (( result == 0 )) | |
+ /scripts/rubygems : rubygems_setup() 171 > typeset program_suffix | |
++ /scripts/rubygems : rubygems_setup() 172 > /home/deploy/.rvm/rubies/ruby-1.9.3-p125/bin/ruby -rrbconfig -e 'puts RbConfig::CONFIG['\''configure_args'\'']' | |
+ /scripts/rubygems : rubygems_setup() 172 > program_suffix=' '\''--prefix=/home/deploy/.rvm/rubies/ruby-1.9.3-p125'\'' '\''--enable-shared'\'' '\''--disable-install-doc'\'' '\''--with-libyaml'\'' '\''--with-opt-dir=/home/deploy/.rvm/usr'\''' | |
+ /scripts/rubygems : rubygems_setup() 173 > case "${program_suffix:-}" in | |
+ /scripts/rubygems : rubygems_setup() 181 > rvm_log 'Installation of rubygems completed successfully.' | |
+ /scripts/functions/logging : rvm_log() 80 > rvm_pretty_print stdout | |
+ /scripts/functions/logging : rvm_pretty_print() 17 > case "${rvm_pretty_print_flag:=auto}" in | |
+ /scripts/functions/logging : rvm_pretty_print() 22 > case "${TERM:-dumb}" in | |
+ /scripts/functions/logging : rvm_pretty_print() 25 > case "$1" in | |
+ /scripts/functions/logging : rvm_pretty_print() 26 > [[ -t 1 ]] | |
+ /scripts/functions/logging : rvm_pretty_print() 32 > return 0 | |
+ /scripts/functions/logging : rvm_log() 81 > printf %b 'Installation of rubygems completed successfully.\n' | |
Installation of rubygems completed successfully. | |
+ /scripts/rubygems : rubygems_setup() 186 > [[ ! -z 9 ]] | |
+ /scripts/rubygems : rubygems_setup() 188 > ruby_lib_gem_path=/home/deploy/.rvm/rubies/ruby-1.9.3-p125/lib/ruby/gems/1.9 | |
++ /scripts/rubygems : rubygems_setup() 194 > dirname /home/deploy/.rvm/rubies/ruby-1.9.3-p125/lib/ruby/gems/1.9 | |
+ /scripts/rubygems : rubygems_setup() 194 > mkdir -p /home/deploy/.rvm/rubies/ruby-1.9.3-p125/lib/ruby/gems | |
+ /scripts/rubygems : rubygems_setup() 196 > __rvm_rm_rf /home/deploy/.rvm/rubies/ruby-1.9.3-p125/lib/ruby/gems/1.9 | |
+ /scripts/functions/cleanup : __rvm_rm_rf() 8 > typeset result target | |
+ /scripts/functions/cleanup : __rvm_rm_rf() 9 > result=1 | |
+ /scripts/functions/cleanup : __rvm_rm_rf() 10 > target=/home/deploy/.rvm/rubies/ruby-1.9.3-p125/lib/ruby/gems/1.9 | |
+ /scripts/functions/cleanup : __rvm_rm_rf() 13 > [[ -n '' ]] | |
+ /scripts/functions/cleanup : __rvm_rm_rf() 17 > [[ -n 4.2.10(1)-release ]] | |
+ /scripts/functions/cleanup : __rvm_rm_rf() 19 > shopt -s extglob | |
+ /scripts/functions/cleanup : __rvm_rm_rf() 25 > case "${target}" in | |
+ /scripts/functions/cleanup : __rvm_rm_rf() 31 > [[ -n /home/deploy/.rvm/rubies/ruby-1.9.3-p125/lib/ruby/gems/1.9 ]] | |
+ /scripts/functions/cleanup : __rvm_rm_rf() 33 > [[ -d /home/deploy/.rvm/rubies/ruby-1.9.3-p125/lib/ruby/gems/1.9 ]] | |
+ /scripts/functions/cleanup : __rvm_rm_rf() 37 > [[ -f /home/deploy/.rvm/rubies/ruby-1.9.3-p125/lib/ruby/gems/1.9 ]] | |
+ /scripts/functions/cleanup : __rvm_rm_rf() 37 > [[ -L /home/deploy/.rvm/rubies/ruby-1.9.3-p125/lib/ruby/gems/1.9 ]] | |
+ /scripts/functions/cleanup : __rvm_rm_rf() 42 > result=0 | |
+ /scripts/functions/cleanup : __rvm_rm_rf() 48 > return 0 | |
+ /scripts/rubygems : rubygems_setup() 198 > [[ -d /home/deploy/.rvm/gems/ruby-1.9.3-p125 ]] | |
+ /scripts/rubygems : rubygems_setup() 203 > unset ruby_lib_gem_path | |
+ /scripts/rubygems : 239 > exit 0 | |
++ /scripts/functions/manage/base : __rvm_install_source() 274 > result=0 | |
++ /scripts/functions/manage/base : __rvm_install_source() 276 > __rvm_bin_script | |
++ /scripts/functions/environment : __rvm_bin_script() 159 > /home/deploy/.rvm/scripts/wrapper ruby-1.9.3-p125 | |
++ /scripts/base : 11 > [[ -z '' ]] | |
++ /scripts/base : 16 > export PS4 | |
++ /scripts/base : 17 > PS4='+ ${BASH_SOURCE##${rvm_path:-}} : ${FUNCNAME[0]:+${FUNCNAME[0]}()} ${LINENO} > ' | |
++ /scripts/base : 26 > export __array_start rvm_path | |
++ /scripts/base : 31 > [[ -n '' ]] | |
++ /scripts/base : 35 > __array_start=0 | |
++ /scripts/base : 38 > (( 0 == 0 )) | |
+++ /scripts/base : 40 > umask | |
++ /scripts/base : 40 > : rvm_stored_umask:0002 | |
++ /scripts/base : 41 > for rvmrc in /etc/rvmrc '"$HOME/.rvmrc"' | |
++ /scripts/base : 43 > [[ -f /etc/rvmrc ]] | |
++ /scripts/base : 41 > for rvmrc in /etc/rvmrc '"$HOME/.rvmrc"' | |
++ /scripts/base : 43 > [[ -f /home/deploy/.rvmrc ]] | |
++ /scripts/base : 60 > export rvm_path | |
++ /scripts/base : 61 > [[ -z /home/deploy/.rvm ]] | |
++ /scripts/base : 73 > true /home/deploy/.rvm/scripts | |
++ /scripts/base : 76 > source /home/deploy/.rvm/scripts/initialize | |
+++ /scripts/initialize : 3 > : rvm_trace_flag:1 | |
+++ /scripts/initialize : 4 > (( rvm_trace_flag > 0 )) | |
+++ /scripts/initialize : 6 > set -o xtrace | |
+++ /scripts/initialize : 9 > [[ -z '' ]] | |
+++ /scripts/initialize : 14 > export PS4 | |
+++ /scripts/initialize : 15 > PS4='+ ${BASH_SOURCE##${rvm_path:-}} : ${FUNCNAME[0]:+${FUNCNAME[0]}()} ${LINENO} > ' | |
+++ /scripts/initialize : 26 > [[ -n 4.2.10(1)-release ]] | |
+++ /scripts/initialize : 28 > shopt -s extglob | |
+++ /scripts/initialize : 38 > export __rvm_env_loaded | |
+++ /scripts/initialize : 40 > : __rvm_env_loaded:2: | |
+++ /scripts/initialize : 42 > : __rvm_env_loaded:3: | |
+++ /scripts/initialize : 45 > [[ -z /home/deploy/.rvm/tmp ]] | |
+++ /scripts/initialize : 45 > (( __rvm_env_loaded == 1 )) | |
++ /scripts/base : 80 > case " ${rvm_base_except:-} " in | |
++ /scripts/base : 85 > source /home/deploy/.rvm/scripts/selector | |
++ /scripts/base : 86 > source /home/deploy/.rvm/scripts/selector_gemsets | |
++ /scripts/base : 90 > typeset -a scripts | |
++ /scripts/base : 93 > scripts=(logging utility init cleanup env rvmrc install environment gemset db bundler) | |
++ /scripts/base : 94 > for entry in '${scripts[@]}' | |
++ /scripts/base : 95 > source /home/deploy/.rvm/scripts/functions/logging | |
+++ /scripts/functions/logging : 40 > case "${TERM:-dumb}" in | |
++++ /scripts/functions/logging : 49 > /home/deploy/.rvm/scripts/color red | |
+++ /scripts/functions/logging : 49 > rvm_error_clr='' | |
++++ /scripts/functions/logging : 50 > /home/deploy/.rvm/scripts/color yellow | |
+++ /scripts/functions/logging : 50 > rvm_warn_clr='' | |
++++ /scripts/functions/logging : 51 > /home/deploy/.rvm/scripts/color magenta | |
+++ /scripts/functions/logging : 51 > rvm_debug_clr='' | |
++++ /scripts/functions/logging : 52 > /home/deploy/.rvm/scripts/color green | |
+++ /scripts/functions/logging : 52 > rvm_notify_clr='' | |
++++ /scripts/functions/logging : 53 > /home/deploy/.rvm/scripts/color reset | |
+++ /scripts/functions/logging : 53 > rvm_reset_clr='' | |
++ /scripts/base : 94 > for entry in '${scripts[@]}' | |
++ /scripts/base : 95 > source /home/deploy/.rvm/scripts/functions/utility | |
+++ /scripts/functions/utility : 3 > [[ -z tar ]] | |
+++ /scripts/functions/utility : 7 > rvm_tar_command=tar | |
+++ /scripts/functions/utility : 10 > [[ ! --no-same-owner =~ --no-same-owner ]] | |
++ /scripts/base : 94 > for entry in '${scripts[@]}' | |
++ /scripts/base : 95 > source /home/deploy/.rvm/scripts/functions/init | |
++ /scripts/base : 94 > for entry in '${scripts[@]}' | |
++ /scripts/base : 95 > source /home/deploy/.rvm/scripts/functions/cleanup | |
++ /scripts/base : 94 > for entry in '${scripts[@]}' | |
++ /scripts/base : 95 > source /home/deploy/.rvm/scripts/functions/env | |
++ /scripts/base : 94 > for entry in '${scripts[@]}' | |
++ /scripts/base : 95 > source /home/deploy/.rvm/scripts/functions/rvmrc | |
+++ /scripts/functions/rvmrc : 3 > export escape_flag _first _second | |
+++ /scripts/functions/rvmrc : 4 > escape_flag=1 | |
+++ /scripts/functions/rvmrc : 5 > _first=0 | |
+++ /scripts/functions/rvmrc : 6 > _second=1 | |
++ /scripts/base : 94 > for entry in '${scripts[@]}' | |
++ /scripts/base : 95 > source /home/deploy/.rvm/scripts/functions/install | |
++ /scripts/base : 94 > for entry in '${scripts[@]}' | |
++ /scripts/base : 95 > source /home/deploy/.rvm/scripts/functions/environment | |
++ /scripts/base : 94 > for entry in '${scripts[@]}' | |
++ /scripts/base : 95 > source /home/deploy/.rvm/scripts/functions/gemset | |
++ /scripts/base : 94 > for entry in '${scripts[@]}' | |
++ /scripts/base : 95 > source /home/deploy/.rvm/scripts/functions/db | |
++ /scripts/base : 94 > for entry in '${scripts[@]}' | |
++ /scripts/base : 95 > source /home/deploy/.rvm/scripts/functions/bundler | |
++ /scripts/base : 97 > unset scripts entry rvm_base_except | |
+ /scripts/wrapper : 9 > source /home/deploy/.rvm/scripts/initialize | |
++ /scripts/initialize : 3 > : rvm_trace_flag:1 | |
++ /scripts/initialize : 4 > (( rvm_trace_flag > 0 )) | |
++ /scripts/initialize : 6 > set -o xtrace | |
++ /scripts/initialize : 9 > [[ -z '' ]] | |
++ /scripts/initialize : 14 > export PS4 | |
++ /scripts/initialize : 15 > PS4='+ ${BASH_SOURCE##${rvm_path:-}} : ${FUNCNAME[0]:+${FUNCNAME[0]}()} ${LINENO} > ' | |
++ /scripts/initialize : 26 > [[ -n 4.2.10(1)-release ]] | |
++ /scripts/initialize : 28 > shopt -s extglob | |
++ /scripts/initialize : 38 > export __rvm_env_loaded | |
++ /scripts/initialize : 40 > : __rvm_env_loaded:3: | |
++ /scripts/initialize : 42 > : __rvm_env_loaded:4: | |
++ /scripts/initialize : 45 > [[ -z /home/deploy/.rvm/tmp ]] | |
++ /scripts/initialize : 45 > (( __rvm_env_loaded == 1 )) | |
+ /scripts/wrapper : 110 > (( 1 == 0 )) | |
+ /scripts/wrapper : 115 > ruby_string=ruby-1.9.3-p125 | |
+ /scripts/wrapper : 116 > shift | |
+ /scripts/wrapper : 117 > (( 0 > 0 )) | |
+ /scripts/wrapper : 124 > [[ -z ruby-1.9.3-p125 ]] | |
+ /scripts/wrapper : 130 > binaries=($@) | |
+ /scripts/wrapper : 131 > override_check=0 | |
+ /scripts/wrapper : 134 > [[ 0 -eq 0 ]] | |
+ /scripts/wrapper : 136 > binaries=(ruby gem irb ri rdoc rake erb testrb) | |
+ /scripts/wrapper : 140 > __rvm_become ruby-1.9.3-p125 | |
+ /scripts/functions/environment : __rvm_become() 65 > typeset string rvm_rvmrc_flag | |
+ /scripts/functions/environment : __rvm_become() 66 > string=ruby-1.9.3-p125 | |
+ /scripts/functions/environment : __rvm_become() 67 > rvm_rvmrc_flag=0 | |
+ /scripts/functions/environment : __rvm_become() 69 > [[ -n ruby-1.9.3-p125 ]] | |
+ /scripts/functions/environment : __rvm_become() 69 > rvm_ruby_string=ruby-1.9.3-p125 | |
+ /scripts/functions/environment : __rvm_become() 71 > __rvm_use | |
+ /scripts/functions/environment : __rvm_become() 73 > rvm_ruby_string=ruby-1.9.3-p125 | |
+ /scripts/functions/environment : __rvm_become() 75 > return 0 | |
+ /scripts/wrapper : 142 > __rvm_ensure_has_environment_files | |
+ /scripts/functions/environment : __rvm_ensure_has_environment_files() 80 > typeset environment_id file_name directory identifier variable value variables | |
++ /scripts/functions/environment : __rvm_ensure_has_environment_files() 82 > __rvm_env_string | |
++ /scripts/functions/environment : __rvm_env_string() 5 > typeset _path _string | |
++ /scripts/functions/environment : __rvm_env_string() 7 > _path=/home/deploy/.rvm/gems/ruby-1.9.3-p125 | |
++ /scripts/functions/environment : __rvm_env_string() 9 > _string=ruby-1.9.3-p125 | |
++ /scripts/functions/environment : __rvm_env_string() 10 > _string=ruby-1.9.3-p125 | |
++ /scripts/functions/environment : __rvm_env_string() 12 > printf %b ruby-1.9.3-p125 | |
+ /scripts/functions/environment : __rvm_ensure_has_environment_files() 82 > environment_id=ruby-1.9.3-p125 | |
+ /scripts/functions/environment : __rvm_ensure_has_environment_files() 84 > file_name=/home/deploy/.rvm/environments/ruby-1.9.3-p125 | |
+ /scripts/functions/environment : __rvm_ensure_has_environment_files() 86 > [[ ! -d /home/deploy/.rvm/environments ]] | |
+ /scripts/functions/environment : __rvm_ensure_has_environment_files() 91 > [[ ! -s /home/deploy/.rvm/environments/ruby-1.9.3-p125 ]] | |
+ /scripts/functions/environment : __rvm_ensure_has_environment_files() 93 > rm -f /home/deploy/.rvm/environments/ruby-1.9.3-p125 | |
+ /scripts/functions/environment : __rvm_ensure_has_environment_files() 94 > printf %b 'export PATH ; PATH="/home/deploy/.rvm/gems/ruby-1.9.3-p125/bin:/home/deploy/.rvm/gems/ruby-1.9.3-p125@global/bin:/home/deploy/.rvm/rubies/ruby-1.9.3-p125/bin:/home/deploy/.rvm/bin:$PATH"\n' | |
+ /scripts/functions/environment : __rvm_ensure_has_environment_files() 98 > for variable in rvm_env_string rvm_path rvm_ruby_string rvm_gemset_name RUBY_VERSION GEM_HOME GEM_PATH MY_RUBY_HOME IRBRC MAGLEV_HOME RBXOPT | |
+ /scripts/functions/environment : __rvm_ensure_has_environment_files() 101 > eval 'export rvm_env_string' | |
++ /scripts/functions/environment : __rvm_ensure_has_environment_files() 101 > export rvm_env_string | |
+ /scripts/functions/environment : __rvm_ensure_has_environment_files() 102 > eval 'value=${rvm_env_string:-}' | |
++ /scripts/functions/environment : __rvm_ensure_has_environment_files() 102 > value=ruby-1.9.3-p125 | |
+ /scripts/functions/environment : __rvm_ensure_has_environment_files() 103 > [[ -n ruby-1.9.3-p125 ]] | |
+ /scripts/functions/environment : __rvm_ensure_has_environment_files() 105 > printf 'export %b ; %b='\''%b'\''\n' rvm_env_string rvm_env_string ruby-1.9.3-p125 | |
+ /scripts/functions/environment : __rvm_ensure_has_environment_files() 98 > for variable in rvm_env_string rvm_path rvm_ruby_string rvm_gemset_name RUBY_VERSION GEM_HOME GEM_PATH MY_RUBY_HOME IRBRC MAGLEV_HOME RBXOPT | |
+ /scripts/functions/environment : __rvm_ensure_has_environment_files() 101 > eval 'export rvm_path' | |
++ /scripts/functions/environment : __rvm_ensure_has_environment_files() 101 > export rvm_path | |
+ /scripts/functions/environment : __rvm_ensure_has_environment_files() 102 > eval 'value=${rvm_path:-}' | |
++ /scripts/functions/environment : __rvm_ensure_has_environment_files() 102 > value=/home/deploy/.rvm | |
+ /scripts/functions/environment : __rvm_ensure_has_environment_files() 103 > [[ -n /home/deploy/.rvm ]] | |
+ /scripts/functions/environment : __rvm_ensure_has_environment_files() 105 > printf 'export %b ; %b='\''%b'\''\n' rvm_path rvm_path /home/deploy/.rvm | |
+ /scripts/functions/environment : __rvm_ensure_has_environment_files() 98 > for variable in rvm_env_string rvm_path rvm_ruby_string rvm_gemset_name RUBY_VERSION GEM_HOME GEM_PATH MY_RUBY_HOME IRBRC MAGLEV_HOME RBXOPT | |
+ /scripts/functions/environment : __rvm_ensure_has_environment_files() 101 > eval 'export rvm_ruby_string' | |
++ /scripts/functions/environment : __rvm_ensure_has_environment_files() 101 > export rvm_ruby_string | |
+ /scripts/functions/environment : __rvm_ensure_has_environment_files() 102 > eval 'value=${rvm_ruby_string:-}' | |
++ /scripts/functions/environment : __rvm_ensure_has_environment_files() 102 > value=ruby-1.9.3-p125 | |
+ /scripts/functions/environment : __rvm_ensure_has_environment_files() 103 > [[ -n ruby-1.9.3-p125 ]] | |
+ /scripts/functions/environment : __rvm_ensure_has_environment_files() 105 > printf 'export %b ; %b='\''%b'\''\n' rvm_ruby_string rvm_ruby_string ruby-1.9.3-p125 | |
+ /scripts/functions/environment : __rvm_ensure_has_environment_files() 98 > for variable in rvm_env_string rvm_path rvm_ruby_string rvm_gemset_name RUBY_VERSION GEM_HOME GEM_PATH MY_RUBY_HOME IRBRC MAGLEV_HOME RBXOPT | |
+ /scripts/functions/environment : __rvm_ensure_has_environment_files() 101 > eval 'export rvm_gemset_name' | |
++ /scripts/functions/environment : __rvm_ensure_has_environment_files() 101 > export rvm_gemset_name | |
+ /scripts/functions/environment : __rvm_ensure_has_environment_files() 102 > eval 'value=${rvm_gemset_name:-}' | |
++ /scripts/functions/environment : __rvm_ensure_has_environment_files() 102 > value= | |
+ /scripts/functions/environment : __rvm_ensure_has_environment_files() 103 > [[ -n '' ]] | |
+ /scripts/functions/environment : __rvm_ensure_has_environment_files() 107 > printf 'unset %b\n' rvm_gemset_name | |
+ /scripts/functions/environment : __rvm_ensure_has_environment_files() 98 > for variable in rvm_env_string rvm_path rvm_ruby_string rvm_gemset_name RUBY_VERSION GEM_HOME GEM_PATH MY_RUBY_HOME IRBRC MAGLEV_HOME RBXOPT | |
+ /scripts/functions/environment : __rvm_ensure_has_environment_files() 101 > eval 'export RUBY_VERSION' | |
++ /scripts/functions/environment : __rvm_ensure_has_environment_files() 101 > export RUBY_VERSION | |
+ /scripts/functions/environment : __rvm_ensure_has_environment_files() 102 > eval 'value=${RUBY_VERSION:-}' | |
++ /scripts/functions/environment : __rvm_ensure_has_environment_files() 102 > value= | |
+ /scripts/functions/environment : __rvm_ensure_has_environment_files() 103 > [[ -n '' ]] | |
+ /scripts/functions/environment : __rvm_ensure_has_environment_files() 107 > printf 'unset %b\n' RUBY_VERSION | |
+ /scripts/functions/environment : __rvm_ensure_has_environment_files() 98 > for variable in rvm_env_string rvm_path rvm_ruby_string rvm_gemset_name RUBY_VERSION GEM_HOME GEM_PATH MY_RUBY_HOME IRBRC MAGLEV_HOME RBXOPT | |
+ /scripts/functions/environment : __rvm_ensure_has_environment_files() 101 > eval 'export GEM_HOME' | |
++ /scripts/functions/environment : __rvm_ensure_has_environment_files() 101 > export GEM_HOME | |
+ /scripts/functions/environment : __rvm_ensure_has_environment_files() 102 > eval 'value=${GEM_HOME:-}' | |
++ /scripts/functions/environment : __rvm_ensure_has_environment_files() 102 > value=/home/deploy/.rvm/gems/ruby-1.9.3-p125 | |
+ /scripts/functions/environment : __rvm_ensure_has_environment_files() 103 > [[ -n /home/deploy/.rvm/gems/ruby-1.9.3-p125 ]] | |
+ /scripts/functions/environment : __rvm_ensure_has_environment_files() 105 > printf 'export %b ; %b='\''%b'\''\n' GEM_HOME GEM_HOME /home/deploy/.rvm/gems/ruby-1.9.3-p125 | |
+ /scripts/functions/environment : __rvm_ensure_has_environment_files() 98 > for variable in rvm_env_string rvm_path rvm_ruby_string rvm_gemset_name RUBY_VERSION GEM_HOME GEM_PATH MY_RUBY_HOME IRBRC MAGLEV_HOME RBXOPT | |
+ /scripts/functions/environment : __rvm_ensure_has_environment_files() 101 > eval 'export GEM_PATH' | |
++ /scripts/functions/environment : __rvm_ensure_has_environment_files() 101 > export GEM_PATH | |
+ /scripts/functions/environment : __rvm_ensure_has_environment_files() 102 > eval 'value=${GEM_PATH:-}' | |
++ /scripts/functions/environment : __rvm_ensure_has_environment_files() 102 > value=/home/deploy/.rvm/gems/ruby-1.9.3-p125:/home/deploy/.rvm/gems/ruby-1.9.3-p125@global | |
+ /scripts/functions/environment : __rvm_ensure_has_environment_files() 103 > [[ -n /home/deploy/.rvm/gems/ruby-1.9.3-p125:/home/deploy/.rvm/gems/ruby-1.9.3-p125@global ]] | |
+ /scripts/functions/environment : __rvm_ensure_has_environment_files() 105 > printf 'export %b ; %b='\''%b'\''\n' GEM_PATH GEM_PATH /home/deploy/.rvm/gems/ruby-1.9.3-p125:/home/deploy/.rvm/gems/ruby-1.9.3-p125@global | |
+ /scripts/functions/environment : __rvm_ensure_has_environment_files() 98 > for variable in rvm_env_string rvm_path rvm_ruby_string rvm_gemset_name RUBY_VERSION GEM_HOME GEM_PATH MY_RUBY_HOME IRBRC MAGLEV_HOME RBXOPT | |
+ /scripts/functions/environment : __rvm_ensure_has_environment_files() 101 > eval 'export MY_RUBY_HOME' | |
++ /scripts/functions/environment : __rvm_ensure_has_environment_files() 101 > export MY_RUBY_HOME | |
+ /scripts/functions/environment : __rvm_ensure_has_environment_files() 102 > eval 'value=${MY_RUBY_HOME:-}' | |
++ /scripts/functions/environment : __rvm_ensure_has_environment_files() 102 > value= | |
+ /scripts/functions/environment : __rvm_ensure_has_environment_files() 103 > [[ -n '' ]] | |
+ /scripts/functions/environment : __rvm_ensure_has_environment_files() 107 > printf 'unset %b\n' MY_RUBY_HOME | |
+ /scripts/functions/environment : __rvm_ensure_has_environment_files() 98 > for variable in rvm_env_string rvm_path rvm_ruby_string rvm_gemset_name RUBY_VERSION GEM_HOME GEM_PATH MY_RUBY_HOME IRBRC MAGLEV_HOME RBXOPT | |
+ /scripts/functions/environment : __rvm_ensure_has_environment_files() 101 > eval 'export IRBRC' | |
++ /scripts/functions/environment : __rvm_ensure_has_environment_files() 101 > export IRBRC | |
+ /scripts/functions/environment : __rvm_ensure_has_environment_files() 102 > eval 'value=${IRBRC:-}' | |
++ /scripts/functions/environment : __rvm_ensure_has_environment_files() 102 > value= | |
+ /scripts/functions/environment : __rvm_ensure_has_environment_files() 103 > [[ -n '' ]] | |
+ /scripts/functions/environment : __rvm_ensure_has_environment_files() 107 > printf 'unset %b\n' IRBRC | |
+ /scripts/functions/environment : __rvm_ensure_has_environment_files() 98 > for variable in rvm_env_string rvm_path rvm_ruby_string rvm_gemset_name RUBY_VERSION GEM_HOME GEM_PATH MY_RUBY_HOME IRBRC MAGLEV_HOME RBXOPT | |
+ /scripts/functions/environment : __rvm_ensure_has_environment_files() 101 > eval 'export MAGLEV_HOME' | |
++ /scripts/functions/environment : __rvm_ensure_has_environment_files() 101 > export MAGLEV_HOME | |
+ /scripts/functions/environment : __rvm_ensure_has_environment_files() 102 > eval 'value=${MAGLEV_HOME:-}' | |
++ /scripts/functions/environment : __rvm_ensure_has_environment_files() 102 > value= | |
+ /scripts/functions/environment : __rvm_ensure_has_environment_files() 103 > [[ -n '' ]] | |
+ /scripts/functions/environment : __rvm_ensure_has_environment_files() 107 > printf 'unset %b\n' MAGLEV_HOME | |
+ /scripts/functions/environment : __rvm_ensure_has_environment_files() 98 > for variable in rvm_env_string rvm_path rvm_ruby_string rvm_gemset_name RUBY_VERSION GEM_HOME GEM_PATH MY_RUBY_HOME IRBRC MAGLEV_HOME RBXOPT | |
+ /scripts/functions/environment : __rvm_ensure_has_environment_files() 101 > eval 'export RBXOPT' | |
++ /scripts/functions/environment : __rvm_ensure_has_environment_files() 101 > export RBXOPT | |
+ /scripts/functions/environment : __rvm_ensure_has_environment_files() 102 > eval 'value=${RBXOPT:-}' | |
++ /scripts/functions/environment : __rvm_ensure_has_environment_files() 102 > value= | |
+ /scripts/functions/environment : __rvm_ensure_has_environment_files() 103 > [[ -n '' ]] | |
+ /scripts/functions/environment : __rvm_ensure_has_environment_files() 107 > printf 'unset %b\n' RBXOPT | |
+ /scripts/functions/environment : __rvm_ensure_has_environment_files() 113 > (( 0 == 1 )) | |
+ /scripts/functions/environment : __rvm_ensure_has_environment_files() 114 > [[ ! -f /home/deploy/.rvm/wrappers/ruby-1.9.3-p125/ruby ]] | |
+ /scripts/functions/environment : __rvm_ensure_has_environment_files() 117 > for identifier in '"$environment_id"' '"${environment_id//@*/}@global"' | |
+ /scripts/functions/environment : __rvm_ensure_has_environment_files() 119 > rvm_create_default_wrappers=1 | |
+ /scripts/functions/environment : __rvm_ensure_has_environment_files() 121 > directory=/home/deploy/.rvm/wrappers/ruby-1.9.3-p125 | |
+ /scripts/functions/environment : __rvm_ensure_has_environment_files() 123 > [[ ! -L /home/deploy/.rvm/wrappers/ruby-1.9.3-p125 ]] | |
+ /scripts/functions/environment : __rvm_ensure_has_environment_files() 123 > [[ ! -d /home/deploy/.rvm/wrappers/ruby-1.9.3-p125 ]] | |
+ /scripts/functions/environment : __rvm_ensure_has_environment_files() 124 > mkdir -p /home/deploy/.rvm/wrappers/ruby-1.9.3-p125 | |
+ /scripts/functions/environment : __rvm_ensure_has_environment_files() 126 > /home/deploy/.rvm/scripts/wrapper ruby-1.9.3-p125 | |
+ /scripts/functions/environment : __rvm_ensure_has_environment_files() 117 > for identifier in '"$environment_id"' '"${environment_id//@*/}@global"' | |
+ /scripts/functions/environment : __rvm_ensure_has_environment_files() 119 > rvm_create_default_wrappers=1 | |
+ /scripts/functions/environment : __rvm_ensure_has_environment_files() 121 > directory=/home/deploy/.rvm/wrappers/ruby-1.9.3-p125@global | |
+ /scripts/functions/environment : __rvm_ensure_has_environment_files() 123 > [[ ! -L /home/deploy/.rvm/wrappers/ruby-1.9.3-p125@global ]] | |
+ /scripts/functions/environment : __rvm_ensure_has_environment_files() 123 > [[ ! -d /home/deploy/.rvm/wrappers/ruby-1.9.3-p125@global ]] | |
+ /scripts/functions/environment : __rvm_ensure_has_environment_files() 129 > rvm_create_default_wrappers=0 | |
+ /scripts/functions/environment : __rvm_ensure_has_environment_files() 132 > return 0 | |
++ /scripts/wrapper : 144 > __rvm_env_string | |
++ /scripts/functions/environment : __rvm_env_string() 5 > typeset _path _string | |
++ /scripts/functions/environment : __rvm_env_string() 7 > _path=/home/deploy/.rvm/gems/ruby-1.9.3-p125 | |
++ /scripts/functions/environment : __rvm_env_string() 9 > _string=ruby-1.9.3-p125 | |
++ /scripts/functions/environment : __rvm_env_string() 10 > _string=ruby-1.9.3-p125 | |
++ /scripts/functions/environment : __rvm_env_string() 12 > printf %b ruby-1.9.3-p125 | |
+ /scripts/wrapper : 144 > environment_identifier=ruby-1.9.3-p125 | |
+ /scripts/wrapper : 148 > for binary_name in '"${binaries[@]}"' | |
+ /scripts/wrapper : 150 > file_name=/home/deploy/.rvm/wrappers/ruby-1.9.3-p125/ruby | |
+ /scripts/wrapper : 152 > (( 0 > 0 )) | |
+ /scripts/wrapper : 157 > [[ ! -d /home/deploy/.rvm/bin ]] | |
+ /scripts/wrapper : 162 > [[ -z '' ]] | |
+ /scripts/wrapper : 164 > override_check=1 | |
+ /scripts/wrapper : 165 > wrap_binary | |
+ /scripts/wrapper : wrap_binary() 100 > [[ 1 == \1 ]] | |
+ /scripts/wrapper : wrap_binary() 102 > wrap | |
+ /scripts/wrapper : wrap() 50 > [[ -n /home/deploy/.rvm/wrappers/ruby-1.9.3-p125/ruby ]] | |
++ /scripts/wrapper : wrap() 52 > dirname /home/deploy/.rvm/wrappers/ruby-1.9.3-p125/ruby | |
+ /scripts/wrapper : wrap() 52 > mkdir -p /home/deploy/.rvm/wrappers/ruby-1.9.3-p125 | |
+ /scripts/wrapper : wrap() 53 > rm -f /home/deploy/.rvm/wrappers/ruby-1.9.3-p125/ruby | |
+ /scripts/wrapper : wrap() 54 > (( UID == 0 )) | |
+ /scripts/wrapper : wrap() 58 > path=/home/deploy/.rvm | |
+ /scripts/wrapper : wrap() 61 > printf %b '#!/usr/bin/env bash | |
if [[ -s "/home/deploy/.rvm/environments/ruby-1.9.3-p125" ]] | |
then | |
source "/home/deploy/.rvm/environments/ruby-1.9.3-p125" | |
exec ruby "$@" | |
else | |
echo "ERROR: Missing RVM environment file: '\''/home/deploy/.rvm/environments/ruby-1.9.3-p125'\''" >&2 | |
exit 1 | |
fi | |
' | |
+ /scripts/wrapper : wrap() 73 > [[ -f /home/deploy/.rvm/wrappers/ruby-1.9.3-p125/ruby ]] | |
+ /scripts/wrapper : wrap() 75 > chmod +x /home/deploy/.rvm/wrappers/ruby-1.9.3-p125/ruby | |
+ /scripts/wrapper : wrap() 78 > return 0 | |
+ /scripts/wrapper : 167 > [[ -f /home/deploy/.rvm/wrappers/ruby-1.9.3-p125/ruby ]] | |
+ /scripts/wrapper : 169 > [[ ruby == \r\u\b\y ]] | |
+ /scripts/wrapper : 171 > destination=/home/deploy/.rvm/bin/ruby-1.9.3-p125 | |
+ /scripts/wrapper : 175 > rm -f /home/deploy/.rvm/bin/ruby-1.9.3-p125 | |
+ /scripts/wrapper : 176 > ln -sf /home/deploy/.rvm/wrappers/ruby-1.9.3-p125/ruby /home/deploy/.rvm/bin/ruby-1.9.3-p125 | |
+ /scripts/wrapper : 148 > for binary_name in '"${binaries[@]}"' | |
+ /scripts/wrapper : 150 > file_name=/home/deploy/.rvm/wrappers/ruby-1.9.3-p125/gem | |
+ /scripts/wrapper : 152 > (( 0 > 0 )) | |
+ /scripts/wrapper : 157 > [[ ! -d /home/deploy/.rvm/bin ]] | |
+ /scripts/wrapper : 162 > [[ -z '' ]] | |
+ /scripts/wrapper : 164 > override_check=1 | |
+ /scripts/wrapper : 165 > wrap_binary | |
+ /scripts/wrapper : wrap_binary() 100 > [[ 1 == \1 ]] | |
+ /scripts/wrapper : wrap_binary() 102 > wrap | |
+ /scripts/wrapper : wrap() 50 > [[ -n /home/deploy/.rvm/wrappers/ruby-1.9.3-p125/gem ]] | |
++ /scripts/wrapper : wrap() 52 > dirname /home/deploy/.rvm/wrappers/ruby-1.9.3-p125/gem | |
+ /scripts/wrapper : wrap() 52 > mkdir -p /home/deploy/.rvm/wrappers/ruby-1.9.3-p125 | |
+ /scripts/wrapper : wrap() 53 > rm -f /home/deploy/.rvm/wrappers/ruby-1.9.3-p125/gem | |
+ /scripts/wrapper : wrap() 54 > (( UID == 0 )) | |
+ /scripts/wrapper : wrap() 58 > path=/home/deploy/.rvm | |
+ /scripts/wrapper : wrap() 61 > printf %b '#!/usr/bin/env bash | |
if [[ -s "/home/deploy/.rvm/environments/ruby-1.9.3-p125" ]] | |
then | |
source "/home/deploy/.rvm/environments/ruby-1.9.3-p125" | |
exec gem "$@" | |
else | |
echo "ERROR: Missing RVM environment file: '\''/home/deploy/.rvm/environments/ruby-1.9.3-p125'\''" >&2 | |
exit 1 | |
fi | |
' | |
+ /scripts/wrapper : wrap() 73 > [[ -f /home/deploy/.rvm/wrappers/ruby-1.9.3-p125/gem ]] | |
+ /scripts/wrapper : wrap() 75 > chmod +x /home/deploy/.rvm/wrappers/ruby-1.9.3-p125/gem | |
+ /scripts/wrapper : wrap() 78 > return 0 | |
+ /scripts/wrapper : 167 > [[ -f /home/deploy/.rvm/wrappers/ruby-1.9.3-p125/gem ]] | |
+ /scripts/wrapper : 169 > [[ gem == \r\u\b\y ]] | |
+ /scripts/wrapper : 173 > destination=/home/deploy/.rvm/bin/gem-ruby-1.9.3-p125 | |
+ /scripts/wrapper : 175 > rm -f /home/deploy/.rvm/bin/gem-ruby-1.9.3-p125 | |
+ /scripts/wrapper : 176 > ln -sf /home/deploy/.rvm/wrappers/ruby-1.9.3-p125/gem /home/deploy/.rvm/bin/gem-ruby-1.9.3-p125 | |
+ /scripts/wrapper : 148 > for binary_name in '"${binaries[@]}"' | |
+ /scripts/wrapper : 150 > file_name=/home/deploy/.rvm/wrappers/ruby-1.9.3-p125/irb | |
+ /scripts/wrapper : 152 > (( 0 > 0 )) | |
+ /scripts/wrapper : 157 > [[ ! -d /home/deploy/.rvm/bin ]] | |
+ /scripts/wrapper : 162 > [[ -z '' ]] | |
+ /scripts/wrapper : 164 > override_check=1 | |
+ /scripts/wrapper : 165 > wrap_binary | |
+ /scripts/wrapper : wrap_binary() 100 > [[ 1 == \1 ]] | |
+ /scripts/wrapper : wrap_binary() 102 > wrap | |
+ /scripts/wrapper : wrap() 50 > [[ -n /home/deploy/.rvm/wrappers/ruby-1.9.3-p125/irb ]] | |
++ /scripts/wrapper : wrap() 52 > dirname /home/deploy/.rvm/wrappers/ruby-1.9.3-p125/irb | |
+ /scripts/wrapper : wrap() 52 > mkdir -p /home/deploy/.rvm/wrappers/ruby-1.9.3-p125 | |
+ /scripts/wrapper : wrap() 53 > rm -f /home/deploy/.rvm/wrappers/ruby-1.9.3-p125/irb | |
+ /scripts/wrapper : wrap() 54 > (( UID == 0 )) | |
+ /scripts/wrapper : wrap() 58 > path=/home/deploy/.rvm | |
+ /scripts/wrapper : wrap() 61 > printf %b '#!/usr/bin/env bash | |
if [[ -s "/home/deploy/.rvm/environments/ruby-1.9.3-p125" ]] | |
then | |
source "/home/deploy/.rvm/environments/ruby-1.9.3-p125" | |
exec irb "$@" | |
else | |
echo "ERROR: Missing RVM environment file: '\''/home/deploy/.rvm/environments/ruby-1.9.3-p125'\''" >&2 | |
exit 1 | |
fi | |
' | |
+ /scripts/wrapper : wrap() 73 > [[ -f /home/deploy/.rvm/wrappers/ruby-1.9.3-p125/irb ]] | |
+ /scripts/wrapper : wrap() 75 > chmod +x /home/deploy/.rvm/wrappers/ruby-1.9.3-p125/irb | |
+ /scripts/wrapper : wrap() 78 > return 0 | |
+ /scripts/wrapper : 167 > [[ -f /home/deploy/.rvm/wrappers/ruby-1.9.3-p125/irb ]] | |
+ /scripts/wrapper : 169 > [[ irb == \r\u\b\y ]] | |
+ /scripts/wrapper : 173 > destination=/home/deploy/.rvm/bin/irb-ruby-1.9.3-p125 | |
+ /scripts/wrapper : 175 > rm -f /home/deploy/.rvm/bin/irb-ruby-1.9.3-p125 | |
+ /scripts/wrapper : 176 > ln -sf /home/deploy/.rvm/wrappers/ruby-1.9.3-p125/irb /home/deploy/.rvm/bin/irb-ruby-1.9.3-p125 | |
+ /scripts/wrapper : 148 > for binary_name in '"${binaries[@]}"' | |
+ /scripts/wrapper : 150 > file_name=/home/deploy/.rvm/wrappers/ruby-1.9.3-p125/ri | |
+ /scripts/wrapper : 152 > (( 0 > 0 )) | |
+ /scripts/wrapper : 157 > [[ ! -d /home/deploy/.rvm/bin ]] | |
+ /scripts/wrapper : 162 > [[ -z '' ]] | |
+ /scripts/wrapper : 164 > override_check=1 | |
+ /scripts/wrapper : 165 > wrap_binary | |
+ /scripts/wrapper : wrap_binary() 100 > [[ 1 == \1 ]] | |
+ /scripts/wrapper : wrap_binary() 102 > wrap | |
+ /scripts/wrapper : wrap() 50 > [[ -n /home/deploy/.rvm/wrappers/ruby-1.9.3-p125/ri ]] | |
++ /scripts/wrapper : wrap() 52 > dirname /home/deploy/.rvm/wrappers/ruby-1.9.3-p125/ri | |
+ /scripts/wrapper : wrap() 52 > mkdir -p /home/deploy/.rvm/wrappers/ruby-1.9.3-p125 | |
+ /scripts/wrapper : wrap() 53 > rm -f /home/deploy/.rvm/wrappers/ruby-1.9.3-p125/ri | |
+ /scripts/wrapper : wrap() 54 > (( UID == 0 )) | |
+ /scripts/wrapper : wrap() 58 > path=/home/deploy/.rvm | |
+ /scripts/wrapper : wrap() 61 > printf %b '#!/usr/bin/env bash | |
if [[ -s "/home/deploy/.rvm/environments/ruby-1.9.3-p125" ]] | |
then | |
source "/home/deploy/.rvm/environments/ruby-1.9.3-p125" | |
exec ri "$@" | |
else | |
echo "ERROR: Missing RVM environment file: '\''/home/deploy/.rvm/environments/ruby-1.9.3-p125'\''" >&2 | |
exit 1 | |
fi | |
' | |
+ /scripts/wrapper : wrap() 73 > [[ -f /home/deploy/.rvm/wrappers/ruby-1.9.3-p125/ri ]] | |
+ /scripts/wrapper : wrap() 75 > chmod +x /home/deploy/.rvm/wrappers/ruby-1.9.3-p125/ri | |
+ /scripts/wrapper : wrap() 78 > return 0 | |
+ /scripts/wrapper : 167 > [[ -f /home/deploy/.rvm/wrappers/ruby-1.9.3-p125/ri ]] | |
+ /scripts/wrapper : 169 > [[ ri == \r\u\b\y ]] | |
+ /scripts/wrapper : 173 > destination=/home/deploy/.rvm/bin/ri-ruby-1.9.3-p125 | |
+ /scripts/wrapper : 175 > rm -f /home/deploy/.rvm/bin/ri-ruby-1.9.3-p125 | |
+ /scripts/wrapper : 176 > ln -sf /home/deploy/.rvm/wrappers/ruby-1.9.3-p125/ri /home/deploy/.rvm/bin/ri-ruby-1.9.3-p125 | |
+ /scripts/wrapper : 148 > for binary_name in '"${binaries[@]}"' | |
+ /scripts/wrapper : 150 > file_name=/home/deploy/.rvm/wrappers/ruby-1.9.3-p125/rdoc | |
+ /scripts/wrapper : 152 > (( 0 > 0 )) | |
+ /scripts/wrapper : 157 > [[ ! -d /home/deploy/.rvm/bin ]] | |
+ /scripts/wrapper : 162 > [[ -z '' ]] | |
+ /scripts/wrapper : 164 > override_check=1 | |
+ /scripts/wrapper : 165 > wrap_binary | |
+ /scripts/wrapper : wrap_binary() 100 > [[ 1 == \1 ]] | |
+ /scripts/wrapper : wrap_binary() 102 > wrap | |
+ /scripts/wrapper : wrap() 50 > [[ -n /home/deploy/.rvm/wrappers/ruby-1.9.3-p125/rdoc ]] | |
++ /scripts/wrapper : wrap() 52 > dirname /home/deploy/.rvm/wrappers/ruby-1.9.3-p125/rdoc | |
+ /scripts/wrapper : wrap() 52 > mkdir -p /home/deploy/.rvm/wrappers/ruby-1.9.3-p125 | |
+ /scripts/wrapper : wrap() 53 > rm -f /home/deploy/.rvm/wrappers/ruby-1.9.3-p125/rdoc | |
+ /scripts/wrapper : wrap() 54 > (( UID == 0 )) | |
+ /scripts/wrapper : wrap() 58 > path=/home/deploy/.rvm | |
+ /scripts/wrapper : wrap() 61 > printf %b '#!/usr/bin/env bash | |
if [[ -s "/home/deploy/.rvm/environments/ruby-1.9.3-p125" ]] | |
then | |
source "/home/deploy/.rvm/environments/ruby-1.9.3-p125" | |
exec rdoc "$@" | |
else | |
echo "ERROR: Missing RVM environment file: '\''/home/deploy/.rvm/environments/ruby-1.9.3-p125'\''" >&2 | |
exit 1 | |
fi | |
' | |
+ /scripts/wrapper : wrap() 73 > [[ -f /home/deploy/.rvm/wrappers/ruby-1.9.3-p125/rdoc ]] | |
+ /scripts/wrapper : wrap() 75 > chmod +x /home/deploy/.rvm/wrappers/ruby-1.9.3-p125/rdoc | |
+ /scripts/wrapper : wrap() 78 > return 0 | |
+ /scripts/wrapper : 167 > [[ -f /home/deploy/.rvm/wrappers/ruby-1.9.3-p125/rdoc ]] | |
+ /scripts/wrapper : 169 > [[ rdoc == \r\u\b\y ]] | |
+ /scripts/wrapper : 173 > destination=/home/deploy/.rvm/bin/rdoc-ruby-1.9.3-p125 | |
+ /scripts/wrapper : 175 > rm -f /home/deploy/.rvm/bin/rdoc-ruby-1.9.3-p125 | |
+ /scripts/wrapper : 176 > ln -sf /home/deploy/.rvm/wrappers/ruby-1.9.3-p125/rdoc /home/deploy/.rvm/bin/rdoc-ruby-1.9.3-p125 | |
+ /scripts/wrapper : 148 > for binary_name in '"${binaries[@]}"' | |
+ /scripts/wrapper : 150 > file_name=/home/deploy/.rvm/wrappers/ruby-1.9.3-p125/rake | |
+ /scripts/wrapper : 152 > (( 0 > 0 )) | |
+ /scripts/wrapper : 157 > [[ ! -d /home/deploy/.rvm/bin ]] | |
+ /scripts/wrapper : 162 > [[ -z '' ]] | |
+ /scripts/wrapper : 164 > override_check=1 | |
+ /scripts/wrapper : 165 > wrap_binary | |
+ /scripts/wrapper : wrap_binary() 100 > [[ 1 == \1 ]] | |
+ /scripts/wrapper : wrap_binary() 102 > wrap | |
+ /scripts/wrapper : wrap() 50 > [[ -n /home/deploy/.rvm/wrappers/ruby-1.9.3-p125/rake ]] | |
++ /scripts/wrapper : wrap() 52 > dirname /home/deploy/.rvm/wrappers/ruby-1.9.3-p125/rake | |
+ /scripts/wrapper : wrap() 52 > mkdir -p /home/deploy/.rvm/wrappers/ruby-1.9.3-p125 | |
+ /scripts/wrapper : wrap() 53 > rm -f /home/deploy/.rvm/wrappers/ruby-1.9.3-p125/rake | |
+ /scripts/wrapper : wrap() 54 > (( UID == 0 )) | |
+ /scripts/wrapper : wrap() 58 > path=/home/deploy/.rvm | |
+ /scripts/wrapper : wrap() 61 > printf %b '#!/usr/bin/env bash | |
if [[ -s "/home/deploy/.rvm/environments/ruby-1.9.3-p125" ]] | |
then | |
source "/home/deploy/.rvm/environments/ruby-1.9.3-p125" | |
exec rake "$@" | |
else | |
echo "ERROR: Missing RVM environment file: '\''/home/deploy/.rvm/environments/ruby-1.9.3-p125'\''" >&2 | |
exit 1 | |
fi | |
' | |
+ /scripts/wrapper : wrap() 73 > [[ -f /home/deploy/.rvm/wrappers/ruby-1.9.3-p125/rake ]] | |
+ /scripts/wrapper : wrap() 75 > chmod +x /home/deploy/.rvm/wrappers/ruby-1.9.3-p125/rake | |
+ /scripts/wrapper : wrap() 78 > return 0 | |
+ /scripts/wrapper : 167 > [[ -f /home/deploy/.rvm/wrappers/ruby-1.9.3-p125/rake ]] | |
+ /scripts/wrapper : 169 > [[ rake == \r\u\b\y ]] | |
+ /scripts/wrapper : 173 > destination=/home/deploy/.rvm/bin/rake-ruby-1.9.3-p125 | |
+ /scripts/wrapper : 175 > rm -f /home/deploy/.rvm/bin/rake-ruby-1.9.3-p125 | |
+ /scripts/wrapper : 176 > ln -sf /home/deploy/.rvm/wrappers/ruby-1.9.3-p125/rake /home/deploy/.rvm/bin/rake-ruby-1.9.3-p125 | |
+ /scripts/wrapper : 148 > for binary_name in '"${binaries[@]}"' | |
+ /scripts/wrapper : 150 > file_name=/home/deploy/.rvm/wrappers/ruby-1.9.3-p125/erb | |
+ /scripts/wrapper : 152 > (( 0 > 0 )) | |
+ /scripts/wrapper : 157 > [[ ! -d /home/deploy/.rvm/bin ]] | |
+ /scripts/wrapper : 162 > [[ -z '' ]] | |
+ /scripts/wrapper : 164 > override_check=1 | |
+ /scripts/wrapper : 165 > wrap_binary | |
+ /scripts/wrapper : wrap_binary() 100 > [[ 1 == \1 ]] | |
+ /scripts/wrapper : wrap_binary() 102 > wrap | |
+ /scripts/wrapper : wrap() 50 > [[ -n /home/deploy/.rvm/wrappers/ruby-1.9.3-p125/erb ]] | |
++ /scripts/wrapper : wrap() 52 > dirname /home/deploy/.rvm/wrappers/ruby-1.9.3-p125/erb | |
+ /scripts/wrapper : wrap() 52 > mkdir -p /home/deploy/.rvm/wrappers/ruby-1.9.3-p125 | |
+ /scripts/wrapper : wrap() 53 > rm -f /home/deploy/.rvm/wrappers/ruby-1.9.3-p125/erb | |
+ /scripts/wrapper : wrap() 54 > (( UID == 0 )) | |
+ /scripts/wrapper : wrap() 58 > path=/home/deploy/.rvm | |
+ /scripts/wrapper : wrap() 61 > printf %b '#!/usr/bin/env bash | |
if [[ -s "/home/deploy/.rvm/environments/ruby-1.9.3-p125" ]] | |
then | |
source "/home/deploy/.rvm/environments/ruby-1.9.3-p125" | |
exec erb "$@" | |
else | |
echo "ERROR: Missing RVM environment file: '\''/home/deploy/.rvm/environments/ruby-1.9.3-p125'\''" >&2 | |
exit 1 | |
fi | |
' | |
+ /scripts/wrapper : wrap() 73 > [[ -f /home/deploy/.rvm/wrappers/ruby-1.9.3-p125/erb ]] | |
+ /scripts/wrapper : wrap() 75 > chmod +x /home/deploy/.rvm/wrappers/ruby-1.9.3-p125/erb | |
+ /scripts/wrapper : wrap() 78 > return 0 | |
+ /scripts/wrapper : 167 > [[ -f /home/deploy/.rvm/wrappers/ruby-1.9.3-p125/erb ]] | |
+ /scripts/wrapper : 169 > [[ erb == \r\u\b\y ]] | |
+ /scripts/wrapper : 173 > destination=/home/deploy/.rvm/bin/erb-ruby-1.9.3-p125 | |
+ /scripts/wrapper : 175 > rm -f /home/deploy/.rvm/bin/erb-ruby-1.9.3-p125 | |
+ /scripts/wrapper : 176 > ln -sf /home/deploy/.rvm/wrappers/ruby-1.9.3-p125/erb /home/deploy/.rvm/bin/erb-ruby-1.9.3-p125 | |
+ /scripts/wrapper : 148 > for binary_name in '"${binaries[@]}"' | |
+ /scripts/wrapper : 150 > file_name=/home/deploy/.rvm/wrappers/ruby-1.9.3-p125/testrb | |
+ /scripts/wrapper : 152 > (( 0 > 0 )) | |
+ /scripts/wrapper : 157 > [[ ! -d /home/deploy/.rvm/bin ]] | |
+ /scripts/wrapper : 162 > [[ -z '' ]] | |
+ /scripts/wrapper : 164 > override_check=1 | |
+ /scripts/wrapper : 165 > wrap_binary | |
+ /scripts/wrapper : wrap_binary() 100 > [[ 1 == \1 ]] | |
+ /scripts/wrapper : wrap_binary() 102 > wrap | |
+ /scripts/wrapper : wrap() 50 > [[ -n /home/deploy/.rvm/wrappers/ruby-1.9.3-p125/testrb ]] | |
++ /scripts/wrapper : wrap() 52 > dirname /home/deploy/.rvm/wrappers/ruby-1.9.3-p125/testrb | |
+ /scripts/wrapper : wrap() 52 > mkdir -p /home/deploy/.rvm/wrappers/ruby-1.9.3-p125 | |
+ /scripts/wrapper : wrap() 53 > rm -f /home/deploy/.rvm/wrappers/ruby-1.9.3-p125/testrb | |
+ /scripts/wrapper : wrap() 54 > (( UID == 0 )) | |
+ /scripts/wrapper : wrap() 58 > path=/home/deploy/.rvm | |
+ /scripts/wrapper : wrap() 61 > printf %b '#!/usr/bin/env bash | |
if [[ -s "/home/deploy/.rvm/environments/ruby-1.9.3-p125" ]] | |
then | |
source "/home/deploy/.rvm/environments/ruby-1.9.3-p125" | |
exec testrb "$@" | |
else | |
echo "ERROR: Missing RVM environment file: '\''/home/deploy/.rvm/environments/ruby-1.9.3-p125'\''" >&2 | |
exit 1 | |
fi | |
' | |
+ /scripts/wrapper : wrap() 73 > [[ -f /home/deploy/.rvm/wrappers/ruby-1.9.3-p125/testrb ]] | |
+ /scripts/wrapper : wrap() 75 > chmod +x /home/deploy/.rvm/wrappers/ruby-1.9.3-p125/testrb | |
+ /scripts/wrapper : wrap() 78 > return 0 | |
+ /scripts/wrapper : 167 > [[ -f /home/deploy/.rvm/wrappers/ruby-1.9.3-p125/testrb ]] | |
+ /scripts/wrapper : 169 > [[ testrb == \r\u\b\y ]] | |
+ /scripts/wrapper : 173 > destination=/home/deploy/.rvm/bin/testrb-ruby-1.9.3-p125 | |
+ /scripts/wrapper : 175 > rm -f /home/deploy/.rvm/bin/testrb-ruby-1.9.3-p125 | |
+ /scripts/wrapper : 176 > ln -sf /home/deploy/.rvm/wrappers/ruby-1.9.3-p125/testrb /home/deploy/.rvm/bin/testrb-ruby-1.9.3-p125 | |
+ /scripts/wrapper : 196 > exit 0 | |
++ /scripts/functions/manage/base : __rvm_install_source() 278 > __rvm_run chmod.bin 'chmod +x /home/deploy/.rvm/rubies/ruby-1.9.3-p125/bin/*' | |
++ /scripts/functions/utility : __rvm_run() 103 > typeset name log temp_log_path _command message | |
++ /scripts/functions/utility : __rvm_run() 104 > true 0 0 | |
++ /scripts/functions/utility : __rvm_run() 106 > name=chmod.bin | |
++ /scripts/functions/utility : __rvm_run() 107 > _command='chmod +x /home/deploy/.rvm/rubies/ruby-1.9.3-p125/bin/*' | |
++ /scripts/functions/utility : __rvm_run() 108 > message= | |
++ /scripts/functions/utility : __rvm_run() 110 > [[ -n '' ]] | |
++ /scripts/functions/utility : __rvm_run() 115 > (( rvm_debug_flag > 0 )) | |
++ /scripts/functions/utility : __rvm_run() 120 > [[ -n ruby-1.9.3-p125 ]] | |
++ /scripts/functions/utility : __rvm_run() 122 > temp_log_path=/home/deploy/.rvm/log/ruby-1.9.3-p125 | |
++ /scripts/functions/utility : __rvm_run() 127 > log=/home/deploy/.rvm/log/ruby-1.9.3-p125/chmod.bin.log | |
++ /scripts/functions/utility : __rvm_run() 129 > [[ ! -d /home/deploy/.rvm/log/ruby-1.9.3-p125 ]] | |
++ /scripts/functions/utility : __rvm_run() 134 > [[ ! -f /home/deploy/.rvm/log/ruby-1.9.3-p125/chmod.bin.log ]] | |
++ /scripts/functions/utility : __rvm_run() 136 > touch /home/deploy/.rvm/log/ruby-1.9.3-p125/chmod.bin.log | |
+++ /scripts/functions/utility : __rvm_run() 140 > date '+%Y-%m-%d %H:%M:%S' | |
++ /scripts/functions/utility : __rvm_run() 140 > printf %b '[2012-04-09 20:25:48] chmod +x /home/deploy/.rvm/rubies/ruby-1.9.3-p125/bin/*\n' | |
++ /scripts/functions/utility : __rvm_run() 142 > (( rvm_niceness > 0 )) | |
++ /scripts/functions/utility : __rvm_run() 147 > eval 'chmod +x /home/deploy/.rvm/rubies/ruby-1.9.3-p125/bin/*' | |
++ /scripts/functions/utility : __rvm_run() 148 > result=0 | |
++ /scripts/functions/utility : __rvm_run() 150 > (( result > 0 )) | |
++ /scripts/functions/utility : __rvm_run() 155 > return 0 | |
++ /scripts/functions/manage/base : __rvm_install_source() 280 > __rvm_post_install | |
++ /scripts/functions/manage/base : __rvm_post_install() 1031 > case "$rvm_ruby_interpreter" in | |
++ /scripts/functions/manage/base : __rvm_post_install() 1034 > (( 0 > 0 )) | |
++ /scripts/functions/manage/base : __rvm_post_install() 1034 > binaries=(gem irb erb ri rdoc testrb rake) | |
++ /scripts/functions/manage/base : __rvm_post_install() 1036 > rvm_log 'ruby-1.9.3-p125 - adjusting #shebangs for (gem' irb erb ri rdoc testrb 'rake).' | |
++ /scripts/functions/logging : rvm_log() 80 > rvm_pretty_print stdout | |
++ /scripts/functions/logging : rvm_pretty_print() 17 > case "${rvm_pretty_print_flag:=auto}" in | |
++ /scripts/functions/logging : rvm_pretty_print() 22 > case "${TERM:-dumb}" in | |
++ /scripts/functions/logging : rvm_pretty_print() 25 > case "$1" in | |
++ /scripts/functions/logging : rvm_pretty_print() 26 > [[ -t 1 ]] | |
++ /scripts/functions/logging : rvm_pretty_print() 32 > return 0 | |
++ /scripts/functions/logging : rvm_log() 81 > printf %b 'ruby-1.9.3-p125 - adjusting #shebangs for (gem irb erb ri rdoc testrb rake).\n' | |
ruby-1.9.3-p125 - adjusting #shebangs for (gem irb erb ri rdoc testrb rake). | |
++ /scripts/functions/manage/base : __rvm_post_install() 1038 > for binary in '"${binaries[@]}"' | |
++ /scripts/functions/manage/base : __rvm_post_install() 1041 > [[ -e /home/deploy/.rvm/rubies/ruby-1.9.3-p125/bin/gem ]] | |
++ /scripts/functions/manage/base : __rvm_post_install() 1044 > [[ /home/deploy/.rvm/src/ruby-1.9.3-p125 != \/\h\o\m\e\/\d\e\p\l\o\y\/\.\r\v\m\/\r\u\b\i\e\s\/\r\u\b\y\-\1\.\9\.\3\-\p\1\2\5 ]] | |
++ /scripts/functions/manage/base : __rvm_post_install() 1044 > [[ -f /home/deploy/.rvm/src/ruby-1.9.3-p125/bin/gem ]] | |
++ /scripts/functions/manage/base : __rvm_post_install() 1046 > cp -f /home/deploy/.rvm/src/ruby-1.9.3-p125/bin/gem /home/deploy/.rvm/rubies/ruby-1.9.3-p125/bin/gem | |
++ /scripts/functions/manage/base : __rvm_post_install() 1052 > __rvm_inject_gem_env /home/deploy/.rvm/rubies/ruby-1.9.3-p125/bin/gem | |
++ /scripts/functions/manage/base : __rvm_inject_gem_env() 1098 > typeset actual_file string | |
++ /scripts/functions/manage/base : __rvm_inject_gem_env() 1100 > __rvm_actual_file /home/deploy/.rvm/rubies/ruby-1.9.3-p125/bin/gem | |
++ /scripts/functions/manage/base : __rvm_actual_file() 1127 > [[ -L /home/deploy/.rvm/rubies/ruby-1.9.3-p125/bin/gem ]] | |
++ /scripts/functions/manage/base : __rvm_actual_file() 1131 > actual_file=/home/deploy/.rvm/rubies/ruby-1.9.3-p125/bin/gem | |
++ /scripts/functions/manage/base : __rvm_actual_file() 1134 > return 0 | |
++ /scripts/functions/manage/base : __rvm_inject_gem_env() 1102 > [[ -s /home/deploy/.rvm/rubies/ruby-1.9.3-p125/bin/gem ]] | |
+++ /scripts/functions/manage/base : __rvm_inject_gem_env() 1104 > head -n 1 /home/deploy/.rvm/rubies/ruby-1.9.3-p125/bin/gem | |
+++ /scripts/functions/manage/base : __rvm_inject_gem_env() 1104 > awk '/[j]*ruby/' | |
++ /scripts/functions/manage/base : __rvm_inject_gem_env() 1104 > [[ -n #!/usr/bin/env ruby ]] | |
++ /scripts/functions/manage/base : __rvm_inject_gem_env() 1106 > string='ENV['\''GEM_HOME'\'']=ENV['\''GEM_HOME'\''] || '\''/home/deploy/.rvm/gems/ruby-1.9.3-p125'\''\nENV['\''GEM_PATH'\'']=ENV['\''GEM_PATH'\''] || '\''/home/deploy/.rvm/gems/ruby-1.9.3-p125:/home/deploy/.rvm/gems/ruby-1.9.3-p125@global'\''\nENV['\''PATH'\'']='\''/home/deploy/.rvm/gems/ruby-1.9.3-p125/bin:/home/deploy/.rvm/gems/ruby-1.9.3-p125@global/bin:/home/deploy/.rvm/rubies/ruby-1.9.3-p125/bin:'\'' + ENV['\''PATH'\'']\n' | |
++ /scripts/functions/manage/base : __rvm_inject_gem_env() 1113 > [[ -n ENV['GEM_HOME']=ENV['GEM_HOME'] || '/home/deploy/.rvm/gems/ruby-1.9.3-p125'\nENV['GEM_PATH']=ENV['GEM_PATH'] || '/home/deploy/.rvm/gems/ruby-1.9.3-p125:/home/deploy/.rvm/gems/ruby-1.9.3-p125@global'\nENV['PATH']='/home/deploy/.rvm/gems/ruby-1.9.3-p125/bin:/home/deploy/.rvm/gems/ruby-1.9.3-p125@global/bin:/home/deploy/.rvm/rubies/ruby-1.9.3-p125/bin:' + ENV['PATH']\n ]] | |
++ /scripts/functions/manage/base : __rvm_inject_gem_env() 1115 > awk 'NR==2 {print "ENV['\''GEM_HOME'\'']=ENV['\''GEM_HOME'\''] || '\''/home/deploy/.rvm/gems/ruby-1.9.3-p125'\''\nENV['\''GEM_PATH'\'']=ENV['\''GEM_PATH'\''] || '\''/home/deploy/.rvm/gems/ruby-1.9.3-p125:/home/deploy/.rvm/gems/ruby-1.9.3-p125@global'\''\nENV['\''PATH'\'']='\''/home/deploy/.rvm/gems/ruby-1.9.3-p125/bin:/home/deploy/.rvm/gems/ruby-1.9.3-p125@global/bin:/home/deploy/.rvm/rubies/ruby-1.9.3-p125/bin:'\'' + ENV['\''PATH'\'']\n"} {print}' /home/deploy/.rvm/rubies/ruby-1.9.3-p125/bin/gem | |
++ /scripts/functions/manage/base : __rvm_inject_gem_env() 1117 > mv /home/deploy/.rvm/rubies/ruby-1.9.3-p125/bin/gem.new /home/deploy/.rvm/rubies/ruby-1.9.3-p125/bin/gem | |
++ /scripts/functions/manage/base : __rvm_inject_gem_env() 1118 > chmod +x /home/deploy/.rvm/rubies/ruby-1.9.3-p125/bin/gem | |
++ /scripts/functions/manage/base : __rvm_inject_gem_env() 1122 > return 0 | |
++ /scripts/functions/manage/base : __rvm_post_install() 1054 > __rvm_inject_ruby_shebang /home/deploy/.rvm/rubies/ruby-1.9.3-p125/bin/gem | |
++ /scripts/functions/manage/base : __rvm_inject_ruby_shebang() 1085 > typeset actual_file | |
++ /scripts/functions/manage/base : __rvm_inject_ruby_shebang() 1087 > __rvm_actual_file /home/deploy/.rvm/rubies/ruby-1.9.3-p125/bin/gem | |
++ /scripts/functions/manage/base : __rvm_actual_file() 1127 > [[ -L /home/deploy/.rvm/rubies/ruby-1.9.3-p125/bin/gem ]] | |
++ /scripts/functions/manage/base : __rvm_actual_file() 1131 > actual_file=/home/deploy/.rvm/rubies/ruby-1.9.3-p125/bin/gem | |
++ /scripts/functions/manage/base : __rvm_actual_file() 1134 > return 0 | |
++ /scripts/functions/manage/base : __rvm_inject_ruby_shebang() 1089 > [[ -f /home/deploy/.rvm/rubies/ruby-1.9.3-p125/bin/gem ]] | |
++ /scripts/functions/manage/base : __rvm_inject_ruby_shebang() 1091 > sed -e '1,1s=.*=#!/usr/bin/env ruby=' /home/deploy/.rvm/rubies/ruby-1.9.3-p125/bin/gem | |
++ /scripts/functions/manage/base : __rvm_inject_ruby_shebang() 1092 > mv /home/deploy/.rvm/rubies/ruby-1.9.3-p125/bin/gem.new /home/deploy/.rvm/rubies/ruby-1.9.3-p125/bin/gem | |
++ /scripts/functions/manage/base : __rvm_inject_ruby_shebang() 1092 > chmod +x /home/deploy/.rvm/rubies/ruby-1.9.3-p125/bin/gem | |
++ /scripts/functions/manage/base : __rvm_post_install() 1056 > chmod +x /home/deploy/.rvm/rubies/ruby-1.9.3-p125/bin/gem | |
++ /scripts/functions/manage/base : __rvm_post_install() 1038 > for binary in '"${binaries[@]}"' | |
++ /scripts/functions/manage/base : __rvm_post_install() 1041 > [[ -e /home/deploy/.rvm/rubies/ruby-1.9.3-p125/bin/irb ]] | |
++ /scripts/functions/manage/base : __rvm_post_install() 1044 > [[ /home/deploy/.rvm/src/ruby-1.9.3-p125 != \/\h\o\m\e\/\d\e\p\l\o\y\/\.\r\v\m\/\r\u\b\i\e\s\/\r\u\b\y\-\1\.\9\.\3\-\p\1\2\5 ]] | |
++ /scripts/functions/manage/base : __rvm_post_install() 1044 > [[ -f /home/deploy/.rvm/src/ruby-1.9.3-p125/bin/irb ]] | |
++ /scripts/functions/manage/base : __rvm_post_install() 1046 > cp -f /home/deploy/.rvm/src/ruby-1.9.3-p125/bin/irb /home/deploy/.rvm/rubies/ruby-1.9.3-p125/bin/irb | |
++ /scripts/functions/manage/base : __rvm_post_install() 1052 > __rvm_inject_gem_env /home/deploy/.rvm/rubies/ruby-1.9.3-p125/bin/irb | |
++ /scripts/functions/manage/base : __rvm_inject_gem_env() 1098 > typeset actual_file string | |
++ /scripts/functions/manage/base : __rvm_inject_gem_env() 1100 > __rvm_actual_file /home/deploy/.rvm/rubies/ruby-1.9.3-p125/bin/irb | |
++ /scripts/functions/manage/base : __rvm_actual_file() 1127 > [[ -L /home/deploy/.rvm/rubies/ruby-1.9.3-p125/bin/irb ]] | |
++ /scripts/functions/manage/base : __rvm_actual_file() 1131 > actual_file=/home/deploy/.rvm/rubies/ruby-1.9.3-p125/bin/irb | |
++ /scripts/functions/manage/base : __rvm_actual_file() 1134 > return 0 | |
++ /scripts/functions/manage/base : __rvm_inject_gem_env() 1102 > [[ -s /home/deploy/.rvm/rubies/ruby-1.9.3-p125/bin/irb ]] | |
+++ /scripts/functions/manage/base : __rvm_inject_gem_env() 1104 > head -n 1 /home/deploy/.rvm/rubies/ruby-1.9.3-p125/bin/irb | |
+++ /scripts/functions/manage/base : __rvm_inject_gem_env() 1104 > awk '/[j]*ruby/' | |
++ /scripts/functions/manage/base : __rvm_inject_gem_env() 1104 > [[ -n #!/usr/bin/env ruby ]] | |
++ /scripts/functions/manage/base : __rvm_inject_gem_env() 1106 > string='ENV['\''GEM_HOME'\'']=ENV['\''GEM_HOME'\''] || '\''/home/deploy/.rvm/gems/ruby-1.9.3-p125'\''\nENV['\''GEM_PATH'\'']=ENV['\''GEM_PATH'\''] || '\''/home/deploy/.rvm/gems/ruby-1.9.3-p125:/home/deploy/.rvm/gems/ruby-1.9.3-p125@global'\''\nENV['\''PATH'\'']='\''/home/deploy/.rvm/gems/ruby-1.9.3-p125/bin:/home/deploy/.rvm/gems/ruby-1.9.3-p125@global/bin:/home/deploy/.rvm/rubies/ruby-1.9.3-p125/bin:'\'' + ENV['\''PATH'\'']\n' | |
++ /scripts/functions/manage/base : __rvm_inject_gem_env() 1113 > [[ -n ENV['GEM_HOME']=ENV['GEM_HOME'] || '/home/deploy/.rvm/gems/ruby-1.9.3-p125'\nENV['GEM_PATH']=ENV['GEM_PATH'] || '/home/deploy/.rvm/gems/ruby-1.9.3-p125:/home/deploy/.rvm/gems/ruby-1.9.3-p125@global'\nENV['PATH']='/home/deploy/.rvm/gems/ruby-1.9.3-p125/bin:/home/deploy/.rvm/gems/ruby-1.9.3-p125@global/bin:/home/deploy/.rvm/rubies/ruby-1.9.3-p125/bin:' + ENV['PATH']\n ]] | |
++ /scripts/functions/manage/base : __rvm_inject_gem_env() 1115 > awk 'NR==2 {print "ENV['\''GEM_HOME'\'']=ENV['\''GEM_HOME'\''] || '\''/home/deploy/.rvm/gems/ruby-1.9.3-p125'\''\nENV['\''GEM_PATH'\'']=ENV['\''GEM_PATH'\''] || '\''/home/deploy/.rvm/gems/ruby-1.9.3-p125:/home/deploy/.rvm/gems/ruby-1.9.3-p125@global'\''\nENV['\''PATH'\'']='\''/home/deploy/.rvm/gems/ruby-1.9.3-p125/bin:/home/deploy/.rvm/gems/ruby-1.9.3-p125@global/bin:/home/deploy/.rvm/rubies/ruby-1.9.3-p125/bin:'\'' + ENV['\''PATH'\'']\n"} {print}' /home/deploy/.rvm/rubies/ruby-1.9.3-p125/bin/irb | |
++ /scripts/functions/manage/base : __rvm_inject_gem_env() 1117 > mv /home/deploy/.rvm/rubies/ruby-1.9.3-p125/bin/irb.new /home/deploy/.rvm/rubies/ruby-1.9.3-p125/bin/irb | |
++ /scripts/functions/manage/base : __rvm_inject_gem_env() 1118 > chmod +x /home/deploy/.rvm/rubies/ruby-1.9.3-p125/bin/irb | |
++ /scripts/functions/manage/base : __rvm_inject_gem_env() 1122 > return 0 | |
++ /scripts/functions/manage/base : __rvm_post_install() 1054 > __rvm_inject_ruby_shebang /home/deploy/.rvm/rubies/ruby-1.9.3-p125/bin/irb | |
++ /scripts/functions/manage/base : __rvm_inject_ruby_shebang() 1085 > typeset actual_file | |
++ /scripts/functions/manage/base : __rvm_inject_ruby_shebang() 1087 > __rvm_actual_file /home/deploy/.rvm/rubies/ruby-1.9.3-p125/bin/irb | |
++ /scripts/functions/manage/base : __rvm_actual_file() 1127 > [[ -L /home/deploy/.rvm/rubies/ruby-1.9.3-p125/bin/irb ]] | |
++ /scripts/functions/manage/base : __rvm_actual_file() 1131 > actual_file=/home/deploy/.rvm/rubies/ruby-1.9.3-p125/bin/irb | |
++ /scripts/functions/manage/base : __rvm_actual_file() 1134 > return 0 | |
++ /scripts/functions/manage/base : __rvm_inject_ruby_shebang() 1089 > [[ -f /home/deploy/.rvm/rubies/ruby-1.9.3-p125/bin/irb ]] | |
++ /scripts/functions/manage/base : __rvm_inject_ruby_shebang() 1091 > sed -e '1,1s=.*=#!/usr/bin/env ruby=' /home/deploy/.rvm/rubies/ruby-1.9.3-p125/bin/irb | |
++ /scripts/functions/manage/base : __rvm_inject_ruby_shebang() 1092 > mv /home/deploy/.rvm/rubies/ruby-1.9.3-p125/bin/irb.new /home/deploy/.rvm/rubies/ruby-1.9.3-p125/bin/irb | |
++ /scripts/functions/manage/base : __rvm_inject_ruby_shebang() 1092 > chmod +x /home/deploy/.rvm/rubies/ruby-1.9.3-p125/bin/irb | |
++ /scripts/functions/manage/base : __rvm_post_install() 1056 > chmod +x /home/deploy/.rvm/rubies/ruby-1.9.3-p125/bin/irb | |
++ /scripts/functions/manage/base : __rvm_post_install() 1038 > for binary in '"${binaries[@]}"' | |
++ /scripts/functions/manage/base : __rvm_post_install() 1041 > [[ -e /home/deploy/.rvm/rubies/ruby-1.9.3-p125/bin/erb ]] | |
++ /scripts/functions/manage/base : __rvm_post_install() 1044 > [[ /home/deploy/.rvm/src/ruby-1.9.3-p125 != \/\h\o\m\e\/\d\e\p\l\o\y\/\.\r\v\m\/\r\u\b\i\e\s\/\r\u\b\y\-\1\.\9\.\3\-\p\1\2\5 ]] | |
++ /scripts/functions/manage/base : __rvm_post_install() 1044 > [[ -f /home/deploy/.rvm/src/ruby-1.9.3-p125/bin/erb ]] | |
++ /scripts/functions/manage/base : __rvm_post_install() 1046 > cp -f /home/deploy/.rvm/src/ruby-1.9.3-p125/bin/erb /home/deploy/.rvm/rubies/ruby-1.9.3-p125/bin/erb | |
++ /scripts/functions/manage/base : __rvm_post_install() 1052 > __rvm_inject_gem_env /home/deploy/.rvm/rubies/ruby-1.9.3-p125/bin/erb | |
++ /scripts/functions/manage/base : __rvm_inject_gem_env() 1098 > typeset actual_file string | |
++ /scripts/functions/manage/base : __rvm_inject_gem_env() 1100 > __rvm_actual_file /home/deploy/.rvm/rubies/ruby-1.9.3-p125/bin/erb | |
++ /scripts/functions/manage/base : __rvm_actual_file() 1127 > [[ -L /home/deploy/.rvm/rubies/ruby-1.9.3-p125/bin/erb ]] | |
++ /scripts/functions/manage/base : __rvm_actual_file() 1131 > actual_file=/home/deploy/.rvm/rubies/ruby-1.9.3-p125/bin/erb | |
++ /scripts/functions/manage/base : __rvm_actual_file() 1134 > return 0 | |
++ /scripts/functions/manage/base : __rvm_inject_gem_env() 1102 > [[ -s /home/deploy/.rvm/rubies/ruby-1.9.3-p125/bin/erb ]] | |
+++ /scripts/functions/manage/base : __rvm_inject_gem_env() 1104 > head -n 1 /home/deploy/.rvm/rubies/ruby-1.9.3-p125/bin/erb | |
+++ /scripts/functions/manage/base : __rvm_inject_gem_env() 1104 > awk '/[j]*ruby/' | |
++ /scripts/functions/manage/base : __rvm_inject_gem_env() 1104 > [[ -n #!/usr/bin/env ruby ]] | |
++ /scripts/functions/manage/base : __rvm_inject_gem_env() 1106 > string='ENV['\''GEM_HOME'\'']=ENV['\''GEM_HOME'\''] || '\''/home/deploy/.rvm/gems/ruby-1.9.3-p125'\''\nENV['\''GEM_PATH'\'']=ENV['\''GEM_PATH'\''] || '\''/home/deploy/.rvm/gems/ruby-1.9.3-p125:/home/deploy/.rvm/gems/ruby-1.9.3-p125@global'\''\nENV['\''PATH'\'']='\''/home/deploy/.rvm/gems/ruby-1.9.3-p125/bin:/home/deploy/.rvm/gems/ruby-1.9.3-p125@global/bin:/home/deploy/.rvm/rubies/ruby-1.9.3-p125/bin:'\'' + ENV['\''PATH'\'']\n' | |
++ /scripts/functions/manage/base : __rvm_inject_gem_env() 1113 > [[ -n ENV['GEM_HOME']=ENV['GEM_HOME'] || '/home/deploy/.rvm/gems/ruby-1.9.3-p125'\nENV['GEM_PATH']=ENV['GEM_PATH'] || '/home/deploy/.rvm/gems/ruby-1.9.3-p125:/home/deploy/.rvm/gems/ruby-1.9.3-p125@global'\nENV['PATH']='/home/deploy/.rvm/gems/ruby-1.9.3-p125/bin:/home/deploy/.rvm/gems/ruby-1.9.3-p125@global/bin:/home/deploy/.rvm/rubies/ruby-1.9.3-p125/bin:' + ENV['PATH']\n ]] | |
++ /scripts/functions/manage/base : __rvm_inject_gem_env() 1115 > awk 'NR==2 {print "ENV['\''GEM_HOME'\'']=ENV['\''GEM_HOME'\''] || '\''/home/deploy/.rvm/gems/ruby-1.9.3-p125'\''\nENV['\''GEM_PATH'\'']=ENV['\''GEM_PATH'\''] || '\''/home/deploy/.rvm/gems/ruby-1.9.3-p125:/home/deploy/.rvm/gems/ruby-1.9.3-p125@global'\''\nENV['\''PATH'\'']='\''/home/deploy/.rvm/gems/ruby-1.9.3-p125/bin:/home/deploy/.rvm/gems/ruby-1.9.3-p125@global/bin:/home/deploy/.rvm/rubies/ruby-1.9.3-p125/bin:'\'' + ENV['\''PATH'\'']\n"} {print}' /home/deploy/.rvm/rubies/ruby-1.9.3-p125/bin/erb | |
++ /scripts/functions/manage/base : __rvm_inject_gem_env() 1117 > mv /home/deploy/.rvm/rubies/ruby-1.9.3-p125/bin/erb.new /home/deploy/.rvm/rubies/ruby-1.9.3-p125/bin/erb | |
++ /scripts/functions/manage/base : __rvm_inject_gem_env() 1118 > chmod +x /home/deploy/.rvm/rubies/ruby-1.9.3-p125/bin/erb | |
++ /scripts/functions/manage/base : __rvm_inject_gem_env() 1122 > return 0 | |
++ /scripts/functions/manage/base : __rvm_post_install() 1054 > __rvm_inject_ruby_shebang /home/deploy/.rvm/rubies/ruby-1.9.3-p125/bin/erb | |
++ /scripts/functions/manage/base : __rvm_inject_ruby_shebang() 1085 > typeset actual_file | |
++ /scripts/functions/manage/base : __rvm_inject_ruby_shebang() 1087 > __rvm_actual_file /home/deploy/.rvm/rubies/ruby-1.9.3-p125/bin/erb | |
++ /scripts/functions/manage/base : __rvm_actual_file() 1127 > [[ -L /home/deploy/.rvm/rubies/ruby-1.9.3-p125/bin/erb ]] | |
++ /scripts/functions/manage/base : __rvm_actual_file() 1131 > actual_file=/home/deploy/.rvm/rubies/ruby-1.9.3-p125/bin/erb | |
++ /scripts/functions/manage/base : __rvm_actual_file() 1134 > return 0 | |
++ /scripts/functions/manage/base : __rvm_inject_ruby_shebang() 1089 > [[ -f /home/deploy/.rvm/rubies/ruby-1.9.3-p125/bin/erb ]] | |
++ /scripts/functions/manage/base : __rvm_inject_ruby_shebang() 1091 > sed -e '1,1s=.*=#!/usr/bin/env ruby=' /home/deploy/.rvm/rubies/ruby-1.9.3-p125/bin/erb | |
++ /scripts/functions/manage/base : __rvm_inject_ruby_shebang() 1092 > mv /home/deploy/.rvm/rubies/ruby-1.9.3-p125/bin/erb.new /home/deploy/.rvm/rubies/ruby-1.9.3-p125/bin/erb | |
++ /scripts/functions/manage/base : __rvm_inject_ruby_shebang() 1092 > chmod +x /home/deploy/.rvm/rubies/ruby-1.9.3-p125/bin/erb | |
++ /scripts/functions/manage/base : __rvm_post_install() 1056 > chmod +x /home/deploy/.rvm/rubies/ruby-1.9.3-p125/bin/erb | |
++ /scripts/functions/manage/base : __rvm_post_install() 1038 > for binary in '"${binaries[@]}"' | |
++ /scripts/functions/manage/base : __rvm_post_install() 1041 > [[ -e /home/deploy/.rvm/rubies/ruby-1.9.3-p125/bin/ri ]] | |
++ /scripts/functions/manage/base : __rvm_post_install() 1044 > [[ /home/deploy/.rvm/src/ruby-1.9.3-p125 != \/\h\o\m\e\/\d\e\p\l\o\y\/\.\r\v\m\/\r\u\b\i\e\s\/\r\u\b\y\-\1\.\9\.\3\-\p\1\2\5 ]] | |
++ /scripts/functions/manage/base : __rvm_post_install() 1044 > [[ -f /home/deploy/.rvm/src/ruby-1.9.3-p125/bin/ri ]] | |
++ /scripts/functions/manage/base : __rvm_post_install() 1046 > cp -f /home/deploy/.rvm/src/ruby-1.9.3-p125/bin/ri /home/deploy/.rvm/rubies/ruby-1.9.3-p125/bin/ri | |
++ /scripts/functions/manage/base : __rvm_post_install() 1052 > __rvm_inject_gem_env /home/deploy/.rvm/rubies/ruby-1.9.3-p125/bin/ri | |
++ /scripts/functions/manage/base : __rvm_inject_gem_env() 1098 > typeset actual_file string | |
++ /scripts/functions/manage/base : __rvm_inject_gem_env() 1100 > __rvm_actual_file /home/deploy/.rvm/rubies/ruby-1.9.3-p125/bin/ri | |
++ /scripts/functions/manage/base : __rvm_actual_file() 1127 > [[ -L /home/deploy/.rvm/rubies/ruby-1.9.3-p125/bin/ri ]] | |
++ /scripts/functions/manage/base : __rvm_actual_file() 1131 > actual_file=/home/deploy/.rvm/rubies/ruby-1.9.3-p125/bin/ri | |
++ /scripts/functions/manage/base : __rvm_actual_file() 1134 > return 0 | |
++ /scripts/functions/manage/base : __rvm_inject_gem_env() 1102 > [[ -s /home/deploy/.rvm/rubies/ruby-1.9.3-p125/bin/ri ]] | |
+++ /scripts/functions/manage/base : __rvm_inject_gem_env() 1104 > head -n 1 /home/deploy/.rvm/rubies/ruby-1.9.3-p125/bin/ri | |
+++ /scripts/functions/manage/base : __rvm_inject_gem_env() 1104 > awk '/[j]*ruby/' | |
++ /scripts/functions/manage/base : __rvm_inject_gem_env() 1104 > [[ -n #!/usr/bin/env ruby ]] | |
++ /scripts/functions/manage/base : __rvm_inject_gem_env() 1106 > string='ENV['\''GEM_HOME'\'']=ENV['\''GEM_HOME'\''] || '\''/home/deploy/.rvm/gems/ruby-1.9.3-p125'\''\nENV['\''GEM_PATH'\'']=ENV['\''GEM_PATH'\''] || '\''/home/deploy/.rvm/gems/ruby-1.9.3-p125:/home/deploy/.rvm/gems/ruby-1.9.3-p125@global'\''\nENV['\''PATH'\'']='\''/home/deploy/.rvm/gems/ruby-1.9.3-p125/bin:/home/deploy/.rvm/gems/ruby-1.9.3-p125@global/bin:/home/deploy/.rvm/rubies/ruby-1.9.3-p125/bin:'\'' + ENV['\''PATH'\'']\n' | |
++ /scripts/functions/manage/base : __rvm_inject_gem_env() 1113 > [[ -n ENV['GEM_HOME']=ENV['GEM_HOME'] || '/home/deploy/.rvm/gems/ruby-1.9.3-p125'\nENV['GEM_PATH']=ENV['GEM_PATH'] || '/home/deploy/.rvm/gems/ruby-1.9.3-p125:/home/deploy/.rvm/gems/ruby-1.9.3-p125@global'\nENV['PATH']='/home/deploy/.rvm/gems/ruby-1.9.3-p125/bin:/home/deploy/.rvm/gems/ruby-1.9.3-p125@global/bin:/home/deploy/.rvm/rubies/ruby-1.9.3-p125/bin:' + ENV['PATH']\n ]] | |
++ /scripts/functions/manage/base : __rvm_inject_gem_env() 1115 > awk 'NR==2 {print "ENV['\''GEM_HOME'\'']=ENV['\''GEM_HOME'\''] || '\''/home/deploy/.rvm/gems/ruby-1.9.3-p125'\''\nENV['\''GEM_PATH'\'']=ENV['\''GEM_PATH'\''] || '\''/home/deploy/.rvm/gems/ruby-1.9.3-p125:/home/deploy/.rvm/gems/ruby-1.9.3-p125@global'\''\nENV['\''PATH'\'']='\''/home/deploy/.rvm/gems/ruby-1.9.3-p125/bin:/home/deploy/.rvm/gems/ruby-1.9.3-p125@global/bin:/home/deploy/.rvm/rubies/ruby-1.9.3-p125/bin:'\'' + ENV['\''PATH'\'']\n"} {print}' /home/deploy/.rvm/rubies/ruby-1.9.3-p125/bin/ri | |
++ /scripts/functions/manage/base : __rvm_inject_gem_env() 1117 > mv /home/deploy/.rvm/rubies/ruby-1.9.3-p125/bin/ri.new /home/deploy/.rvm/rubies/ruby-1.9.3-p125/bin/ri | |
++ /scripts/functions/manage/base : __rvm_inject_gem_env() 1118 > chmod +x /home/deploy/.rvm/rubies/ruby-1.9.3-p125/bin/ri | |
++ /scripts/functions/manage/base : __rvm_inject_gem_env() 1122 > return 0 | |
++ /scripts/functions/manage/base : __rvm_post_install() 1054 > __rvm_inject_ruby_shebang /home/deploy/.rvm/rubies/ruby-1.9.3-p125/bin/ri | |
++ /scripts/functions/manage/base : __rvm_inject_ruby_shebang() 1085 > typeset actual_file | |
++ /scripts/functions/manage/base : __rvm_inject_ruby_shebang() 1087 > __rvm_actual_file /home/deploy/.rvm/rubies/ruby-1.9.3-p125/bin/ri | |
++ /scripts/functions/manage/base : __rvm_actual_file() 1127 > [[ -L /home/deploy/.rvm/rubies/ruby-1.9.3-p125/bin/ri ]] | |
++ /scripts/functions/manage/base : __rvm_actual_file() 1131 > actual_file=/home/deploy/.rvm/rubies/ruby-1.9.3-p125/bin/ri | |
++ /scripts/functions/manage/base : __rvm_actual_file() 1134 > return 0 | |
++ /scripts/functions/manage/base : __rvm_inject_ruby_shebang() 1089 > [[ -f /home/deploy/.rvm/rubies/ruby-1.9.3-p125/bin/ri ]] | |
++ /scripts/functions/manage/base : __rvm_inject_ruby_shebang() 1091 > sed -e '1,1s=.*=#!/usr/bin/env ruby=' /home/deploy/.rvm/rubies/ruby-1.9.3-p125/bin/ri | |
++ /scripts/functions/manage/base : __rvm_inject_ruby_shebang() 1092 > mv /home/deploy/.rvm/rubies/ruby-1.9.3-p125/bin/ri.new /home/deploy/.rvm/rubies/ruby-1.9.3-p125/bin/ri | |
++ /scripts/functions/manage/base : __rvm_inject_ruby_shebang() 1092 > chmod +x /home/deploy/.rvm/rubies/ruby-1.9.3-p125/bin/ri | |
++ /scripts/functions/manage/base : __rvm_post_install() 1056 > chmod +x /home/deploy/.rvm/rubies/ruby-1.9.3-p125/bin/ri | |
++ /scripts/functions/manage/base : __rvm_post_install() 1038 > for binary in '"${binaries[@]}"' | |
++ /scripts/functions/manage/base : __rvm_post_install() 1041 > [[ -e /home/deploy/.rvm/rubies/ruby-1.9.3-p125/bin/rdoc ]] | |
++ /scripts/functions/manage/base : __rvm_post_install() 1044 > [[ /home/deploy/.rvm/src/ruby-1.9.3-p125 != \/\h\o\m\e\/\d\e\p\l\o\y\/\.\r\v\m\/\r\u\b\i\e\s\/\r\u\b\y\-\1\.\9\.\3\-\p\1\2\5 ]] | |
++ /scripts/functions/manage/base : __rvm_post_install() 1044 > [[ -f /home/deploy/.rvm/src/ruby-1.9.3-p125/bin/rdoc ]] | |
++ /scripts/functions/manage/base : __rvm_post_install() 1046 > cp -f /home/deploy/.rvm/src/ruby-1.9.3-p125/bin/rdoc /home/deploy/.rvm/rubies/ruby-1.9.3-p125/bin/rdoc | |
++ /scripts/functions/manage/base : __rvm_post_install() 1052 > __rvm_inject_gem_env /home/deploy/.rvm/rubies/ruby-1.9.3-p125/bin/rdoc | |
++ /scripts/functions/manage/base : __rvm_inject_gem_env() 1098 > typeset actual_file string | |
++ /scripts/functions/manage/base : __rvm_inject_gem_env() 1100 > __rvm_actual_file /home/deploy/.rvm/rubies/ruby-1.9.3-p125/bin/rdoc | |
++ /scripts/functions/manage/base : __rvm_actual_file() 1127 > [[ -L /home/deploy/.rvm/rubies/ruby-1.9.3-p125/bin/rdoc ]] | |
++ /scripts/functions/manage/base : __rvm_actual_file() 1131 > actual_file=/home/deploy/.rvm/rubies/ruby-1.9.3-p125/bin/rdoc | |
++ /scripts/functions/manage/base : __rvm_actual_file() 1134 > return 0 | |
++ /scripts/functions/manage/base : __rvm_inject_gem_env() 1102 > [[ -s /home/deploy/.rvm/rubies/ruby-1.9.3-p125/bin/rdoc ]] | |
+++ /scripts/functions/manage/base : __rvm_inject_gem_env() 1104 > head -n 1 /home/deploy/.rvm/rubies/ruby-1.9.3-p125/bin/rdoc | |
+++ /scripts/functions/manage/base : __rvm_inject_gem_env() 1104 > awk '/[j]*ruby/' | |
++ /scripts/functions/manage/base : __rvm_inject_gem_env() 1104 > [[ -n #!/usr/bin/env ruby ]] | |
++ /scripts/functions/manage/base : __rvm_inject_gem_env() 1106 > string='ENV['\''GEM_HOME'\'']=ENV['\''GEM_HOME'\''] || '\''/home/deploy/.rvm/gems/ruby-1.9.3-p125'\''\nENV['\''GEM_PATH'\'']=ENV['\''GEM_PATH'\''] || '\''/home/deploy/.rvm/gems/ruby-1.9.3-p125:/home/deploy/.rvm/gems/ruby-1.9.3-p125@global'\''\nENV['\''PATH'\'']='\''/home/deploy/.rvm/gems/ruby-1.9.3-p125/bin:/home/deploy/.rvm/gems/ruby-1.9.3-p125@global/bin:/home/deploy/.rvm/rubies/ruby-1.9.3-p125/bin:'\'' + ENV['\''PATH'\'']\n' | |
++ /scripts/functions/manage/base : __rvm_inject_gem_env() 1113 > [[ -n ENV['GEM_HOME']=ENV['GEM_HOME'] || '/home/deploy/.rvm/gems/ruby-1.9.3-p125'\nENV['GEM_PATH']=ENV['GEM_PATH'] || '/home/deploy/.rvm/gems/ruby-1.9.3-p125:/home/deploy/.rvm/gems/ruby-1.9.3-p125@global'\nENV['PATH']='/home/deploy/.rvm/gems/ruby-1.9.3-p125/bin:/home/deploy/.rvm/gems/ruby-1.9.3-p125@global/bin:/home/deploy/.rvm/rubies/ruby-1.9.3-p125/bin:' + ENV['PATH']\n ]] | |
++ /scripts/functions/manage/base : __rvm_inject_gem_env() 1115 > awk 'NR==2 {print "ENV['\''GEM_HOME'\'']=ENV['\''GEM_HOME'\''] || '\''/home/deploy/.rvm/gems/ruby-1.9.3-p125'\''\nENV['\''GEM_PATH'\'']=ENV['\''GEM_PATH'\''] || '\''/home/deploy/.rvm/gems/ruby-1.9.3-p125:/home/deploy/.rvm/gems/ruby-1.9.3-p125@global'\''\nENV['\''PATH'\'']='\''/home/deploy/.rvm/gems/ruby-1.9.3-p125/bin:/home/deploy/.rvm/gems/ruby-1.9.3-p125@global/bin:/home/deploy/.rvm/rubies/ruby-1.9.3-p125/bin:'\'' + ENV['\''PATH'\'']\n"} {print}' /home/deploy/.rvm/rubies/ruby-1.9.3-p125/bin/rdoc | |
++ /scripts/functions/manage/base : __rvm_inject_gem_env() 1117 > mv /home/deploy/.rvm/rubies/ruby-1.9.3-p125/bin/rdoc.new /home/deploy/.rvm/rubies/ruby-1.9.3-p125/bin/rdoc | |
++ /scripts/functions/manage/base : __rvm_inject_gem_env() 1118 > chmod +x /home/deploy/.rvm/rubies/ruby-1.9.3-p125/bin/rdoc | |
++ /scripts/functions/manage/base : __rvm_inject_gem_env() 1122 > return 0 | |
++ /scripts/functions/manage/base : __rvm_post_install() 1054 > __rvm_inject_ruby_shebang /home/deploy/.rvm/rubies/ruby-1.9.3-p125/bin/rdoc | |
++ /scripts/functions/manage/base : __rvm_inject_ruby_shebang() 1085 > typeset actual_file | |
++ /scripts/functions/manage/base : __rvm_inject_ruby_shebang() 1087 > __rvm_actual_file /home/deploy/.rvm/rubies/ruby-1.9.3-p125/bin/rdoc | |
++ /scripts/functions/manage/base : __rvm_actual_file() 1127 > [[ -L /home/deploy/.rvm/rubies/ruby-1.9.3-p125/bin/rdoc ]] | |
++ /scripts/functions/manage/base : __rvm_actual_file() 1131 > actual_file=/home/deploy/.rvm/rubies/ruby-1.9.3-p125/bin/rdoc | |
++ /scripts/functions/manage/base : __rvm_actual_file() 1134 > return 0 | |
++ /scripts/functions/manage/base : __rvm_inject_ruby_shebang() 1089 > [[ -f /home/deploy/.rvm/rubies/ruby-1.9.3-p125/bin/rdoc ]] | |
++ /scripts/functions/manage/base : __rvm_inject_ruby_shebang() 1091 > sed -e '1,1s=.*=#!/usr/bin/env ruby=' /home/deploy/.rvm/rubies/ruby-1.9.3-p125/bin/rdoc | |
++ /scripts/functions/manage/base : __rvm_inject_ruby_shebang() 1092 > mv /home/deploy/.rvm/rubies/ruby-1.9.3-p125/bin/rdoc.new /home/deploy/.rvm/rubies/ruby-1.9.3-p125/bin/rdoc | |
++ /scripts/functions/manage/base : __rvm_inject_ruby_shebang() 1092 > chmod +x /home/deploy/.rvm/rubies/ruby-1.9.3-p125/bin/rdoc | |
++ /scripts/functions/manage/base : __rvm_post_install() 1056 > chmod +x /home/deploy/.rvm/rubies/ruby-1.9.3-p125/bin/rdoc | |
++ /scripts/functions/manage/base : __rvm_post_install() 1038 > for binary in '"${binaries[@]}"' | |
++ /scripts/functions/manage/base : __rvm_post_install() 1041 > [[ -e /home/deploy/.rvm/rubies/ruby-1.9.3-p125/bin/testrb ]] | |
++ /scripts/functions/manage/base : __rvm_post_install() 1044 > [[ /home/deploy/.rvm/src/ruby-1.9.3-p125 != \/\h\o\m\e\/\d\e\p\l\o\y\/\.\r\v\m\/\r\u\b\i\e\s\/\r\u\b\y\-\1\.\9\.\3\-\p\1\2\5 ]] | |
++ /scripts/functions/manage/base : __rvm_post_install() 1044 > [[ -f /home/deploy/.rvm/src/ruby-1.9.3-p125/bin/testrb ]] | |
++ /scripts/functions/manage/base : __rvm_post_install() 1046 > cp -f /home/deploy/.rvm/src/ruby-1.9.3-p125/bin/testrb /home/deploy/.rvm/rubies/ruby-1.9.3-p125/bin/testrb | |
++ /scripts/functions/manage/base : __rvm_post_install() 1052 > __rvm_inject_gem_env /home/deploy/.rvm/rubies/ruby-1.9.3-p125/bin/testrb | |
++ /scripts/functions/manage/base : __rvm_inject_gem_env() 1098 > typeset actual_file string | |
++ /scripts/functions/manage/base : __rvm_inject_gem_env() 1100 > __rvm_actual_file /home/deploy/.rvm/rubies/ruby-1.9.3-p125/bin/testrb | |
++ /scripts/functions/manage/base : __rvm_actual_file() 1127 > [[ -L /home/deploy/.rvm/rubies/ruby-1.9.3-p125/bin/testrb ]] | |
++ /scripts/functions/manage/base : __rvm_actual_file() 1131 > actual_file=/home/deploy/.rvm/rubies/ruby-1.9.3-p125/bin/testrb | |
++ /scripts/functions/manage/base : __rvm_actual_file() 1134 > return 0 | |
++ /scripts/functions/manage/base : __rvm_inject_gem_env() 1102 > [[ -s /home/deploy/.rvm/rubies/ruby-1.9.3-p125/bin/testrb ]] | |
+++ /scripts/functions/manage/base : __rvm_inject_gem_env() 1104 > head -n 1 /home/deploy/.rvm/rubies/ruby-1.9.3-p125/bin/testrb | |
+++ /scripts/functions/manage/base : __rvm_inject_gem_env() 1104 > awk '/[j]*ruby/' | |
++ /scripts/functions/manage/base : __rvm_inject_gem_env() 1104 > [[ -n #!/usr/bin/env ruby ]] | |
++ /scripts/functions/manage/base : __rvm_inject_gem_env() 1106 > string='ENV['\''GEM_HOME'\'']=ENV['\''GEM_HOME'\''] || '\''/home/deploy/.rvm/gems/ruby-1.9.3-p125'\''\nENV['\''GEM_PATH'\'']=ENV['\''GEM_PATH'\''] || '\''/home/deploy/.rvm/gems/ruby-1.9.3-p125:/home/deploy/.rvm/gems/ruby-1.9.3-p125@global'\''\nENV['\''PATH'\'']='\''/home/deploy/.rvm/gems/ruby-1.9.3-p125/bin:/home/deploy/.rvm/gems/ruby-1.9.3-p125@global/bin:/home/deploy/.rvm/rubies/ruby-1.9.3-p125/bin:'\'' + ENV['\''PATH'\'']\n' | |
++ /scripts/functions/manage/base : __rvm_inject_gem_env() 1113 > [[ -n ENV['GEM_HOME']=ENV['GEM_HOME'] || '/home/deploy/.rvm/gems/ruby-1.9.3-p125'\nENV['GEM_PATH']=ENV['GEM_PATH'] || '/home/deploy/.rvm/gems/ruby-1.9.3-p125:/home/deploy/.rvm/gems/ruby-1.9.3-p125@global'\nENV['PATH']='/home/deploy/.rvm/gems/ruby-1.9.3-p125/bin:/home/deploy/.rvm/gems/ruby-1.9.3-p125@global/bin:/home/deploy/.rvm/rubies/ruby-1.9.3-p125/bin:' + ENV['PATH']\n ]] | |
++ /scripts/functions/manage/base : __rvm_inject_gem_env() 1115 > awk 'NR==2 {print "ENV['\''GEM_HOME'\'']=ENV['\''GEM_HOME'\''] || '\''/home/deploy/.rvm/gems/ruby-1.9.3-p125'\''\nENV['\''GEM_PATH'\'']=ENV['\''GEM_PATH'\''] || '\''/home/deploy/.rvm/gems/ruby-1.9.3-p125:/home/deploy/.rvm/gems/ruby-1.9.3-p125@global'\''\nENV['\''PATH'\'']='\''/home/deploy/.rvm/gems/ruby-1.9.3-p125/bin:/home/deploy/.rvm/gems/ruby-1.9.3-p125@global/bin:/home/deploy/.rvm/rubies/ruby-1.9.3-p125/bin:'\'' + ENV['\''PATH'\'']\n"} {print}' /home/deploy/.rvm/rubies/ruby-1.9.3-p125/bin/testrb | |
++ /scripts/functions/manage/base : __rvm_inject_gem_env() 1117 > mv /home/deploy/.rvm/rubies/ruby-1.9.3-p125/bin/testrb.new /home/deploy/.rvm/rubies/ruby-1.9.3-p125/bin/testrb | |
++ /scripts/functions/manage/base : __rvm_inject_gem_env() 1118 > chmod +x /home/deploy/.rvm/rubies/ruby-1.9.3-p125/bin/testrb | |
++ /scripts/functions/manage/base : __rvm_inject_gem_env() 1122 > return 0 | |
++ /scripts/functions/manage/base : __rvm_post_install() 1054 > __rvm_inject_ruby_shebang /home/deploy/.rvm/rubies/ruby-1.9.3-p125/bin/testrb | |
++ /scripts/functions/manage/base : __rvm_inject_ruby_shebang() 1085 > typeset actual_file | |
++ /scripts/functions/manage/base : __rvm_inject_ruby_shebang() 1087 > __rvm_actual_file /home/deploy/.rvm/rubies/ruby-1.9.3-p125/bin/testrb | |
++ /scripts/functions/manage/base : __rvm_actual_file() 1127 > [[ -L /home/deploy/.rvm/rubies/ruby-1.9.3-p125/bin/testrb ]] | |
++ /scripts/functions/manage/base : __rvm_actual_file() 1131 > actual_file=/home/deploy/.rvm/rubies/ruby-1.9.3-p125/bin/testrb | |
++ /scripts/functions/manage/base : __rvm_actual_file() 1134 > return 0 | |
++ /scripts/functions/manage/base : __rvm_inject_ruby_shebang() 1089 > [[ -f /home/deploy/.rvm/rubies/ruby-1.9.3-p125/bin/testrb ]] | |
++ /scripts/functions/manage/base : __rvm_inject_ruby_shebang() 1091 > sed -e '1,1s=.*=#!/usr/bin/env ruby=' /home/deploy/.rvm/rubies/ruby-1.9.3-p125/bin/testrb | |
++ /scripts/functions/manage/base : __rvm_inject_ruby_shebang() 1092 > mv /home/deploy/.rvm/rubies/ruby-1.9.3-p125/bin/testrb.new /home/deploy/.rvm/rubies/ruby-1.9.3-p125/bin/testrb | |
++ /scripts/functions/manage/base : __rvm_inject_ruby_shebang() 1092 > chmod +x /home/deploy/.rvm/rubies/ruby-1.9.3-p125/bin/testrb | |
++ /scripts/functions/manage/base : __rvm_post_install() 1056 > chmod +x /home/deploy/.rvm/rubies/ruby-1.9.3-p125/bin/testrb | |
++ /scripts/functions/manage/base : __rvm_post_install() 1038 > for binary in '"${binaries[@]}"' | |
++ /scripts/functions/manage/base : __rvm_post_install() 1041 > [[ -e /home/deploy/.rvm/rubies/ruby-1.9.3-p125/bin/rake ]] | |
++ /scripts/functions/manage/base : __rvm_post_install() 1044 > [[ /home/deploy/.rvm/src/ruby-1.9.3-p125 != \/\h\o\m\e\/\d\e\p\l\o\y\/\.\r\v\m\/\r\u\b\i\e\s\/\r\u\b\y\-\1\.\9\.\3\-\p\1\2\5 ]] | |
++ /scripts/functions/manage/base : __rvm_post_install() 1044 > [[ -f /home/deploy/.rvm/src/ruby-1.9.3-p125/bin/rake ]] | |
++ /scripts/functions/manage/base : __rvm_post_install() 1046 > cp -f /home/deploy/.rvm/src/ruby-1.9.3-p125/bin/rake /home/deploy/.rvm/rubies/ruby-1.9.3-p125/bin/rake | |
++ /scripts/functions/manage/base : __rvm_post_install() 1052 > __rvm_inject_gem_env /home/deploy/.rvm/rubies/ruby-1.9.3-p125/bin/rake | |
++ /scripts/functions/manage/base : __rvm_inject_gem_env() 1098 > typeset actual_file string | |
++ /scripts/functions/manage/base : __rvm_inject_gem_env() 1100 > __rvm_actual_file /home/deploy/.rvm/rubies/ruby-1.9.3-p125/bin/rake | |
++ /scripts/functions/manage/base : __rvm_actual_file() 1127 > [[ -L /home/deploy/.rvm/rubies/ruby-1.9.3-p125/bin/rake ]] | |
++ /scripts/functions/manage/base : __rvm_actual_file() 1131 > actual_file=/home/deploy/.rvm/rubies/ruby-1.9.3-p125/bin/rake | |
++ /scripts/functions/manage/base : __rvm_actual_file() 1134 > return 0 | |
++ /scripts/functions/manage/base : __rvm_inject_gem_env() 1102 > [[ -s /home/deploy/.rvm/rubies/ruby-1.9.3-p125/bin/rake ]] | |
+++ /scripts/functions/manage/base : __rvm_inject_gem_env() 1104 > head -n 1 /home/deploy/.rvm/rubies/ruby-1.9.3-p125/bin/rake | |
+++ /scripts/functions/manage/base : __rvm_inject_gem_env() 1104 > awk '/[j]*ruby/' | |
++ /scripts/functions/manage/base : __rvm_inject_gem_env() 1104 > [[ -n #!/usr/bin/env ruby ]] | |
++ /scripts/functions/manage/base : __rvm_inject_gem_env() 1106 > string='ENV['\''GEM_HOME'\'']=ENV['\''GEM_HOME'\''] || '\''/home/deploy/.rvm/gems/ruby-1.9.3-p125'\''\nENV['\''GEM_PATH'\'']=ENV['\''GEM_PATH'\''] || '\''/home/deploy/.rvm/gems/ruby-1.9.3-p125:/home/deploy/.rvm/gems/ruby-1.9.3-p125@global'\''\nENV['\''PATH'\'']='\''/home/deploy/.rvm/gems/ruby-1.9.3-p125/bin:/home/deploy/.rvm/gems/ruby-1.9.3-p125@global/bin:/home/deploy/.rvm/rubies/ruby-1.9.3-p125/bin:'\'' + ENV['\''PATH'\'']\n' | |
++ /scripts/functions/manage/base : __rvm_inject_gem_env() 1113 > [[ -n ENV['GEM_HOME']=ENV['GEM_HOME'] || '/home/deploy/.rvm/gems/ruby-1.9.3-p125'\nENV['GEM_PATH']=ENV['GEM_PATH'] || '/home/deploy/.rvm/gems/ruby-1.9.3-p125:/home/deploy/.rvm/gems/ruby-1.9.3-p125@global'\nENV['PATH']='/home/deploy/.rvm/gems/ruby-1.9.3-p125/bin:/home/deploy/.rvm/gems/ruby-1.9.3-p125@global/bin:/home/deploy/.rvm/rubies/ruby-1.9.3-p125/bin:' + ENV['PATH']\n ]] | |
++ /scripts/functions/manage/base : __rvm_inject_gem_env() 1115 > awk 'NR==2 {print "ENV['\''GEM_HOME'\'']=ENV['\''GEM_HOME'\''] || '\''/home/deploy/.rvm/gems/ruby-1.9.3-p125'\''\nENV['\''GEM_PATH'\'']=ENV['\''GEM_PATH'\''] || '\''/home/deploy/.rvm/gems/ruby-1.9.3-p125:/home/deploy/.rvm/gems/ruby-1.9.3-p125@global'\''\nENV['\''PATH'\'']='\''/home/deploy/.rvm/gems/ruby-1.9.3-p125/bin:/home/deploy/.rvm/gems/ruby-1.9.3-p125@global/bin:/home/deploy/.rvm/rubies/ruby-1.9.3-p125/bin:'\'' + ENV['\''PATH'\'']\n"} {print}' /home/deploy/.rvm/rubies/ruby-1.9.3-p125/bin/rake | |
++ /scripts/functions/manage/base : __rvm_inject_gem_env() 1117 > mv /home/deploy/.rvm/rubies/ruby-1.9.3-p125/bin/rake.new /home/deploy/.rvm/rubies/ruby-1.9.3-p125/bin/rake | |
++ /scripts/functions/manage/base : __rvm_inject_gem_env() 1118 > chmod +x /home/deploy/.rvm/rubies/ruby-1.9.3-p125/bin/rake | |
++ /scripts/functions/manage/base : __rvm_inject_gem_env() 1122 > return 0 | |
++ /scripts/functions/manage/base : __rvm_post_install() 1054 > __rvm_inject_ruby_shebang /home/deploy/.rvm/rubies/ruby-1.9.3-p125/bin/rake | |
++ /scripts/functions/manage/base : __rvm_inject_ruby_shebang() 1085 > typeset actual_file | |
++ /scripts/functions/manage/base : __rvm_inject_ruby_shebang() 1087 > __rvm_actual_file /home/deploy/.rvm/rubies/ruby-1.9.3-p125/bin/rake | |
++ /scripts/functions/manage/base : __rvm_actual_file() 1127 > [[ -L /home/deploy/.rvm/rubies/ruby-1.9.3-p125/bin/rake ]] | |
++ /scripts/functions/manage/base : __rvm_actual_file() 1131 > actual_file=/home/deploy/.rvm/rubies/ruby-1.9.3-p125/bin/rake | |
++ /scripts/functions/manage/base : __rvm_actual_file() 1134 > return 0 | |
++ /scripts/functions/manage/base : __rvm_inject_ruby_shebang() 1089 > [[ -f /home/deploy/.rvm/rubies/ruby-1.9.3-p125/bin/rake ]] | |
++ /scripts/functions/manage/base : __rvm_inject_ruby_shebang() 1091 > sed -e '1,1s=.*=#!/usr/bin/env ruby=' /home/deploy/.rvm/rubies/ruby-1.9.3-p125/bin/rake | |
++ /scripts/functions/manage/base : __rvm_inject_ruby_shebang() 1092 > mv /home/deploy/.rvm/rubies/ruby-1.9.3-p125/bin/rake.new /home/deploy/.rvm/rubies/ruby-1.9.3-p125/bin/rake | |
++ /scripts/functions/manage/base : __rvm_inject_ruby_shebang() 1092 > chmod +x /home/deploy/.rvm/rubies/ruby-1.9.3-p125/bin/rake | |
++ /scripts/functions/manage/base : __rvm_post_install() 1056 > chmod +x /home/deploy/.rvm/rubies/ruby-1.9.3-p125/bin/rake | |
++ /scripts/functions/manage/base : __rvm_post_install() 1060 > binaries=(gem irb erb ri rdoc testrb rake) | |
++ /scripts/functions/manage/base : __rvm_post_install() 1065 > __rvm_run_with_env gemsets.initial ruby-1.9.3-p125 ''\''/home/deploy/.rvm/scripts/gemsets'\'' initial' 'ruby-1.9.3-p125 - #importing default gemsets (/home/deploy/.rvm/gemsets/)' | |
++ /scripts/functions/environment : __rvm_run_with_env() 165 > typeset name environment _command message log path | |
++ /scripts/functions/environment : __rvm_run_with_env() 167 > name=gemsets.initial | |
++ /scripts/functions/environment : __rvm_run_with_env() 168 > environment=ruby-1.9.3-p125 | |
++ /scripts/functions/environment : __rvm_run_with_env() 169 > _command=''\''/home/deploy/.rvm/scripts/gemsets'\'' initial' | |
++ /scripts/functions/environment : __rvm_run_with_env() 170 > message='ruby-1.9.3-p125 - #importing default gemsets (/home/deploy/.rvm/gemsets/)' | |
++ /scripts/functions/environment : __rvm_run_with_env() 172 > [[ -n ruby-1.9.3-p125 ]] | |
++ /scripts/functions/environment : __rvm_run_with_env() 174 > [[ -n ruby-1.9.3-p125 - #importing default gemsets (/home/deploy/.rvm/gemsets/) ]] | |
++ /scripts/functions/environment : __rvm_run_with_env() 174 > rvm_log 'ruby-1.9.3-p125 - #importing default gemsets (/home/deploy/.rvm/gemsets/)' | |
++ /scripts/functions/logging : rvm_log() 80 > rvm_pretty_print stdout | |
++ /scripts/functions/logging : rvm_pretty_print() 17 > case "${rvm_pretty_print_flag:=auto}" in | |
++ /scripts/functions/logging : rvm_pretty_print() 22 > case "${TERM:-dumb}" in | |
++ /scripts/functions/logging : rvm_pretty_print() 25 > case "$1" in | |
++ /scripts/functions/logging : rvm_pretty_print() 26 > [[ -t 1 ]] | |
++ /scripts/functions/logging : rvm_pretty_print() 32 > return 0 | |
++ /scripts/functions/logging : rvm_log() 81 > printf %b 'ruby-1.9.3-p125 - #importing default gemsets (/home/deploy/.rvm/gemsets/)\n' | |
ruby-1.9.3-p125 - #importing default gemsets (/home/deploy/.rvm/gemsets/) | |
++ /scripts/functions/environment : __rvm_run_with_env() 176 > (( 0 == 1 )) | |
++ /scripts/functions/environment : __rvm_run_with_env() 181 > path=/home/deploy/.rvm/log/ruby-1.9.3-p125 | |
++ /scripts/functions/environment : __rvm_run_with_env() 183 > log=/home/deploy/.rvm/log/ruby-1.9.3-p125/gemsets.initial.log | |
++ /scripts/functions/environment : __rvm_run_with_env() 185 > [[ ! -d /home/deploy/.rvm/log/ruby-1.9.3-p125 ]] | |
++ /scripts/functions/environment : __rvm_run_with_env() 190 > [[ ! -f /home/deploy/.rvm/log/ruby-1.9.3-p125/gemsets.initial.log ]] | |
++ /scripts/functions/environment : __rvm_run_with_env() 192 > command touch /home/deploy/.rvm/log/ruby-1.9.3-p125/gemsets.initial.log | |
++ /scripts/functions/environment : __rvm_run_with_env() 192 > touch /home/deploy/.rvm/log/ruby-1.9.3-p125/gemsets.initial.log | |
+++ /scripts/functions/environment : __rvm_run_with_env() 195 > date '+%Y-%m-%d %H:%M:%S' | |
++ /scripts/functions/environment : __rvm_run_with_env() 195 > printf %b '[2012-04-09 20:25:49] '\''/home/deploy/.rvm/scripts/gemsets'\'' initial # under ruby-1.9.3-p125\n' | |
++ /scripts/functions/environment : __rvm_run_with_env() 197 > (( 0 > 0 )) | |
++ /scripts/functions/environment : __rvm_run_with_env() 203 > rvm_ruby_string=ruby-1.9.3-p125 | |
++ /scripts/functions/environment : __rvm_run_with_env() 205 > __rvm_use | |
++ /scripts/selector : __rvm_use() 436 > typeset new_path binary full_binary_path rvm_ruby_gem_home | |
++ /scripts/selector : __rvm_use() 438 > __rvm_select | |
++ /scripts/selector : __rvm_select() 6 > true | |
++ /scripts/selector : __rvm_select() 7 > typeset _original_env_string | |
++ /scripts/selector : __rvm_select() 8 > _original_env_string=ruby-1.9.3-p125 | |
++ /scripts/selector : __rvm_select() 11 > export GEM_HOME GEM_PATH MY_RUBY_HOME RUBY_VERSION IRBRC | |
++ /scripts/selector : __rvm_select() 12 > export rvm_env_string rvm_action rvm_alias_expanded rvm_archive_extension rvm_bin_flag rvm_bin_path rvm_configure_flags rvm_debug_flag rvm_default_flag rvm_delete_flag rvm_docs_type rvm_dump_environment_flag rvm_error_message rvm_expanding_aliases rvm_file_name rvm_gemdir_flag rvm_gemset_name rvm_gemstone_package_file rvm_gemstone_url rvm_head_flag rvm_hook rvm_install_args rvm_install_on_use_flag rvm_llvm_flag rvm_loaded_flag rvm_make_flags rvm_niceness rvm_nightly_flag rvm_only_path_flag rvm_parse_break rvm_patch_names rvm_patch_original_pwd rvm_pretty_print_flag rvm_proxy rvm_quiet_flag rvm_ree_options rvm_reload_flag rvm_remove_flag rvm_ruby_alias rvm_ruby_aliases rvm_ruby_args rvm_ruby_binary rvm_ruby_bits rvm_ruby_configure rvm_ruby_file rvm_ruby_gem_home rvm_ruby_gem_path rvm_ruby_global_gems_path rvm_ruby_home rvm_ruby_interpreter rvm_ruby_irbrc rvm_ruby_load_path rvm_ruby_major_version rvm_ruby_make rvm_ruby_make_install rvm_ruby_minor_version rvm_ruby_mode rvm_ruby_name rvm_ruby_package_file rvm_ruby_package_name rvm_ruby_patch rvm_ruby_patch_level rvm_ruby_release_version rvm_ruby_repo_url rvm_ruby_require rvm_ruby_revision rvm_ruby_selected_flag rvm_ruby_sha rvm_ruby_string rvm_ruby_strings rvm_ruby_tag rvm_ruby_url rvm_ruby_user_tag rvm_ruby_version rvm_script_name rvm_sdk rvm_silent_flag rvm_sticky_flag rvm_system_flag rvm_token rvm_trace_flag rvm_use_flag rvm_user_flag rvm_verbose_flag rvm_wrapper_name rvm_architectures | |
++ /scripts/selector : __rvm_select() 14 > [[ -z ruby-1.9.3-p125 ]] | |
++ /scripts/selector : __rvm_select() 38 > __rvm_ruby_string | |
++ /scripts/selector : __rvm_ruby_string() 586 > typeset ruby_string gemset_name expanded_alias_name repo_url branch_name ruby_name | |
++ /scripts/selector : __rvm_ruby_string() 588 > __rvm_default_flags | |
++ /scripts/functions/env : __rvm_default_flags() 9 > true 0 0 | |
++ /scripts/selector : __rvm_ruby_string() 590 > rvm_expanding_aliases= | |
++ /scripts/selector : __rvm_ruby_string() 593 > true 1.9.3 '' ruby 1.9.3 '' p125 '' @ ruby-1.9.3-p125 0 0 | |
++ /scripts/selector : __rvm_ruby_string() 598 > echo ruby-1.9.3-p125 | |
++ /scripts/selector : __rvm_ruby_string() 598 > grep @ | |
++ /scripts/selector : __rvm_ruby_string() 605 > (( rvm_expanding_aliases == 0 )) | |
++ /scripts/selector : __rvm_ruby_string() 606 > [[ -n ruby-1.9.3-p125 ]] | |
++ /scripts/selector : __rvm_ruby_string() 606 > [[ ruby-1.9.3-p125 != \s\y\s\t\e\m ]] | |
+++ /scripts/selector : __rvm_ruby_string() 608 > /home/deploy/.rvm/scripts/alias show ruby-1.9.3-p125 | |
++ /scripts/selector : __rvm_ruby_string() 608 > expanded_alias_name= | |
++ /scripts/selector : __rvm_ruby_string() 609 > [[ -n '' ]] | |
++ /scripts/selector : __rvm_ruby_string() 612 > [[ ruby-1.9.3-p125 == default ]] | |
++ /scripts/selector : __rvm_ruby_string() 619 > echo ruby-1.9.3-p125 | |
++ /scripts/selector : __rvm_ruby_string() 619 > grep @ | |
++ /scripts/selector : __rvm_ruby_string() 625 > ruby_string=ruby-1.9.3-p125 | |
++ /scripts/selector : __rvm_ruby_string() 626 > gemset_name= | |
++ /scripts/selector : __rvm_ruby_string() 627 > repo_url=git://github.com/ruby/ruby.git | |
++ /scripts/selector : __rvm_ruby_string() 628 > branch_name= | |
++ /scripts/selector : __rvm_ruby_string() 629 > ruby_name= | |
++ /scripts/selector : __rvm_ruby_string() 631 > __rvm_unset_ruby_variables | |
++ /scripts/functions/env : __rvm_unset_ruby_variables() 21 > unset rvm_env_string rvm_ruby_string rvm_ruby_strings rvm_ruby_binary rvm_ruby_gem_home rvm_ruby_gem_path rvm_ruby_home rvm_ruby_interpreter rvm_ruby_irbrc rvm_ruby_log_path rvm_ruby_major_version rvm_ruby_minor_version rvm_ruby_package_name rvm_ruby_patch_level rvm_ruby_release_version rvm_ruby_repo_url rvm_ruby_repo_branch rvm_ruby_revision rvm_ruby_selected_flag rvm_ruby_tag rvm_ruby_version rvm_ruby_load_path rvm_ruby_require rvm_head_flag rvm_ruby_package_file rvm_ruby_configure rvm_ruby_name rvm_ruby_url rvm_ruby_global_gems_path rvm_ruby_args rvm_ruby_name rvm_llvm_flag | |
++ /scripts/functions/env : __rvm_unset_ruby_variables() 22 > __rvm_load_rvmrc | |
++ /scripts/functions/init : __rvm_load_rvmrc() 5 > typeset _file | |
++ /scripts/functions/init : __rvm_load_rvmrc() 6 > (( 0 == 1 )) | |
++ /scripts/functions/init : __rvm_load_rvmrc() 11 > : rvm_stored_umask:0002 | |
++ /scripts/functions/init : __rvm_load_rvmrc() 12 > for _file in /etc/rvmrc '"$HOME/.rvmrc"' | |
++ /scripts/functions/init : __rvm_load_rvmrc() 14 > [[ -s /etc/rvmrc ]] | |
++ /scripts/functions/init : __rvm_load_rvmrc() 12 > for _file in /etc/rvmrc '"$HOME/.rvmrc"' | |
++ /scripts/functions/init : __rvm_load_rvmrc() 14 > [[ -s /home/deploy/.rvmrc ]] | |
++ /scripts/functions/init : __rvm_load_rvmrc() 30 > return 0 | |
++ /scripts/selector : __rvm_ruby_string() 633 > rvm_ruby_repo_url=git://github.com/ruby/ruby.git | |
++ /scripts/selector : __rvm_ruby_string() 634 > rvm_ruby_repo_branch= | |
++ /scripts/selector : __rvm_ruby_string() 635 > rvm_ruby_name= | |
++ /scripts/selector : __rvm_ruby_string() 637 > [[ -n '' ]] | |
++ /scripts/selector : __rvm_ruby_string() 643 > strings=($(echo ${ruby_string//-/ })) | |
+++ /scripts/selector : __rvm_ruby_string() 643 > echo ruby 1.9.3 p125 | |
++ /scripts/selector : __rvm_ruby_string() 645 > (( 3 == 0 )) | |
++ /scripts/selector : __rvm_ruby_string() 660 > for string in '${strings[@]}' | |
++ /scripts/selector : __rvm_ruby_string() 662 > case "$string" in | |
++ /scripts/selector : __rvm_ruby_string() 819 > rvm_ruby_interpreter=ruby | |
++ /scripts/selector : __rvm_ruby_string() 660 > for string in '${strings[@]}' | |
++ /scripts/selector : __rvm_ruby_string() 662 > case "$string" in | |
++ /scripts/selector : __rvm_ruby_string() 712 > [[ ruby == \r\b\x ]] | |
++ /scripts/selector : __rvm_ruby_string() 725 > case "$string" in | |
++ /scripts/selector : __rvm_ruby_string() 727 > rvm_ruby_version=1.9.3 | |
++ /scripts/selector : __rvm_ruby_string() 728 > rvm_ruby_revision= | |
++ /scripts/selector : __rvm_ruby_string() 729 > rvm_ruby_tag= | |
++ /scripts/selector : __rvm_ruby_string() 660 > for string in '${strings[@]}' | |
++ /scripts/selector : __rvm_ruby_string() 662 > case "$string" in | |
++ /scripts/selector : __rvm_ruby_string() 753 > rvm_ruby_patch_level=p125 | |
++ /scripts/selector : __rvm_ruby_string() 833 > [[ -z ruby ]] | |
++ /scripts/selector : __rvm_ruby_string() 849 > rvm_ruby_version=1.9.3 | |
++ /scripts/selector : __rvm_ruby_string() 850 > [[ -z 1.9.3 ]] | |
++ /scripts/selector : __rvm_ruby_string() 857 > [[ -z 1.9.3 ]] | |
++ /scripts/selector : __rvm_ruby_string() 861 > rvm_ruby_string=ruby-1.9.3 | |
++ /scripts/selector : __rvm_ruby_string() 864 > [[ ruby == \e\x\t ]] | |
++ /scripts/selector : __rvm_ruby_string() 868 > (( 0 == 1 )) | |
++ /scripts/selector : __rvm_ruby_string() 872 > [[ -n '' ]] | |
++ /scripts/selector : __rvm_ruby_string() 876 > [[ -n '' ]] | |
++ /scripts/selector : __rvm_ruby_string() 880 > [[ -n '' ]] | |
++ /scripts/selector : __rvm_ruby_string() 884 > [[ -n p125 ]] | |
++ /scripts/selector : __rvm_ruby_string() 886 > rvm_ruby_string=ruby-1.9.3-p125 | |
++ /scripts/selector : __rvm_ruby_string() 931 > [[ -n '' ]] | |
++ /scripts/selector : __rvm_ruby_string() 940 > detected_rvm_ruby_name= | |
++ /scripts/selector : __rvm_select() 40 > rvm_archive_extension=tar.gz | |
++ /scripts/selector : __rvm_select() 42 > [[ -z ruby ]] | |
++ /scripts/selector : __rvm_select() 47 > case "$rvm_ruby_interpreter" in | |
++ /scripts/selector : __rvm_select() 261 > [[ -n p125 ]] | |
++ /scripts/selector : __rvm_select() 263 > rvm_ruby_package_file=ruby-1.9.3-p125 | |
++ /scripts/selector : __rvm_select() 264 > rvm_ruby_package_name=ruby-1.9.3-p125 | |
++ /scripts/selector : __rvm_select() 270 > [[ -z 1.9.3 ]] | |
++ /scripts/selector : __rvm_select() 274 > rvm_ruby_repo_url=git://github.com/ruby/ruby.git | |
++ /scripts/selector : __rvm_select() 275 > (( 0 == 0 )) | |
++ /scripts/selector : __rvm_select() 277 > case "${rvm_ruby_version}" in | |
++ /scripts/selector : __rvm_select() 282 > rvm_archive_extension=tar.bz2 | |
++ /scripts/selector : __rvm_select() 325 > [[ -n 1.9.3 ]] | |
++ /scripts/selector : __rvm_select() 327 > case "$rvm_ruby_version" in | |
++ /scripts/selector : __rvm_select() 329 > rvm_ruby_release_version=1 | |
++ /scripts/selector : __rvm_select() 330 > rvm_ruby_major_version=1.9 | |
++ /scripts/selector : __rvm_select() 330 > rvm_ruby_major_version=9 | |
++ /scripts/selector : __rvm_select() 331 > rvm_ruby_minor_version=3 | |
++ /scripts/selector : __rvm_select() 341 > [[ ruby == ext ]] | |
++ /scripts/selector : __rvm_select() 347 > rvm_ruby_package_name=ruby-1.9.3-p125 | |
++ /scripts/selector : __rvm_select() 348 > rvm_ruby_home=/home/deploy/.rvm/rubies/ruby-1.9.3-p125 | |
++ /scripts/selector : __rvm_select() 349 > rvm_ruby_irbrc=/home/deploy/.rvm/rubies/ruby-1.9.3-p125/.irbrc | |
++ /scripts/selector : __rvm_select() 350 > rvm_ruby_binary=/home/deploy/.rvm/rubies/ruby-1.9.3-p125/bin/ruby | |
++ /scripts/selector : __rvm_select() 354 > [[ maglev == \r\u\b\y ]] | |
++ /scripts/selector : __rvm_select() 360 > __rvm_gemset_select | |
++ /scripts/selector_gemsets : __rvm_gemset_select() 125 > __rvm_gemset_select_only | |
++ /scripts/selector_gemsets : __rvm_gemset_select_only() 54 > rvm_ruby_gem_home=/home/deploy/.rvm/gems/ruby-1.9.3-p125 | |
++ /scripts/selector_gemsets : __rvm_gemset_select_only() 56 > : rvm_ignore_gemsets_flag:0: | |
++ /scripts/selector_gemsets : __rvm_gemset_select_only() 57 > (( rvm_ignore_gemsets_flag )) | |
++ /scripts/selector_gemsets : __rvm_gemset_select_only() 63 > rvm_ruby_global_gems_path=/home/deploy/.rvm/gems/ruby-1.9.3-p125@global | |
++ /scripts/selector_gemsets : __rvm_gemset_select_only() 65 > __rvm_gemset_handle_default | |
++ /scripts/selector_gemsets : __rvm_gemset_handle_default() 5 > rvm_gemset_name=@@ | |
++ /scripts/selector_gemsets : __rvm_gemset_handle_default() 6 > rvm_gemset_name=@@ | |
++ /scripts/selector_gemsets : __rvm_gemset_handle_default() 7 > rvm_gemset_name=@ | |
++ /scripts/selector_gemsets : __rvm_gemset_handle_default() 8 > rvm_gemset_name= | |
++ /scripts/selector_gemsets : __rvm_gemset_select_only() 66 > [[ -z '' ]] | |
++ /scripts/selector_gemsets : __rvm_gemset_select_only() 69 > [[ '' == \g\l\o\b\a\l ]] | |
++ /scripts/selector_gemsets : __rvm_gemset_select_only() 73 > rvm_ruby_gem_path=/home/deploy/.rvm/gems/ruby-1.9.3-p125:/home/deploy/.rvm/gems/ruby-1.9.3-p125@global | |
++ /scripts/selector_gemsets : __rvm_gemset_select_only() 77 > [[ -n '' ]] | |
++ /scripts/selector_gemsets : __rvm_gemset_select_only() 81 > rvm_env_string=ruby-1.9.3-p125 | |
++ /scripts/selector_gemsets : __rvm_gemset_select() 126 > __rvm_gemset_select_validation | |
++ /scripts/selector_gemsets : __rvm_gemset_select_validation() 88 > [[ ! -d /home/deploy/.rvm/gems/ruby-1.9.3-p125 ]] | |
++ /scripts/selector_gemsets : __rvm_gemset_select_validation() 90 > (( 0 == 0 && 0 == 0 && 0 == 0 )) | |
++ /scripts/selector_gemsets : __rvm_gemset_select_validation() 92 > rvm_expected_gemset_name= | |
++ /scripts/selector_gemsets : __rvm_gemset_select_validation() 93 > rvm_gemset_name= | |
++ /scripts/selector_gemsets : __rvm_gemset_select_validation() 94 > __rvm_gemset_select_only | |
++ /scripts/selector_gemsets : __rvm_gemset_select_only() 54 > rvm_ruby_gem_home=/home/deploy/.rvm/gems/ruby-1.9.3-p125 | |
++ /scripts/selector_gemsets : __rvm_gemset_select_only() 56 > : rvm_ignore_gemsets_flag:0: | |
++ /scripts/selector_gemsets : __rvm_gemset_select_only() 57 > (( rvm_ignore_gemsets_flag )) | |
++ /scripts/selector_gemsets : __rvm_gemset_select_only() 63 > rvm_ruby_global_gems_path=/home/deploy/.rvm/gems/ruby-1.9.3-p125@global | |
++ /scripts/selector_gemsets : __rvm_gemset_select_only() 65 > __rvm_gemset_handle_default | |
++ /scripts/selector_gemsets : __rvm_gemset_handle_default() 5 > rvm_gemset_name=@@ | |
++ /scripts/selector_gemsets : __rvm_gemset_handle_default() 6 > rvm_gemset_name=@@ | |
++ /scripts/selector_gemsets : __rvm_gemset_handle_default() 7 > rvm_gemset_name=@ | |
++ /scripts/selector_gemsets : __rvm_gemset_handle_default() 8 > rvm_gemset_name= | |
++ /scripts/selector_gemsets : __rvm_gemset_select_only() 66 > [[ -z '' ]] | |
++ /scripts/selector_gemsets : __rvm_gemset_select_only() 69 > [[ '' == \g\l\o\b\a\l ]] | |
++ /scripts/selector_gemsets : __rvm_gemset_select_only() 73 > rvm_ruby_gem_path=/home/deploy/.rvm/gems/ruby-1.9.3-p125:/home/deploy/.rvm/gems/ruby-1.9.3-p125@global | |
++ /scripts/selector_gemsets : __rvm_gemset_select_only() 77 > [[ -n '' ]] | |
++ /scripts/selector_gemsets : __rvm_gemset_select_only() 81 > rvm_env_string=ruby-1.9.3-p125 | |
++ /scripts/selector_gemsets : __rvm_gemset_select_validation() 95 > return 2 | |
++ /scripts/selector : __rvm_select() 361 > case $? in | |
++ /scripts/selector : __rvm_select() 367 > rvm_ruby_selected_flag=1 | |
++ /scripts/selector : __rvm_select() 369 > [[ -d /home/deploy/.rvm/log/ruby-1.9.3-p125 ]] | |
++ /scripts/selector : __rvm_select() 371 > mkdir -p /home/deploy/.rvm/log/ruby-1.9.3-p125 | |
++ /scripts/selector : __rvm_select() 374 > rvm_ruby_interpreter=ruby | |
++ /scripts/selector : __rvm_use() 440 > [[ system == ruby ]] | |
++ /scripts/selector : __rvm_use() 444 > [[ ! -d /home/deploy/.rvm/rubies/ruby-1.9.3-p125 ]] | |
++ /scripts/selector : __rvm_use() 457 > [[ ! -d /home/deploy/.rvm/gems/ruby-1.9.3-p125 ]] | |
++ /scripts/selector : __rvm_use() 459 > (( 0 == 1 || 0 == 1 )) | |
++ /scripts/selector : __rvm_use() 464 > rvm_error 'Gemset '\'''\'' does not exist, '\''rvm gemset create '\'' first, or append '\''--create'\''.' | |
++ /scripts/functions/logging : rvm_error() 59 > rvm_pretty_print stderr | |
++ /scripts/functions/logging : rvm_pretty_print() 17 > case "${rvm_pretty_print_flag:=auto}" in | |
++ /scripts/functions/logging : rvm_pretty_print() 22 > case "${TERM:-dumb}" in | |
++ /scripts/functions/logging : rvm_pretty_print() 25 > case "$1" in | |
++ /scripts/functions/logging : rvm_pretty_print() 27 > [[ -t 2 ]] | |
++ /scripts/functions/logging : rvm_pretty_print() 32 > return 0 | |
++ /scripts/functions/logging : rvm_error() 60 > printf %b 'Gemset '\'''\'' does not exist, '\''rvm gemset create '\'' first, or append '\''--create'\''.\n' | |
Gemset '' does not exist, 'rvm gemset create ' first, or append '--create'. | |
++ /scripts/selector : __rvm_use() 465 > return 2 | |
++ /scripts/functions/environment : __rvm_run_with_env() 207 > eval ''\''/home/deploy/.rvm/scripts/gemsets'\'' initial' | |
++ /scripts/functions/environment : __rvm_run_with_env() 209 > result=1 | |
++ /scripts/functions/environment : __rvm_run_with_env() 211 > (( result > 0 )) | |
++ /scripts/functions/environment : __rvm_run_with_env() 213 > rvm_error 'Error running '\'''\'' under ,\nplease read /home/deploy/.rvm/log/ruby-1.9.3-p125/gemsets.initial.log' | |
++ /scripts/functions/logging : rvm_error() 59 > rvm_pretty_print stderr | |
++ /scripts/functions/logging : rvm_pretty_print() 17 > case "${rvm_pretty_print_flag:=auto}" in | |
++ /scripts/functions/logging : rvm_pretty_print() 22 > case "${TERM:-dumb}" in | |
++ /scripts/functions/logging : rvm_pretty_print() 25 > case "$1" in | |
++ /scripts/functions/logging : rvm_pretty_print() 27 > [[ -t 2 ]] | |
++ /scripts/functions/logging : rvm_pretty_print() 32 > return 0 | |
++ /scripts/functions/logging : rvm_error() 60 > printf %b 'Error running '\'''\'' under ,\nplease read /home/deploy/.rvm/log/ruby-1.9.3-p125/gemsets.initial.log\n' | |
Error running '' under , | |
please read /home/deploy/.rvm/log/ruby-1.9.3-p125/gemsets.initial.log | |
++ /scripts/functions/environment : __rvm_run_with_env() 216 > return 1 | |
++ /scripts/functions/manage/base : __rvm_post_install() 1069 > __rvm_irbrc | |
++ /scripts/functions/irbrc : __rvm_irbrc() 6 > [[ -d /home/deploy/.rvm/rubies/ruby-1.9.3-p125 ]] | |
++ /scripts/functions/irbrc : __rvm_irbrc() 6 > [[ ! -s /home/deploy/.rvm/rubies/ruby-1.9.3-p125/.irbrc ]] | |
++ /scripts/functions/irbrc : __rvm_irbrc() 7 > cp /home/deploy/.rvm/scripts/irbrc /home/deploy/.rvm/rubies/ruby-1.9.3-p125/.irbrc | |
++ /scripts/functions/irbrc : __rvm_irbrc() 9 > return 0 | |
++ /scripts/functions/manage/base : __rvm_post_install() 1071 > __rvm_generate_default_docs | |
++ /scripts/functions/manage/base : __rvm_generate_default_docs() 1076 > [[ '' == \1 ]] | |
++ /scripts/functions/manage/base : __rvm_install_source() 281 > result=0 | |
++ /scripts/functions/manage/base : __rvm_install_source() 283 > rvm_log 'Install of ruby-1.9.3-p125 - #complete ' | |
++ /scripts/functions/logging : rvm_log() 80 > rvm_pretty_print stdout | |
++ /scripts/functions/logging : rvm_pretty_print() 17 > case "${rvm_pretty_print_flag:=auto}" in | |
++ /scripts/functions/logging : rvm_pretty_print() 22 > case "${TERM:-dumb}" in | |
++ /scripts/functions/logging : rvm_pretty_print() 25 > case "$1" in | |
++ /scripts/functions/logging : rvm_pretty_print() 26 > [[ -t 1 ]] | |
++ /scripts/functions/logging : rvm_pretty_print() 32 > return 0 | |
++ /scripts/functions/logging : rvm_log() 81 > printf %b 'Install of ruby-1.9.3-p125 - #complete \n' | |
Install of ruby-1.9.3-p125 - #complete | |
++ /scripts/functions/manage/base : __rvm_install_source() 285 > return 0 | |
++ /scripts/functions/manage/ruby : ruby_install() 127 > result=0 | |
++ /scripts/functions/manage/ruby : ruby_install() 129 > __clang_ready | |
++ /scripts/functions/manage/ruby : __clang_ready() 38 > typeset _patch_level | |
++ /scripts/functions/manage/ruby : __clang_ready() 39 > case ${rvm_ruby_string} in | |
++ /scripts/functions/manage/ruby : __clang_ready() 44 > _patch_level=p125 | |
++ /scripts/functions/manage/ruby : __clang_ready() 45 > _patch_level=125 | |
++ /scripts/functions/manage/ruby : __clang_ready() 46 > (( _patch_level >= 125 )) | |
++ /scripts/functions/manage/ruby : __clang_ready() 46 > return 0 | |
++ /scripts/functions/manage/ruby : ruby_install() 134 > typeset patches_count | |
+++ /scripts/functions/manage/ruby : ruby_install() 138 > rvm_ruby_string=ruby-1.9.3-p125 | |
+++ /scripts/functions/manage/ruby : ruby_install() 138 > /home/deploy/.rvm/scripts/patchsets show default | |
+++ /scripts/functions/manage/ruby : ruby_install() 138 > wc -l | |
++ /scripts/base : 11 > [[ -z '' ]] | |
++ /scripts/base : 16 > export PS4 | |
++ /scripts/base : 17 > PS4='+ ${BASH_SOURCE##${rvm_path:-}} : ${FUNCNAME[0]:+${FUNCNAME[0]}()} ${LINENO} > ' | |
++ /scripts/base : 26 > export __array_start rvm_path | |
++ /scripts/base : 31 > [[ -n '' ]] | |
++ /scripts/base : 35 > __array_start=0 | |
++ /scripts/base : 38 > (( 0 == 0 )) | |
+++ /scripts/base : 40 > umask | |
++ /scripts/base : 40 > : rvm_stored_umask:0002 | |
++ /scripts/base : 41 > for rvmrc in /etc/rvmrc '"$HOME/.rvmrc"' | |
++ /scripts/base : 43 > [[ -f /etc/rvmrc ]] | |
++ /scripts/base : 41 > for rvmrc in /etc/rvmrc '"$HOME/.rvmrc"' | |
++ /scripts/base : 43 > [[ -f /home/deploy/.rvmrc ]] | |
++ /scripts/base : 60 > export rvm_path | |
++ /scripts/base : 61 > [[ -z /home/deploy/.rvm ]] | |
++ /scripts/base : 73 > true /home/deploy/.rvm/scripts | |
++ /scripts/base : 76 > source /home/deploy/.rvm/scripts/initialize | |
+++ /scripts/initialize : 3 > : rvm_trace_flag:1 | |
+++ /scripts/initialize : 4 > (( rvm_trace_flag > 0 )) | |
+++ /scripts/initialize : 6 > set -o xtrace | |
+++ /scripts/initialize : 9 > [[ -z '' ]] | |
+++ /scripts/initialize : 14 > export PS4 | |
+++ /scripts/initialize : 15 > PS4='+ ${BASH_SOURCE##${rvm_path:-}} : ${FUNCNAME[0]:+${FUNCNAME[0]}()} ${LINENO} > ' | |
+++ /scripts/initialize : 26 > [[ -n 4.2.10(1)-release ]] | |
+++ /scripts/initialize : 28 > shopt -s extglob | |
+++ /scripts/initialize : 38 > export __rvm_env_loaded | |
+++ /scripts/initialize : 40 > : __rvm_env_loaded:2: | |
+++ /scripts/initialize : 42 > : __rvm_env_loaded:3: | |
+++ /scripts/initialize : 45 > [[ -z /home/deploy/.rvm/tmp ]] | |
+++ /scripts/initialize : 45 > (( __rvm_env_loaded == 1 )) | |
++ /scripts/base : 80 > case " ${rvm_base_except:-} " in | |
++ /scripts/base : 82 > true | |
++ /scripts/base : 90 > typeset -a scripts | |
++ /scripts/base : 93 > scripts=(logging utility init cleanup env rvmrc install environment gemset db bundler) | |
++ /scripts/base : 94 > for entry in '${scripts[@]}' | |
++ /scripts/base : 95 > source /home/deploy/.rvm/scripts/functions/logging | |
+++ /scripts/functions/logging : 40 > case "${TERM:-dumb}" in | |
++++ /scripts/functions/logging : 49 > /home/deploy/.rvm/scripts/color red | |
+++ /scripts/functions/logging : 49 > rvm_error_clr='' | |
++++ /scripts/functions/logging : 50 > /home/deploy/.rvm/scripts/color yellow | |
+++ /scripts/functions/logging : 50 > rvm_warn_clr='' | |
++++ /scripts/functions/logging : 51 > /home/deploy/.rvm/scripts/color magenta | |
+++ /scripts/functions/logging : 51 > rvm_debug_clr='' | |
++++ /scripts/functions/logging : 52 > /home/deploy/.rvm/scripts/color green | |
+++ /scripts/functions/logging : 52 > rvm_notify_clr='' | |
++++ /scripts/functions/logging : 53 > /home/deploy/.rvm/scripts/color reset | |
+++ /scripts/functions/logging : 53 > rvm_reset_clr='' | |
++ /scripts/base : 94 > for entry in '${scripts[@]}' | |
++ /scripts/base : 95 > source /home/deploy/.rvm/scripts/functions/utility | |
+++ /scripts/functions/utility : 3 > [[ -z tar ]] | |
+++ /scripts/functions/utility : 7 > rvm_tar_command=tar | |
+++ /scripts/functions/utility : 10 > [[ ! --no-same-owner =~ --no-same-owner ]] | |
++ /scripts/base : 94 > for entry in '${scripts[@]}' | |
++ /scripts/base : 95 > source /home/deploy/.rvm/scripts/functions/init | |
++ /scripts/base : 94 > for entry in '${scripts[@]}' | |
++ /scripts/base : 95 > source /home/deploy/.rvm/scripts/functions/cleanup | |
++ /scripts/base : 94 > for entry in '${scripts[@]}' | |
++ /scripts/base : 95 > source /home/deploy/.rvm/scripts/functions/env | |
++ /scripts/base : 94 > for entry in '${scripts[@]}' | |
++ /scripts/base : 95 > source /home/deploy/.rvm/scripts/functions/rvmrc | |
+++ /scripts/functions/rvmrc : 3 > export escape_flag _first _second | |
+++ /scripts/functions/rvmrc : 4 > escape_flag=1 | |
+++ /scripts/functions/rvmrc : 5 > _first=0 | |
+++ /scripts/functions/rvmrc : 6 > _second=1 | |
++ /scripts/base : 94 > for entry in '${scripts[@]}' | |
++ /scripts/base : 95 > source /home/deploy/.rvm/scripts/functions/install | |
++ /scripts/base : 94 > for entry in '${scripts[@]}' | |
++ /scripts/base : 95 > source /home/deploy/.rvm/scripts/functions/environment | |
++ /scripts/base : 94 > for entry in '${scripts[@]}' | |
++ /scripts/base : 95 > source /home/deploy/.rvm/scripts/functions/gemset | |
++ /scripts/base : 94 > for entry in '${scripts[@]}' | |
++ /scripts/base : 95 > source /home/deploy/.rvm/scripts/functions/db | |
++ /scripts/base : 94 > for entry in '${scripts[@]}' | |
++ /scripts/base : 95 > source /home/deploy/.rvm/scripts/functions/bundler | |
++ /scripts/base : 97 > unset scripts entry rvm_base_except | |
+ /scripts/patchsets : 6 > source /home/deploy/.rvm/scripts/patches | |
+ /scripts/patchsets : 75 > args=($*) | |
+ /scripts/patchsets : 76 > action=show | |
+ /scripts/patchsets : 77 > patchset=default | |
++ /scripts/patchsets : 78 > echo | |
+ /scripts/patchsets : 78 > args= | |
+ /scripts/patchsets : 80 > case "$action" in | |
+ /scripts/patchsets : 81 > lookup_patchset default | |
+ /scripts/patchsets : lookup_patchset() 10 > typeset paths lookup_path | |
+ /scripts/patchsets : lookup_patchset() 12 > [[ -z default ]] | |
+ /scripts/patchsets : lookup_patchset() 18 > paths=($(__rvm_ruby_string_paths_under "$rvm_path/patchsets" | sort -r)) | |
++ /scripts/patchsets : lookup_patchset() 18 > __rvm_ruby_string_paths_under /home/deploy/.rvm/patchsets | |
++ /scripts/functions/utility : __rvm_ruby_string_paths_under() 83 > typeset path part parts | |
++ /scripts/functions/utility : __rvm_ruby_string_paths_under() 85 > path=/home/deploy/.rvm/patchsets | |
++ /scripts/functions/utility : __rvm_ruby_string_paths_under() 87 > parts=(${rvm_ruby_string//-/ }) | |
++ /scripts/functions/utility : __rvm_ruby_string_paths_under() 89 > echo /home/deploy/.rvm/patchsets | |
++ /scripts/patchsets : lookup_patchset() 18 > sort -r | |
++ /scripts/functions/utility : __rvm_ruby_string_paths_under() 91 > for part in '"${parts[@]}"' | |
++ /scripts/functions/utility : __rvm_ruby_string_paths_under() 93 > path=/home/deploy/.rvm/patchsets/ruby | |
++ /scripts/functions/utility : __rvm_ruby_string_paths_under() 94 > echo /home/deploy/.rvm/patchsets/ruby | |
++ /scripts/functions/utility : __rvm_ruby_string_paths_under() 91 > for part in '"${parts[@]}"' | |
++ /scripts/functions/utility : __rvm_ruby_string_paths_under() 93 > path=/home/deploy/.rvm/patchsets/ruby/1.9.3 | |
++ /scripts/functions/utility : __rvm_ruby_string_paths_under() 94 > echo /home/deploy/.rvm/patchsets/ruby/1.9.3 | |
++ /scripts/functions/utility : __rvm_ruby_string_paths_under() 91 > for part in '"${parts[@]}"' | |
++ /scripts/functions/utility : __rvm_ruby_string_paths_under() 93 > path=/home/deploy/.rvm/patchsets/ruby/1.9.3/p125 | |
++ /scripts/functions/utility : __rvm_ruby_string_paths_under() 94 > echo /home/deploy/.rvm/patchsets/ruby/1.9.3/p125 | |
++ /scripts/functions/utility : __rvm_ruby_string_paths_under() 97 > return 0 | |
+ /scripts/patchsets : lookup_patchset() 20 > for lookup_path in '"${paths[@]}"' | |
+ /scripts/patchsets : lookup_patchset() 22 > [[ -s /home/deploy/.rvm/patchsets/ruby/1.9.3/p125/default ]] | |
+ /scripts/patchsets : lookup_patchset() 20 > for lookup_path in '"${paths[@]}"' | |
+ /scripts/patchsets : lookup_patchset() 22 > [[ -s /home/deploy/.rvm/patchsets/ruby/1.9.3/default ]] | |
+ /scripts/patchsets : lookup_patchset() 20 > for lookup_path in '"${paths[@]}"' | |
+ /scripts/patchsets : lookup_patchset() 22 > [[ -s /home/deploy/.rvm/patchsets/ruby/default ]] | |
+ /scripts/patchsets : lookup_patchset() 20 > for lookup_path in '"${paths[@]}"' | |
+ /scripts/patchsets : lookup_patchset() 22 > [[ -s /home/deploy/.rvm/patchsets/default ]] | |
+ /scripts/patchsets : lookup_patchset() 29 > return 1 | |
+ /scripts/patchsets : 85 > exit 1 | |
++ /scripts/functions/manage/ruby : ruby_install() 137 > patches_count=0 | |
++ /scripts/functions/manage/ruby : ruby_install() 139 > [[ ! ruby-1.9.3-p125 =~ ruby-1\.9\.3 ]] | |
++ /scripts/functions/manage/ruby : ruby_install() 146 > return 0 | |
++ /scripts/functions/manage/base : __rvm_install_ruby() 359 > /home/deploy/.rvm/rubies/ruby-1.9.3-p125/bin/ruby -rrbconfig -e 'File.open(RbConfig::CONFIG["prefix"] + "/config","w") { |file| RbConfig::CONFIG.each_pair{|key,value| file.write("#{key.gsub(/\.|-/,"_")}=\"#{value.gsub("$","\\$")}\"\n")} }' | |
++ /scripts/functions/manage/base : __rvm_install_ruby() 362 > rvm_hook=after_install | |
++ /scripts/functions/manage/base : __rvm_install_ruby() 363 > source /home/deploy/.rvm/scripts/hook | |
+++ /scripts/hook : source() 4 > typeset rvm_verbose_flag rvm_debug_flag hooks | |
+++ /scripts/hook : source() 6 > true 0 0 after_install | |
+++ /scripts/hook : source() 8 > [[ -n after_install ]] | |
+++ /scripts/hook : source() 10 > [[ /home/deploy/.rvm/hooks/after_install == \/\h\o\m\e\/\d\e\p\l\o\y\/\.\r\v\m\/\h\o\o\k\s\/\a\f\t\e\r\_\i\n\s\t\a\l\l ]] | |
+++ /scripts/hook : source() 12 > hooks=("$rvm_hooks_path/$rvm_hook") | |
+++ /scripts/hook : source() 17 > for hook in '"${hooks[@]}"' | |
+++ /scripts/hook : source() 19 > [[ -s /home/deploy/.rvm/hooks/after_install ]] | |
+++ /scripts/hook : source() 28 > continue | |
+++ /scripts/hook : source() 34 > unset rvm_hook hooks | |
++ /scripts/functions/manage/base : __rvm_install_ruby() 365 > [[ -n '' ]] | |
+ /scripts/functions/manage/base : __rvm_manage_rubies() 1162 > result=0 | |
+ /scripts/functions/manage/base : __rvm_manage_rubies() 1163 > (( result > 0 && manage_result == 0 )) | |
+ /scripts/functions/manage/base : __rvm_manage_rubies() 1168 > (( result == 0 )) | |
+ /scripts/functions/manage/base : __rvm_manage_rubies() 1168 > [[ reinstall == \i\n\s\t\a\l\l ]] | |
+ /scripts/functions/manage/base : __rvm_manage_rubies() 1173 > unset current_ruby_string | |
+ /scripts/functions/manage/base : __rvm_manage_rubies() 1175 > __rvm_unset_ruby_variables | |
+ /scripts/functions/env : __rvm_unset_ruby_variables() 21 > unset rvm_env_string rvm_ruby_string rvm_ruby_strings rvm_ruby_binary rvm_ruby_gem_home rvm_ruby_gem_path rvm_ruby_home rvm_ruby_interpreter rvm_ruby_irbrc rvm_ruby_log_path rvm_ruby_major_version rvm_ruby_minor_version rvm_ruby_package_name rvm_ruby_patch_level rvm_ruby_release_version rvm_ruby_repo_url rvm_ruby_repo_branch rvm_ruby_revision rvm_ruby_selected_flag rvm_ruby_tag rvm_ruby_version rvm_ruby_load_path rvm_ruby_require rvm_head_flag rvm_ruby_package_file rvm_ruby_configure rvm_ruby_name rvm_ruby_url rvm_ruby_global_gems_path rvm_ruby_args rvm_ruby_name rvm_llvm_flag | |
+ /scripts/functions/env : __rvm_unset_ruby_variables() 22 > __rvm_load_rvmrc | |
+ /scripts/functions/init : __rvm_load_rvmrc() 5 > typeset _file | |
+ /scripts/functions/init : __rvm_load_rvmrc() 6 > (( 0 == 1 )) | |
+ /scripts/functions/init : __rvm_load_rvmrc() 11 > : rvm_stored_umask:0002 | |
+ /scripts/functions/init : __rvm_load_rvmrc() 12 > for _file in /etc/rvmrc '"$HOME/.rvmrc"' | |
+ /scripts/functions/init : __rvm_load_rvmrc() 14 > [[ -s /etc/rvmrc ]] | |
+ /scripts/functions/init : __rvm_load_rvmrc() 12 > for _file in /etc/rvmrc '"$HOME/.rvmrc"' | |
+ /scripts/functions/init : __rvm_load_rvmrc() 14 > [[ -s /home/deploy/.rvmrc ]] | |
+ /scripts/functions/init : __rvm_load_rvmrc() 30 > return 0 | |
+ /scripts/functions/manage/base : __rvm_manage_rubies() 1214 > return 0 | |
+ /scripts/manage : 31 > exit 0 | |
+ /scripts/cli : rvm() 1108 > current_result=0 | |
+ /scripts/cli : rvm() 1110 > (( result > 0 )) | |
+ /scripts/cli : rvm() 1110 > result=0 | |
+ /scripts/cli : rvm() 1112 > [[ 0 -gt 0 ]] | |
+ /scripts/cli : rvm() 1117 > case "$rvm_action" in | |
++ /scripts/cli : rvm() -3 > ls --color=auto -1 /home/deploy/.rvm/rubies/ruby-1.9.3-p125/bin/ruby | |
++ /scripts/cli : rvm() -3 > wc -l | |
+ /scripts/cli : rvm() 1115 > [[ 1 -eq 1 ]] | |
+ /scripts/cli : rvm() 1116 > [[ ! -f /home/deploy/.rvm/environments/default ]] | |
+ /scripts/cli : rvm() 1118 > rvm_is_a_shell_function | |
+ /scripts/functions/utility : rvm_is_a_shell_function() 1 > (( 0 > 0 )) | |
+ /scripts/functions/utility : rvm_is_a_shell_function() 17 > return 0 | |
+ /scripts/cli : rvm() 839 > rvm_default_flag=1 | |
+ /scripts/cli : rvm() 839 > __rvm_use | |
+ /scripts/selector : __rvm_use() 1 > typeset new_path binary full_binary_path rvm_ruby_gem_home | |
+ /scripts/selector : __rvm_use() 3 > __rvm_select | |
+ /scripts/selector : __rvm_select() 1 > true | |
+ /scripts/selector : __rvm_select() 2 > typeset _original_env_string | |
+ /scripts/selector : __rvm_select() 3 > _original_env_string= | |
+ /scripts/selector : __rvm_select() 6 > export GEM_HOME GEM_PATH MY_RUBY_HOME RUBY_VERSION IRBRC | |
+ /scripts/selector : __rvm_select() 7 > export rvm_env_string rvm_action rvm_alias_expanded rvm_archive_extension rvm_bin_flag rvm_bin_path rvm_configure_flags rvm_debug_flag rvm_default_flag rvm_delete_flag rvm_docs_type rvm_dump_environment_flag rvm_error_message rvm_expanding_aliases rvm_file_name rvm_gemdir_flag rvm_gemset_name rvm_gemstone_package_file rvm_gemstone_url rvm_head_flag rvm_hook rvm_install_args rvm_install_on_use_flag rvm_llvm_flag rvm_loaded_flag rvm_make_flags rvm_niceness rvm_nightly_flag rvm_only_path_flag rvm_parse_break rvm_patch_names rvm_patch_original_pwd rvm_pretty_print_flag rvm_proxy rvm_quiet_flag rvm_ree_options rvm_reload_flag rvm_remove_flag rvm_ruby_alias rvm_ruby_aliases rvm_ruby_args rvm_ruby_binary rvm_ruby_bits rvm_ruby_configure rvm_ruby_file rvm_ruby_gem_home rvm_ruby_gem_path rvm_ruby_global_gems_path rvm_ruby_home rvm_ruby_interpreter rvm_ruby_irbrc rvm_ruby_load_path rvm_ruby_major_version rvm_ruby_make rvm_ruby_make_install rvm_ruby_minor_version rvm_ruby_mode rvm_ruby_name rvm_ruby_package_file rvm_ruby_package_name rvm_ruby_patch rvm_ruby_patch_level rvm_ruby_release_version rvm_ruby_repo_url rvm_ruby_require rvm_ruby_revision rvm_ruby_selected_flag rvm_ruby_sha rvm_ruby_string rvm_ruby_strings rvm_ruby_tag rvm_ruby_url rvm_ruby_user_tag rvm_ruby_version rvm_script_name rvm_sdk rvm_silent_flag rvm_sticky_flag rvm_system_flag rvm_token rvm_trace_flag rvm_use_flag rvm_user_flag rvm_verbose_flag rvm_wrapper_name rvm_architectures | |
+ /scripts/selector : __rvm_select() 9 > [[ -z 1.9.3 ]] | |
+ /scripts/selector : __rvm_select() 33 > __rvm_ruby_string | |
+ /scripts/selector : __rvm_ruby_string() 9 > typeset ruby_string gemset_name expanded_alias_name repo_url branch_name ruby_name | |
+ /scripts/selector : __rvm_ruby_string() 11 > __rvm_default_flags | |
+ /scripts/functions/env : __rvm_default_flags() 1 > true 0 0 | |
+ /scripts/selector : __rvm_ruby_string() 582 > rvm_expanding_aliases= | |
+ /scripts/selector : __rvm_ruby_string() 585 > true '' '' '' '' '' '' '' @ 1.9.3 0 0 | |
+ /scripts/selector : __rvm_ruby_string() 590 > echo 1.9.3 | |
+ /scripts/selector : __rvm_ruby_string() 590 > grep @ | |
+ /scripts/selector : __rvm_ruby_string() 597 > (( rvm_expanding_aliases == 0 )) | |
+ /scripts/selector : __rvm_ruby_string() 598 > [[ -n 1.9.3 ]] | |
+ /scripts/selector : __rvm_ruby_string() 598 > [[ 1.9.3 != \s\y\s\t\e\m ]] | |
++ /scripts/selector : __rvm_ruby_string() -7 > /home/deploy/.rvm/scripts/alias show 1.9.3 | |
+ /scripts/selector : __rvm_ruby_string() 600 > expanded_alias_name= | |
+ /scripts/selector : __rvm_ruby_string() 601 > [[ -n '' ]] | |
+ /scripts/selector : __rvm_ruby_string() 604 > [[ 1.9.3 == default ]] | |
+ /scripts/selector : __rvm_ruby_string() 611 > echo 1.9.3 | |
+ /scripts/selector : __rvm_ruby_string() 611 > grep @ | |
+ /scripts/selector : __rvm_ruby_string() 617 > ruby_string=1.9.3 | |
+ /scripts/selector : __rvm_ruby_string() 618 > gemset_name= | |
+ /scripts/selector : __rvm_ruby_string() 619 > repo_url= | |
+ /scripts/selector : __rvm_ruby_string() 620 > branch_name= | |
+ /scripts/selector : __rvm_ruby_string() 621 > ruby_name= | |
+ /scripts/selector : __rvm_ruby_string() 623 > __rvm_unset_ruby_variables | |
+ /scripts/functions/env : __rvm_unset_ruby_variables() 2 > unset rvm_env_string rvm_ruby_string rvm_ruby_strings rvm_ruby_binary rvm_ruby_gem_home rvm_ruby_gem_path rvm_ruby_home rvm_ruby_interpreter rvm_ruby_irbrc rvm_ruby_log_path rvm_ruby_major_version rvm_ruby_minor_version rvm_ruby_package_name rvm_ruby_patch_level rvm_ruby_release_version rvm_ruby_repo_url rvm_ruby_repo_branch rvm_ruby_revision rvm_ruby_selected_flag rvm_ruby_tag rvm_ruby_version rvm_ruby_load_path rvm_ruby_require rvm_head_flag rvm_ruby_package_file rvm_ruby_configure rvm_ruby_name rvm_ruby_url rvm_ruby_global_gems_path rvm_ruby_args rvm_ruby_name rvm_llvm_flag | |
+ /scripts/functions/env : __rvm_unset_ruby_variables() 3 > __rvm_load_rvmrc | |
+ /scripts/functions/init : __rvm_load_rvmrc() 1 > typeset _file | |
+ /scripts/functions/init : __rvm_load_rvmrc() 2 > (( 0 == 1 )) | |
+ /scripts/functions/init : __rvm_load_rvmrc() 7 > : rvm_stored_umask:0002 | |
+ /scripts/functions/init : __rvm_load_rvmrc() 12 > for _file in /etc/rvmrc '"$HOME/.rvmrc"' | |
+ /scripts/functions/init : __rvm_load_rvmrc() 10 > [[ -s /etc/rvmrc ]] | |
+ /scripts/functions/init : __rvm_load_rvmrc() 12 > for _file in /etc/rvmrc '"$HOME/.rvmrc"' | |
+ /scripts/functions/init : __rvm_load_rvmrc() 10 > [[ -s /home/deploy/.rvmrc ]] | |
+ /scripts/functions/init : __rvm_load_rvmrc() 26 > return 0 | |
+ /scripts/selector : __rvm_ruby_string() 629 > rvm_ruby_repo_url= | |
+ /scripts/selector : __rvm_ruby_string() 630 > rvm_ruby_repo_branch= | |
+ /scripts/selector : __rvm_ruby_string() 631 > rvm_ruby_name= | |
+ /scripts/selector : __rvm_ruby_string() 633 > [[ -n '' ]] | |
+ /scripts/selector : __rvm_ruby_string() 639 > strings=($(echo ${ruby_string//-/ })) | |
++ /scripts/selector : __rvm_ruby_string() -3 > echo 1.9.3 | |
+ /scripts/selector : __rvm_ruby_string() 641 > (( 1 == 0 )) | |
+ /scripts/selector : __rvm_ruby_string() 660 > for string in '${strings[@]}' | |
+ /scripts/selector : __rvm_ruby_string() 662 > case "$string" in | |
+ /scripts/selector : __rvm_ruby_string() 708 > [[ '' == \r\b\x ]] | |
+ /scripts/selector : __rvm_ruby_string() 725 > case "$string" in | |
+ /scripts/selector : __rvm_ruby_string() 723 > rvm_ruby_version=1.9.3 | |
+ /scripts/selector : __rvm_ruby_string() 724 > rvm_ruby_revision= | |
+ /scripts/selector : __rvm_ruby_string() 725 > rvm_ruby_tag= | |
+ /scripts/selector : __rvm_ruby_string() 829 > [[ -z '' ]] | |
+ /scripts/selector : __rvm_ruby_string() 836 > case "$rvm_ruby_version" in | |
+ /scripts/selector : __rvm_ruby_string() 833 > rvm_ruby_interpreter=ruby | |
+ /scripts/selector : __rvm_ruby_string() 845 > rvm_ruby_version=1.9.3 | |
+ /scripts/selector : __rvm_ruby_string() 846 > [[ -z 1.9.3 ]] | |
+ /scripts/selector : __rvm_ruby_string() 853 > [[ -z 1.9.3 ]] | |
+ /scripts/selector : __rvm_ruby_string() 857 > rvm_ruby_string=ruby-1.9.3 | |
+ /scripts/selector : __rvm_ruby_string() 860 > [[ ruby == \e\x\t ]] | |
+ /scripts/selector : __rvm_ruby_string() 864 > (( 0 == 1 )) | |
+ /scripts/selector : __rvm_ruby_string() 868 > [[ -n '' ]] | |
+ /scripts/selector : __rvm_ruby_string() 872 > [[ -n '' ]] | |
+ /scripts/selector : __rvm_ruby_string() 876 > [[ -n '' ]] | |
+ /scripts/selector : __rvm_ruby_string() 880 > [[ -n '' ]] | |
+ /scripts/selector : __rvm_ruby_string() 884 > [[ -n '' ]] | |
++ /scripts/selector : __rvm_ruby_string() -2 > __rvm_db ruby_1.9.3_patch_level | |
++ /scripts/functions/db : __rvm_db() 1 > typeset value key variable | |
++ /scripts/functions/db : __rvm_db() 3 > key=ruby_1.9.3_patch_level | |
++ /scripts/functions/db : __rvm_db() 4 > key=ruby_1.9.3_patch_level | |
++ /scripts/functions/db : __rvm_db() 5 > variable= | |
++ /scripts/functions/db : __rvm_db() 7 > [[ -f /home/deploy/.rvm/user/db ]] | |
+++ /scripts/functions/db : __rvm_db() 2 > /home/deploy/.rvm/scripts/db /home/deploy/.rvm/user/db ruby_1.9.3_patch_level | |
++ /scripts/functions/db : __rvm_db() 8 > value= | |
++ /scripts/functions/db : __rvm_db() 11 > [[ -z '' ]] | |
+++ /scripts/functions/db : __rvm_db() 6 > /home/deploy/.rvm/scripts/db /home/deploy/.rvm/config/db ruby_1.9.3_patch_level | |
++ /scripts/functions/db : __rvm_db() 12 > value=125 | |
++ /scripts/functions/db : __rvm_db() 15 > [[ -n 125 ]] | |
++ /scripts/functions/db : __rvm_db() 16 > [[ -z '' ]] | |
++ /scripts/functions/db : __rvm_db() 17 > echo 125 | |
++ /scripts/functions/db : __rvm_db() 23 > return 0 | |
+ /scripts/selector : __rvm_ruby_string() 891 > patch_level=125 | |
+ /scripts/selector : __rvm_ruby_string() 893 > [[ -n 125 ]] | |
+ /scripts/selector : __rvm_ruby_string() 899 > case "$rvm_ruby_interpreter" in | |
+ /scripts/selector : __rvm_ruby_string() 902 > rvm_ruby_patch_level=p125 | |
+ /scripts/selector : __rvm_ruby_string() 908 > [[ -n p125 ]] | |
+ /scripts/selector : __rvm_ruby_string() 910 > rvm_ruby_patch_level=p125 | |
+ /scripts/selector : __rvm_ruby_string() 911 > rvm_ruby_patch_level=p125 | |
+ /scripts/selector : __rvm_ruby_string() 912 > rvm_ruby_string=ruby-1.9.3-p125 | |
+ /scripts/selector : __rvm_ruby_string() 918 > case "$rvm_ruby_interpreter" in | |
+ /scripts/selector : __rvm_ruby_string() 920 > rvm_ruby_string=ruby-1.9.3-p125 | |
+ /scripts/selector : __rvm_ruby_string() 921 > rvm_ruby_string=ruby-1.9.3-p125 | |
+ /scripts/selector : __rvm_ruby_string() 927 > [[ -n '' ]] | |
+ /scripts/selector : __rvm_ruby_string() 936 > detected_rvm_ruby_name= | |
+ /scripts/selector : __rvm_select() 36 > rvm_archive_extension=tar.gz | |
+ /scripts/selector : __rvm_select() 38 > [[ -z ruby ]] | |
+ /scripts/selector : __rvm_select() 47 > case "$rvm_ruby_interpreter" in | |
+ /scripts/selector : __rvm_select() 257 > [[ -n p125 ]] | |
+ /scripts/selector : __rvm_select() 259 > rvm_ruby_package_file=ruby-1.9.3-p125 | |
+ /scripts/selector : __rvm_select() 260 > rvm_ruby_package_name=ruby-1.9.3-p125 | |
+ /scripts/selector : __rvm_select() 266 > [[ -z 1.9.3 ]] | |
++ /scripts/selector : __rvm_select() -3 > __rvm_db ruby_repo_url | |
++ /scripts/functions/db : __rvm_db() 1 > typeset value key variable | |
++ /scripts/functions/db : __rvm_db() 3 > key=ruby_repo_url | |
++ /scripts/functions/db : __rvm_db() 4 > key=ruby_repo_url | |
++ /scripts/functions/db : __rvm_db() 5 > variable= | |
++ /scripts/functions/db : __rvm_db() 7 > [[ -f /home/deploy/.rvm/user/db ]] | |
+++ /scripts/functions/db : __rvm_db() 2 > /home/deploy/.rvm/scripts/db /home/deploy/.rvm/user/db ruby_repo_url | |
++ /scripts/functions/db : __rvm_db() 8 > value= | |
++ /scripts/functions/db : __rvm_db() 11 > [[ -z '' ]] | |
+++ /scripts/functions/db : __rvm_db() 6 > /home/deploy/.rvm/scripts/db /home/deploy/.rvm/config/db ruby_repo_url | |
++ /scripts/functions/db : __rvm_db() 12 > value=git://github.com/ruby/ruby.git | |
++ /scripts/functions/db : __rvm_db() 15 > [[ -n git://github.com/ruby/ruby.git ]] | |
++ /scripts/functions/db : __rvm_db() 16 > [[ -z '' ]] | |
++ /scripts/functions/db : __rvm_db() 17 > echo git://github.com/ruby/ruby.git | |
++ /scripts/functions/db : __rvm_db() 23 > return 0 | |
+ /scripts/selector : __rvm_select() 270 > rvm_ruby_repo_url=git://github.com/ruby/ruby.git | |
+ /scripts/selector : __rvm_select() 271 > (( 0 == 0 )) | |
+ /scripts/selector : __rvm_select() 277 > case "${rvm_ruby_version}" in | |
+ /scripts/selector : __rvm_select() 278 > rvm_archive_extension=tar.bz2 | |
+ /scripts/selector : __rvm_select() 321 > [[ -n 1.9.3 ]] | |
+ /scripts/selector : __rvm_select() 327 > case "$rvm_ruby_version" in | |
+ /scripts/selector : __rvm_select() 325 > rvm_ruby_release_version=1 | |
+ /scripts/selector : __rvm_select() 326 > rvm_ruby_major_version=1.9 | |
+ /scripts/selector : __rvm_select() 326 > rvm_ruby_major_version=9 | |
+ /scripts/selector : __rvm_select() 327 > rvm_ruby_minor_version=3 | |
+ /scripts/selector : __rvm_select() 337 > [[ ruby == ext ]] | |
+ /scripts/selector : __rvm_select() 343 > rvm_ruby_package_name=ruby-1.9.3-p125 | |
+ /scripts/selector : __rvm_select() 344 > rvm_ruby_home=/home/deploy/.rvm/rubies/ruby-1.9.3-p125 | |
+ /scripts/selector : __rvm_select() 345 > rvm_ruby_irbrc=/home/deploy/.rvm/rubies/ruby-1.9.3-p125/.irbrc | |
+ /scripts/selector : __rvm_select() 346 > rvm_ruby_binary=/home/deploy/.rvm/rubies/ruby-1.9.3-p125/bin/ruby | |
+ /scripts/selector : __rvm_select() 350 > [[ maglev == \r\u\b\y ]] | |
+ /scripts/selector : __rvm_select() 356 > __rvm_gemset_select | |
+ /scripts/selector_gemsets : __rvm_gemset_select() 1 > __rvm_gemset_select_only | |
+ /scripts/selector_gemsets : __rvm_gemset_select_only() 1 > rvm_ruby_gem_home=/home/deploy/.rvm/gems/ruby-1.9.3-p125 | |
+ /scripts/selector_gemsets : __rvm_gemset_select_only() 3 > : rvm_ignore_gemsets_flag:0: | |
+ /scripts/selector_gemsets : __rvm_gemset_select_only() 4 > (( rvm_ignore_gemsets_flag )) | |
+ /scripts/selector_gemsets : __rvm_gemset_select_only() 10 > rvm_ruby_global_gems_path=/home/deploy/.rvm/gems/ruby-1.9.3-p125@global | |
+ /scripts/selector_gemsets : __rvm_gemset_select_only() 12 > __rvm_gemset_handle_default | |
+ /scripts/selector_gemsets : __rvm_gemset_handle_default() 1 > rvm_gemset_name=@@ | |
+ /scripts/selector_gemsets : __rvm_gemset_handle_default() 2 > rvm_gemset_name=@@ | |
+ /scripts/selector_gemsets : __rvm_gemset_handle_default() 3 > rvm_gemset_name=@ | |
+ /scripts/selector_gemsets : __rvm_gemset_handle_default() 4 > rvm_gemset_name= | |
+ /scripts/selector_gemsets : __rvm_gemset_select_only() 62 > [[ -z '' ]] | |
+ /scripts/selector_gemsets : __rvm_gemset_select_only() 65 > [[ '' == \g\l\o\b\a\l ]] | |
+ /scripts/selector_gemsets : __rvm_gemset_select_only() 69 > rvm_ruby_gem_path=/home/deploy/.rvm/gems/ruby-1.9.3-p125:/home/deploy/.rvm/gems/ruby-1.9.3-p125@global | |
+ /scripts/selector_gemsets : __rvm_gemset_select_only() 73 > [[ -n '' ]] | |
+ /scripts/selector_gemsets : __rvm_gemset_select_only() 77 > rvm_env_string=ruby-1.9.3-p125 | |
+ /scripts/selector_gemsets : __rvm_gemset_select() 122 > __rvm_gemset_select_validation | |
+ /scripts/selector_gemsets : __rvm_gemset_select_validation() 2 > [[ ! -d /home/deploy/.rvm/gems/ruby-1.9.3-p125 ]] | |
+ /scripts/selector_gemsets : __rvm_gemset_select_validation() 4 > (( 0 == 0 && 0 == 0 && 0 == 0 )) | |
+ /scripts/selector_gemsets : __rvm_gemset_select_validation() 6 > rvm_expected_gemset_name= | |
+ /scripts/selector_gemsets : __rvm_gemset_select_validation() 7 > rvm_gemset_name= | |
+ /scripts/selector_gemsets : __rvm_gemset_select_validation() 8 > __rvm_gemset_select_only | |
+ /scripts/selector_gemsets : __rvm_gemset_select_only() 1 > rvm_ruby_gem_home=/home/deploy/.rvm/gems/ruby-1.9.3-p125 | |
+ /scripts/selector_gemsets : __rvm_gemset_select_only() 3 > : rvm_ignore_gemsets_flag:0: | |
+ /scripts/selector_gemsets : __rvm_gemset_select_only() 4 > (( rvm_ignore_gemsets_flag )) | |
+ /scripts/selector_gemsets : __rvm_gemset_select_only() 10 > rvm_ruby_global_gems_path=/home/deploy/.rvm/gems/ruby-1.9.3-p125@global | |
+ /scripts/selector_gemsets : __rvm_gemset_select_only() 12 > __rvm_gemset_handle_default | |
+ /scripts/selector_gemsets : __rvm_gemset_handle_default() 1 > rvm_gemset_name=@@ | |
+ /scripts/selector_gemsets : __rvm_gemset_handle_default() 2 > rvm_gemset_name=@@ | |
+ /scripts/selector_gemsets : __rvm_gemset_handle_default() 3 > rvm_gemset_name=@ | |
+ /scripts/selector_gemsets : __rvm_gemset_handle_default() 4 > rvm_gemset_name= | |
+ /scripts/selector_gemsets : __rvm_gemset_select_only() 62 > [[ -z '' ]] | |
+ /scripts/selector_gemsets : __rvm_gemset_select_only() 65 > [[ '' == \g\l\o\b\a\l ]] | |
+ /scripts/selector_gemsets : __rvm_gemset_select_only() 69 > rvm_ruby_gem_path=/home/deploy/.rvm/gems/ruby-1.9.3-p125:/home/deploy/.rvm/gems/ruby-1.9.3-p125@global | |
+ /scripts/selector_gemsets : __rvm_gemset_select_only() 73 > [[ -n '' ]] | |
+ /scripts/selector_gemsets : __rvm_gemset_select_only() 77 > rvm_env_string=ruby-1.9.3-p125 | |
+ /scripts/selector_gemsets : __rvm_gemset_select_validation() 91 > return 2 | |
+ /scripts/selector : __rvm_select() 361 > case $? in | |
+ /scripts/selector : __rvm_select() 363 > rvm_ruby_selected_flag=1 | |
+ /scripts/selector : __rvm_select() 365 > [[ -d /home/deploy/.rvm/log/ruby-1.9.3-p125 ]] | |
+ /scripts/selector : __rvm_select() 367 > mkdir -p /home/deploy/.rvm/log/ruby-1.9.3-p125 | |
+ /scripts/selector : __rvm_select() 370 > rvm_ruby_interpreter=ruby | |
+ /scripts/selector : __rvm_use() 436 > [[ system == ruby ]] | |
+ /scripts/selector : __rvm_use() 440 > [[ ! -d /home/deploy/.rvm/rubies/ruby-1.9.3-p125 ]] | |
+ /scripts/selector : __rvm_use() 453 > [[ ! -d /home/deploy/.rvm/gems/ruby-1.9.3-p125 ]] | |
+ /scripts/selector : __rvm_use() 455 > (( 0 == 1 || 0 == 1 )) | |
+ /scripts/selector : __rvm_use() 460 > rvm_error 'Gemset '\'''\'' does not exist, '\''rvm gemset create '\'' first, or append '\''--create'\''.' | |
+ /scripts/functions/logging : rvm_error() 1 > rvm_pretty_print stderr | |
+ /scripts/functions/logging : rvm_pretty_print() 17 > case "${rvm_pretty_print_flag:=auto}" in | |
+ /scripts/functions/logging : rvm_pretty_print() 22 > case "${TERM:-dumb}" in | |
+ /scripts/functions/logging : rvm_pretty_print() 25 > case "$1" in | |
+ /scripts/functions/logging : rvm_pretty_print() 11 > [[ -t 2 ]] | |
+ /scripts/functions/logging : rvm_pretty_print() 16 > return 0 | |
+ /scripts/functions/logging : rvm_error() 44 > printf %b 'Gemset '\'''\'' does not exist, '\''rvm gemset create '\'' first, or append '\''--create'\''.\n' | |
Gemset '' does not exist, 'rvm gemset create ' first, or append '--create'. | |
+ /scripts/selector : __rvm_use() 449 > return 2 | |
+ /scripts/cli : rvm() 1112 > current_result=2 | |
+ /scripts/cli : rvm() 1114 > (( result > 0 )) | |
+ /scripts/cli : rvm() 1114 > result=2 | |
+ /scripts/cli : rvm() 1116 > [[ 0 -eq 1 ]] | |
+ /scripts/cli : rvm() 1122 > typeset __local_rvm_trace_flag | |
+ /scripts/cli : rvm() 1123 > __local_rvm_trace_flag=1 | |
+ /scripts/cli : rvm() 1125 > __rvm_teardown | |
+ /scripts/functions/environment : __rvm_teardown() 1 > builtin command -v __rvm_cleanup_tmp | |
+ /scripts/functions/environment : __rvm_teardown() 3 > __rvm_cleanup_tmp | |
+ /scripts/functions/cleanup : __rvm_cleanup_tmp() 1 > [[ -d /home/deploy/.rvm/tmp/ ]] | |
+ /scripts/functions/cleanup : __rvm_cleanup_tmp() 97 > case "${rvm_tmp_path%\/}" in | |
+ /scripts/functions/cleanup : __rvm_cleanup_tmp() 5 > __rvm_rm_rf '/home/deploy/.rvm/tmp/32760*' | |
+ /scripts/functions/cleanup : __rvm_rm_rf() 1 > typeset result target | |
+ /scripts/functions/cleanup : __rvm_rm_rf() 2 > result=1 | |
+ /scripts/functions/cleanup : __rvm_rm_rf() 3 > target='/home/deploy/.rvm/tmp/32760*' | |
+ /scripts/functions/cleanup : __rvm_rm_rf() 6 > [[ -n '' ]] | |
+ /scripts/functions/cleanup : __rvm_rm_rf() 10 > [[ -n 4.2.10(1)-release ]] | |
+ /scripts/functions/cleanup : __rvm_rm_rf() 12 > shopt -s extglob | |
+ /scripts/functions/cleanup : __rvm_rm_rf() 25 > case "${target}" in | |
+ /scripts/functions/cleanup : __rvm_rm_rf() 24 > [[ -n /home/deploy/.rvm/tmp/32760* ]] | |
+ /scripts/functions/cleanup : __rvm_rm_rf() 26 > [[ -d /home/deploy/.rvm/tmp/32760* ]] | |
+ /scripts/functions/cleanup : __rvm_rm_rf() 30 > [[ -f /home/deploy/.rvm/tmp/32760* ]] | |
+ /scripts/functions/cleanup : __rvm_rm_rf() 30 > [[ -L /home/deploy/.rvm/tmp/32760* ]] | |
+ /scripts/functions/cleanup : __rvm_rm_rf() 35 > result=0 | |
+ /scripts/functions/cleanup : __rvm_rm_rf() 41 > return 0 | |
+ /scripts/functions/cleanup : __rvm_cleanup_tmp() 96 > return 0 | |
+ /scripts/functions/environment : __rvm_teardown() 258 > export __rvm_env_loaded | |
+ /scripts/functions/environment : __rvm_teardown() 260 > : __rvm_env_loaded:1: | |
+ /scripts/functions/environment : __rvm_teardown() 261 > : __rvm_env_loaded:1: | |
+ /scripts/functions/environment : __rvm_teardown() 263 > : __rvm_env_loaded:0: | |
+ /scripts/functions/environment : __rvm_teardown() 265 > [[ -z /home/deploy/.rvm/tmp ]] | |
+ /scripts/functions/environment : __rvm_teardown() 265 > (( __rvm_env_loaded > 0 )) | |
+ /scripts/functions/environment : __rvm_teardown() 270 > [[ -n 4.2.10(1)-release ]] | |
+ /scripts/functions/environment : __rvm_teardown() 272 > trap - 0 1 2 3 15 | |
+ /scripts/functions/environment : __rvm_teardown() 275 > [[ -n '' ]] | |
+ /scripts/functions/environment : __rvm_teardown() 285 > [[ -n 0002 ]] | |
+ /scripts/functions/environment : __rvm_teardown() 287 > umask 0002 | |
+ /scripts/functions/environment : __rvm_teardown() 299 > unset rvm_head_flag rvm_ruby_selected_flag rvm_user_install_flag rvm_path_flag rvm_static_flag rvm_default_flag rvm_loaded_flag rvm_llvm_flag rvm_skip_autoreconf_flag rvm_18_flag rvm_19_flag rvm_force_autoconf_flag rvm_autoconf_flags rvm_dump_environment_flag rvm_verbose_flag rvm_debug_flag rvm_trace_flag rvm_pretty_print_flag rvm_create_flag rvm_remove_flag rvm_gemdir_flag rvm_reload_flag rvm_auto_reload_flag rvm_ignore_gemsets_flag rvm_install_on_use_flag | |
+ /scripts/functions/environment : __rvm_teardown() 300 > unset rvm_gems_cache_path rvm_gems_path rvm_man_path rvm_ruby_gem_path rvm_ruby_log_path rvm_ruby_load_path rvm_gems_cache_path rvm_archives_path rvm_docs_path rvm_environments_path rvm_examples_path rvm_gems_path rvm_gemsets_path rvm_help_path rvm_hooks_path rvm_lib_path rvm_log_path rvm_patches_path rvm_repos_path rvm_rubies_path rvm_scripts_path rvm_src_path rvm_tmp_path rvm_user_path rvm_usr_path rvm_wrappers_path rvm_externals_path | |
+ /scripts/functions/environment : __rvm_teardown() 301 > unset rvm_ruby_strings rvm_ruby_binary rvm_ruby_gem_home rvm_ruby_home rvm_ruby_interpreter rvm_ruby_irbrc rvm_ruby_major_version rvm_ruby_minor_version rvm_ruby_package_name rvm_ruby_patch_level rvm_ruby_release_version rvm_ruby_repo_url rvm_ruby_repo_branch rvm_ruby_revision rvm_ruby_tag rvm_ruby_sha rvm_ruby_version rvm_ruby_require rvm_ruby_package_file rvm_ruby_name rvm_ruby_name rvm_ruby_args rvm_ruby_user_tag rvm_ruby_patch detected_rvm_ruby_name | |
+ /scripts/functions/environment : __rvm_teardown() 302 > unset __rvm_env_loaded next_token rvm_error_message rvm_gemset_name rvm_parse_break rvm_token rvm_action rvm_export_args rvm_gemset_separator rvm_expanding_aliases rvm_architectures rvm_patch_names rvm_tar_command rvm_tar_options rvm_ree_options rvm_patch_original_pwd rvm_project_rvmrc rvm_archive_extension rvm_autoinstall_bundler_flag rvm_codesign_identity rvm_expected_gemset_name | |
+ /scripts/functions/environment : __rvm_teardown() 304 > builtin command -v __rvm_cleanup_download | |
+ /scripts/functions/environment : __rvm_teardown() 309 > return 0 | |
+ /scripts/cli : rvm() 1136 > (( __local_rvm_trace_flag > 0 )) | |
+ /scripts/cli : rvm() 1138 > set +o verbose | |
+ /scripts/cli : rvm() 1139 > set +o xtrace |
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
$ rvm info rvm | |
system: | |
rvm: | |
version: "rvm 1.12.0 (stable) by Wayne E. Seguin <[email protected]>, Michal Papis <[email protected]> [https://rvm.io/]" | |
updated: "24 minutes 35 seconds ago" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment