Chris@1586: #!/bin/bash Chris@1590: Chris@1586: sudo -u code sh -c "cd /var/www/code ; ./script/rails runner \"Repository.fetch_changesets\" -e production 2>&1 | grep -v 'Not trusting' | grep -v 'svn:' | grep -v 'working copy' | grep -v 'deprecated' | grep -v 'version_requirements'" Chris@1586: exit 0 Chris@1590: