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
require 'capistrano/recipes/deploy/scm/base' | |
# overriding Capistrano Perforce authentication | |
module Capistrano | |
module Deploy | |
module SCM | |
class Perforce < Base | |
private |
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
RUNNING THE RVM COMMAND: | |
- I used to get "error running 'make -j 3' until I saw a post saying to parenthesize it "rvm_make_flags=( -j 7 )". I did that and wasn't getting make errors anymore. Now, they are back as "error running 'make 7'" | |
- log outputs below | |
--------------------------------- | |
$ rvm cleanup sources && rvm uninstall ruby-2.0.0-preview1 && rvm --debug --movable install ruby-2.0.0-preview1 --patch $rvm_path/patches/ruby/1.9.3/p125/osx-arch-fix.patch | |
Cleaning up rvm sources | |
Cleanup done. | |
/Users/randy/.rvm/src/ruby-2.0.0-preview1 has already been removed. | |
Removing /Users/randy/.rvm/rubies/ruby-2.0.0-preview1... | |
ruby-2.0.0-preview1 - install |
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 INSTALL COMMAND AND OUTPUT: log output below... | |
-------------------- | |
$ rvm cleanup sources && rvm uninstall ruby-2.0.0-preview1 && rvm --debug install ruby-2.0.0-preview1 --patch $rvm_path/patches/ruby/1.9.3/p125/osx-arch-fix.patch --movable | |
Cleaning up rvm sources | |
Cleanup done. | |
Removing /Users/randy/.rvm/src/ruby-2.0.0-preview1... | |
Removing /Users/randy/.rvm/rubies/ruby-2.0.0-preview1... | |
ruby-2.0.0-preview1 - install | |
Fetching yaml-0.1.4.tar.gz to /Users/randy/.rvm/archives | |
Fetching: https://rvm.io/src/yaml-0.1.4.tar.gz |
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 COMMAND AND OUTPUT: Log & .rvmrc files at bottom... | |
note: since I removed some flags/arch options from .rvmrc, Ruby installed as 64bit instead of 32. grrrrrrr | |
---------------------------------------------- | |
$ rvm cleanup sources && rvm uninstall ruby-2.0.0-preview1 && rvm --debug install ruby-2.0.0-preview1 --patch $rvm_path/patches/ruby/1.9.3/p125/osx-arch-fix.patch --movable | |
Cleaning up rvm sources | |
Cleanup done. | |
Removing /Users/randy/.rvm/src/ruby-2.0.0-preview1... | |
Removing /Users/randy/.rvm/rubies/ruby-2.0.0-preview1... | |
ruby-2.0.0-preview1 - install | |
Fetching yaml-0.1.4.tar.gz to /Users/randy/.rvm/archives |