This commit is contained in:
Kin Blas 2011-05-13 15:27:50 -07:00
commit 690fff9409
2 changed files with 2 additions and 0 deletions

1
.gitignore vendored
View file

@ -8,3 +8,4 @@ combined/
combine/
compiled/
gitstatus.log
refreshCDN

View file

@ -5,5 +5,6 @@ if ( fread($file, filesize($filename)) === 'NewCommit' )
{
ftruncate($file, 0);
exec('git pull --quiet && make NIGHTLY_OUTPUT=latest nightly >> /dev/null 2>&1');
exec('./refreshCDN >> /dev/null 2>&1');
}