[cig-commits] r7489 - cs/stats/trunk

sue at geodynamics.org sue at geodynamics.org
Mon Jun 25 16:42:59 PDT 2007


Author: sue
Date: 2007-06-25 16:42:59 -0700 (Mon, 25 Jun 2007)
New Revision: 7489

Modified:
   cs/stats/trunk/get_all_names
   cs/stats/trunk/get_all_times
   cs/stats/trunk/master_control
Log:
yawr (yet another walter release)

Modified: cs/stats/trunk/get_all_names
===================================================================
--- cs/stats/trunk/get_all_names	2007-06-25 23:04:57 UTC (rev 7488)
+++ cs/stats/trunk/get_all_names	2007-06-25 23:42:59 UTC (rev 7489)
@@ -3,6 +3,12 @@
 ./get_all_times MAG-1.0.2.tar.gz MAG-1.0.2
 ./get_all_times mineos-1.0.0.tar.gz Mineos-1.0.0
 
+./get_all_times Gale-1_2_1.tar.gz Gale-1.2.1
+./get_all_times Gale-Linux32-1_2_1.tar.gz Gale-Linux32-1.2.1
+./get_all_times Gale-LinuxAMD64-1_2_1.tar.gz Gale-LinuxAMD64-1.2.1
+./get_all_times Gale-MacIntel-1_2_1.dmg Gale-MacIntel-1.2.1
+./get_all_times Gale-MacPPC-1_2_1.dmg Gale-MacPPC-1.2.1
+./get_all_times Gale-Win32-1_2_1.zip Gale-Win32-1.2.1
 ./get_all_times Gale-1_2_0.tar.gz Gale-1.2.0
 ./get_all_times Gale-Linux32-1_2_0.tar.gz Gale-Linux32-1.2.0
 ./get_all_times Gale-LinuxAMD64-1_2_0.tar.gz Gale-LinuxAMD64-1.2.0

Modified: cs/stats/trunk/get_all_times
===================================================================
--- cs/stats/trunk/get_all_times	2007-06-25 23:04:57 UTC (rev 7488)
+++ cs/stats/trunk/get_all_times	2007-06-25 23:42:59 UTC (rev 7489)
@@ -7,5 +7,7 @@
     previous_year=`grep -B 1 $current_year years | head -n 1`
 fi
 
+echo $1 $2 $current_month $current_year $previous_month $previous_year
+
 ./get_names ${1} ${current_month}/${current_year} > $2_${current_month}_${current_year}
 ./get_names ${1} ${previous_month}/${previous_year} > $2_${previous_month}_${previous_year}

Modified: cs/stats/trunk/master_control
===================================================================
--- cs/stats/trunk/master_control	2007-06-25 23:04:57 UTC (rev 7488)
+++ cs/stats/trunk/master_control	2007-06-25 23:42:59 UTC (rev 7489)
@@ -1,4 +1,4 @@
-./get_all_names
+./get_all.py
 ./get_users
 ./make_plots
 mkdir -p /home/sue/public_html/stats/plots



More information about the cig-commits mailing list