Last active
December 18, 2015 05:29
-
-
Save hems/5732789 to your computer and use it in GitHub Desktop.
Simple rb file to build jamoma on bec's sever
This file contains hidden or 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
#!/usr/bin/env ruby | |
# building jamoma master repository | |
unless File.directory?("Jamoma") | |
puts `git clone [email protected]: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