You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@community.apache.org by se...@apache.org on 2015/10/01 01:36:17 UTC

svn commit: r1706174 - /comdev/projects.apache.org/scripts/cronjobs/pmcdates.sh

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