root/trunk/install.rb

Revision 84, 242 bytes (checked in by saimon, 5 years ago)

--Backporting for-1.2 features

Line 
1 APP_ROOT = File.join(File.dirname(__FILE__), '../../../')
2 begin
3  output = `rake -f #{APP_ROOT}Rakefile globalize:upgrade_schema_to_1_dot_2 && exit 1`
4  puts output
5  while $?.exitstatus == 1
6    exit
7  end
8 rescue => e
9  puts e.message
10 end
Note: See TracBrowser for help on using the browser.