r96293 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r96292‎ | r96293 | r96294 >
Date:17:41, 5 September 2011
Author:ezachte
Status:deferred
Tags:
Comment:
update packaging of results
Modified paths:
  • /trunk/wikistats/squids/SquidReportArchive.sh (modified) (history)

Diff [purge]

Index: trunk/wikistats/squids/SquidReportArchive.sh
@@ -2,19 +2,23 @@
33 ulimit -v 4000000
44
55 home="/a/ezachte"
6 -month=2011-02
 6+month=2011-08
77
88 # perl $home/SquidReportArchive.pl -m 201007 > SquidReportArchiveLog.txt
9 -# after further automating SquidScanCountries.sh:
 9+# after further automating SquidScanCountries.sh
1010
11 -#perl $home/SquidReportArchive.pl -c $month >> SquidReportArchiveLog.txt # -c for per country reports
12 -#perl $home/SquidReportArchive.pl -m $month >> SquidReportArchiveLog.txt
13 -#perl $home/SquidCountryScan.pl # start in July 2009
 11+# perl $home/SquidCountryScan.pl # start in July 2009
 12+# perl $home/SquidReportArchive.pl -c # >> SquidReportArchiveLog.txt # -c for per country reports
 13+# perl $home/SquidReportArchive.pl -c -q 2010Q2 # >> SquidReportArchiveLog.txt # -c for per country reports
 14+perl $home/SquidReportArchive.pl -m $month # >> SquidReportArchiveLog.txt
1415
15 -cp /a/ezachte/$month/$month-html.tar ./reports_traffic_$month.tar
16 -tar -cf reports_countries_$month.tar SquidReportPage*.htm
 16+ls -l /a/ezachte/reports*$month*
 17+rm /a/ezachte/reports*$month*
1718
18 -bzip2 -f reports_traffic_$month.tar
19 -bzip2 -f reports_countries_$month.tar
20 -
21 -tar -cf reports_$month.tar reports_*_$month.tar.bz2
 19+tar -cf /a/ezachte/$month/$month-html.tar /a/ezachte/$month/*.htm
 20+cp /a/ezachte/$month/$month-html.tar ./reports-traffic-$month.tar
 21+tar -cf reports-countries-$month.tar SquidReportPage*.htm
 22+bzip2 -f reports-traffic-$month.tar
 23+bzip2 -f reports-countries-$month.tar
 24+tar -cf reports-$month.tar reports-*-$month.tar.bz2
 25+rm /a/ezachte/reports*$month*.bz2

Status & tagging log