diff options
| author | Michel Etienne | 2014-11-14 16:02:48 +0100 |
|---|---|---|
| committer | Michel Etienne | 2014-11-14 16:02:48 +0100 |
| commit | 6087f644490469e07587dd17ad826760554f7e08 (patch) | |
| tree | 806b5417384dee68d40c9b7d1fea8f438a054010 | |
| parent | af74525e2dc08d9f169f7e864cde6fe7b48539ae (diff) | |
| download | chouette-core-6087f644490469e07587dd17ad826760554f7e08.tar.bz2 | |
deploy command corrections
| -rw-r--r-- | config/deploy.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/config/deploy.rb b/config/deploy.rb index 2f4769623..4fac14f02 100644 --- a/config/deploy.rb +++ b/config/deploy.rb @@ -68,6 +68,7 @@ namespace :deploy do run "mkdir -p /var/lib/chouette/exports" run "mkdir -p /var/lib/chouette/validations" run "mkdir -p /usr/local/opt/chouette-command/" + run "cd /usr/local/opt/chouette-command && rm chouette-gui-command-#{gui_cmd}.zip" run "cd /usr/local/opt/chouette-command && wget #{maven_repo}/fr/certu/chouette/chouette-gui-command/#{gui_cmd}/chouette-gui-command-#{gui_cmd}.zip" 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" |
