Author: sebb
Date: Wed Sep 30 23:36:17 2015
New Revision: 1706174

URL: http://svn.apache.org/viewvc?rev=1706174&view=rev
Log:
Wrong destination directory; the file is read by getjson.py which has access to 
the data dir

Modified:
    comdev/projects.apache.org/scripts/cronjobs/pmcdates.sh

Modified: comdev/projects.apache.org/scripts/cronjobs/pmcdates.sh
URL: 
http://svn.apache.org/viewvc/comdev/projects.apache.org/scripts/cronjobs/pmcdates.sh?rev=1706174&r1=1706173&r2=1706174&view=diff
==============================================================================
--- comdev/projects.apache.org/scripts/cronjobs/pmcdates.sh (original)
+++ comdev/projects.apache.org/scripts/cronjobs/pmcdates.sh Wed Sep 30 23:36:17 
2015
@@ -5,6 +5,6 @@ rm -f ../../data/cache/pmcdates.json
 python3 pmcdates.py || exit
 
 echo copying ../../data/cache/pmcdates.json  to ../../../reporter.apache.org/
-cp ../../data/cache/pmcdates.json ../../../reporter.apache.org/site/
+cp ../../data/cache/pmcdates.json ../../../reporter.apache.org/data/
 
 echo All done
\ No newline at end of file


Reply via email to