diff options
| author | Luc Donnet | 2015-01-15 16:40:30 +0100 | 
|---|---|---|
| committer | Luc Donnet | 2015-01-15 16:40:30 +0100 | 
| commit | c89c3508eb953e79165ba61aee878db8e4d15ff5 (patch) | |
| tree | f59b362c96c13bd5facba44f356676f3383e6cd3 /config/deploy.rb | |
| parent | b9a4d3cde1604f4bea01551d8c85624a313a2dfe (diff) | |
| parent | 7d984efe77efd8e610c91fcefc35c4a3e17412fd (diff) | |
| download | chouette-core-c89c3508eb953e79165ba61aee878db8e4d15ff5.tar.bz2 | |
Fix tests and merge master
Diffstat (limited to 'config/deploy.rb')
| -rw-r--r-- | config/deploy.rb | 2 | 
1 files changed, 2 insertions, 0 deletions
| diff --git a/config/deploy.rb b/config/deploy.rb index 1d5782462..0f8a3f673 100644 --- a/config/deploy.rb +++ b/config/deploy.rb @@ -73,6 +73,8 @@ namespace :deploy do      run "cd /usr/local/opt/chouette-command && rm -rf chouette-cmd_#{gui_cmd}"      run "cd /usr/local/opt/chouette-command && unzip chouette-gui-command-#{gui_cmd}.zip"      run "cd /usr/local/opt/chouette-command/chouette-cmd_#{gui_cmd} && chmod a+w . && sudo chgrp -R wheel ." +    run "cd /usr/local/opt/chouette-command && rm -f chouette-cmd-current" +    run "cd /usr/local/opt/chouette-command && ln -s chouette-cmd_#{gui_cmd} chouette-cmd-current"    end    desc "Make group writable all deployed files" | 
