To check out this repository please hg clone the following URL, or open the URL using EasyMercurial or your preferred Mercurial client.

Statistics Download as Zip
| Branch: | Tag: | Revision:

root / deploy / config / cron.hourly @ 1587:d8949733849d

1 1586:d0d59d12db94 Chris
#!/bin/bash
2
/usr/bin/wget -O - -q -t 1 http://www.soundsoftware.ac.uk/cron.php
3
4
#!/bin/bash
5
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'"
6
exit 0
7
#!/bin/bash
8
sudo -H -u www-data /var/www/code/reposman/run-external.sh
9
#!/bin/sh
10
rm -f /var/www/code/tmp/cache/*/*/views*explore*
11
#!/bin/bash
12
logfile="/var/www/code/log/export-git.log"
13
sudo -u code sh -c "cd /tmp ; /var/www/code/extra/soundsoftware/export-git.sh production /var/hg /var/files/git-mirror >> $logfile 2>&1"