summaryrefslogtreecommitdiff
path: root/update
diff options
context:
space:
mode:
authorAndreas Maunz <andreas@maunz.de>2011-11-23 09:49:21 +0100
committerAndreas Maunz <andreas@maunz.de>2011-11-23 09:49:21 +0100
commit7acb3bc7db272581b9055c8e073aa7b07206f6fe (patch)
tree6d4dab239682cd57244d0a47ea08e229e48f8e0e /update
parent515e9f780951a2868bd86af35f9bc2aaad6ab870 (diff)
Minor improvements
Diffstat (limited to 'update')
-rwxr-xr-xupdate16
1 files changed, 0 insertions, 16 deletions
diff --git a/update b/update
deleted file mode 100755
index 77183ed..0000000
--- a/update
+++ /dev/null
@@ -1,16 +0,0 @@
-#!/bin/sh
-. /etc/profile
-gem update opentox-ruby
-dir=`pwd`
-cd /var/www/opentox
-for s in *; do
- echo $s
- cd $s
- git pull
- cd -
-done
-cd /var/www/algorithm
-rake fminer:update
-kill `cat /opt/nginx/logs/nginx.pid`
-/opt/nginx/sbin/nginx
-cd $dir