[tor-commits] [metrics-web/master] Copy .RData files where they belong.

karsten at torproject.org karsten at torproject.org
Wed Dec 20 08:57:53 UTC 2017


commit 3b5aadfce19e1f2093e3df819a4bf21952affba9
Author: Karsten Loesing <karsten.loesing at gmx.net>
Date:   Wed Dec 20 09:57:24 2017 +0100

    Copy .RData files where they belong.
---
 build.xml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/build.xml b/build.xml
index f77048a..e948388 100644
--- a/build.xml
+++ b/build.xml
@@ -369,6 +369,8 @@
       <fileset dir="${modulebase}/clients/stats"
                includes="clients*.csv userstats-combined.csv" />
       <fileset dir="${modulebase}/webstats/stats" includes="webstats.csv" />
+    </copy>
+    <copy todir="${rdatadir}" >
       <fileset dir="${modulebase}/clients/RData" includes="*.RData" />
       <fileset dir="${modulebase}/webstats/RData" includes="*.RData" />
     </copy>



More information about the tor-commits mailing list