]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/matita/scripts/crontab.sh
removed no longer used METAs
[helm.git] / helm / matita / scripts / crontab.sh
index d5b58194335d9aa9e2dceae9c344f45d561ff9e3..5ad50de5ee47ea77bb1a997c1fb067a5752ba4e8 100644 (file)
@@ -4,9 +4,9 @@ YESTERDAY=`date -d yesterday +%Y%m%d`
 TMPDIRNAME=$HOME/__${TODAY}_crontab
 TMPDIRNAMEOLD=$HOME/__${YESTERDAY}_crontab
 SVNROOT="svn+ssh://mowgli.cs.unibo.it/local/svn/helm/trunk/"
-SHELLTIME2CENTSPHP=helm/matita/scripts/shell_time2cents.php
-SHELLADDERPHP=helm/matita/scripts/shell_adder.php
-COMMONPHP=helm/matita/scripts/public_html/common.php
+SHELLTIME2CENTSPHP=scripts/shell_time2cents.php
+SHELLADDERPHP=scripts/shell_adder.php
+COMMONPHP=scripts/public_html/common.php
 
 
 OLD=$PWD
@@ -14,8 +14,8 @@ mkdir -p $TMPDIRNAME
 rm -rf $TMPDIRNAMEOLD
 cd $TMPDIRNAME
 rm -rf helm
-svn co ${SVNROOT}helm/matita/scripts/profile_svn.sh ./ > LOG.svn 2>&1
-profile_svn.sh 2> LOG
+svn co ${SVNROOT}helm/matita/scripts/ > LOG.svn 2>&1
+scripts/profile_svn.sh 2> LOG
 
 MARK=`echo "select distinct mark from bench where mark like '$TODAY%' order by mark" | mysql -u helm matita | tail -n 1`
 LASTMARK=`echo "select distinct mark from bench where mark like '$YESTERDAY%' order by mark" | mysql -u helm matita | tail -n 1`