Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/diaspora/diaspora.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSarah Mei <sarahmei@gmail.com>2010-10-21 08:25:16 +0400
committerSarah Mei <sarahmei@gmail.com>2010-10-21 08:25:16 +0400
commit29dd5bc727be15fe0cb29309a03aaecedc3f8608 (patch)
treed2f6e1e47cce1bbc3ad4873073498d79632134c1 /cruise_config.rb
parentddc24e1c471a1a666581db122424f079abc0a3ec (diff)
Let's actually use rvm this time.
Diffstat (limited to 'cruise_config.rb')
-rw-r--r--cruise_config.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/cruise_config.rb b/cruise_config.rb
index 4806fb3db..1e19998ae 100644
--- a/cruise_config.rb
+++ b/cruise_config.rb
@@ -1,5 +1,5 @@
require 'fileutils'
Project.configure do |project|
- project.build_command = 'cd .. && cd work && gem update --system && ruby lib/cruise/build.rb'
+ project.build_command = 'source /usr/local/rvm/scripts/rvm && rvm use ruby-1.8.7-p249 && gem update --system && ruby lib/cruise/build.rb'
end