summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--data/201608-aports.pngbin0 -> 7029 bytes
-rw-r--r--data/201612-aports.pngbin0 -> 6949 bytes
-rw-r--r--packages.py5
-rw-r--r--releases.dat5
-rw-r--r--releases.gnup2
5 files changed, 8 insertions, 4 deletions
diff --git a/data/201608-aports.png b/data/201608-aports.png
new file mode 100644
index 0000000..9f5fe06
--- /dev/null
+++ b/data/201608-aports.png
Binary files differ
diff --git a/data/201612-aports.png b/data/201612-aports.png
new file mode 100644
index 0000000..27068ea
--- /dev/null
+++ b/data/201612-aports.png
Binary files differ
diff --git a/packages.py b/packages.py
index 39f06fe..39487cd 100644
--- a/packages.py
+++ b/packages.py
@@ -7,7 +7,7 @@
#
# Licensed under GPLv2
#
-# Copyright (c) 2012-2014 Fabian Affolter <fabian at affolter-engineering.ch>
+# Copyright (c) 2012-2017 Fabian Affolter <fabian at affolter-engineering.ch>
import os
import sys
@@ -35,6 +35,7 @@ def grab(url):
countDev = 0
countDoc = 0
countLib = 0
+ countCom = 0
total = 0
fobj = open('APKINDEX', 'r')
@@ -49,7 +50,7 @@ def grab(url):
else:
countStd = countStd + 1
fobj.close()
- total = countStd + countDev + countDoc + countLib
+ total = countStd + countDev + countDoc + countLib
numbers = (countStd, countDev, countDoc, countLib, total)
return numbers
diff --git a/releases.dat b/releases.dat
index dea9534..bfcfd4e 100644
--- a/releases.dat
+++ b/releases.dat
@@ -11,4 +11,7 @@
3.0 4410 2752 578 1029 51
3.1 4860 3075 620 1109 56
3.2 5277 3343 684 1189 61
-3.3 5315 3328 677 1239 71
+3.3 5315 3328 677 1239 71
+3.4 5231 3253 664 1235 79
+3.5 5643 3615 678 1264 86
+
diff --git a/releases.gnup b/releases.gnup
index 52efa08..21757ce 100644
--- a/releases.gnup
+++ b/releases.gnup
@@ -11,7 +11,7 @@ set ytics 100 nomirror
set mxtics 2
set mytics 2
set ytics 500
-set yrange [0:5300]
+set yrange [0:5700]
set ylabel "Total packages"
set xlabel "Releases"