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 / 40-export-git @ 1601:07deb8466f65

History | View | Annotate | Download (195 Bytes)

1
#!/bin/bash
2

    
3
logfile="/var/www/code/log/export-git.log"
4

    
5
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"
6