Skip to content

Instantly share code, notes, and snippets.

@hems
Last active December 18, 2015 05:29
Show Gist options
  • Save hems/5732789 to your computer and use it in GitHub Desktop.
Save hems/5732789 to your computer and use it in GitHub Desktop.
Simple rb file to build jamoma on bec's sever
#!/usr/bin/env ruby
# building jamoma master repository
unless File.directory?("Jamoma")
puts `git clone git@github.com:jamoma/Jamoma.git`
end
puts `cd Jamoma && git submodule update --init`
puts `cd Jamoma/Tools && ruby update.rb`
puts `cd Jamoma/Tools && ruby all.rb master Deployment clean install && ruby installer.rb`
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment