Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGonzalo Odiard <godiard@sugarlabs.org>2011-05-24 14:15:38 (GMT)
committer Gonzalo Odiard <godiard@sugarlabs.org>2011-05-24 14:15:38 (GMT)
commit8eae1397859df3980fe92f9647c0d706c5a17efe (patch)
treec04eb4984671b8889e447c96ffa34f7612a8e3c3
parent225915fc6e991d0aba33c390cd69439c85e60d07 (diff)
Remove old files
-rw-r--r--statistics/commit-bugs.dat40
-rw-r--r--statistics/commit-bugs.pdfbin10691 -> 0 bytes
-rw-r--r--statistics/commit-bugs.pngbin9340 -> 0 bytes
-rw-r--r--statistics/create-stats.sh7
4 files changed, 0 insertions, 47 deletions
diff --git a/statistics/commit-bugs.dat b/statistics/commit-bugs.dat
deleted file mode 100644
index 29c48bf..0000000
--- a/statistics/commit-bugs.dat
+++ /dev/null
@@ -1,40 +0,0 @@
-1 87 abacus
-158 23 browse
-25 25 calculate
-13 12 chat
-10 1 clock
-13 1 colors
-8 0 distance
-20 0 etoys
-0 0 finance
-0 30 fototoon
-0 42 get-books
-0 0 hello-world
-19 7 help
-0 2 implode
-1 1 infoslicer
-3 9 imageviewer
-9 7 jukebox
-7 8 labyrinth
-5 1 log
-1 28 maze
-21 4 memorize
-25 measure
-5 1 moon
-4 70 paint
-22 46 physics
-25 44 pippy
-60 28 read
-50 32 record
-0 2 ruler
-12 0 scratch
-4 41 speak
-2 0 stopwatch
-52 0 tamtam
-28 0 terminal
-34 713 turtleart
-4 3 typing-turtle
-2 0 watchme
-10 0 wikipedia
-7 0 words
-16 16 write
diff --git a/statistics/commit-bugs.pdf b/statistics/commit-bugs.pdf
deleted file mode 100644
index 49a4270..0000000
--- a/statistics/commit-bugs.pdf
+++ /dev/null
Binary files differ
diff --git a/statistics/commit-bugs.png b/statistics/commit-bugs.png
deleted file mode 100644
index c5c7747..0000000
--- a/statistics/commit-bugs.png
+++ /dev/null
Binary files differ
diff --git a/statistics/create-stats.sh b/statistics/create-stats.sh
deleted file mode 100644
index 46c9092..0000000
--- a/statistics/create-stats.sh
+++ /dev/null
@@ -1,7 +0,0 @@
-for LINE in `cat ./activities-data.txt`
-do
- ACTIVITY=`echo $LINE | awk -F '|' '{printf("%s",$1)}'`
- cd $ACTIVITY
- ../git-stats/gitstats/gitstats mainline/ STATS
- cd ..
-done