Commit 6803e909 authored by Holger Levsen's avatar Holger Levsen
Browse files

reproducible armhf: remove some grey from the meta pkg stats

parent 34785998
...@@ -621,8 +621,8 @@ create_png_from_table() { ...@@ -621,8 +621,8 @@ create_png_from_table() {
# unstable/armhf was only build since 2015-08-30 (and experimental/armhf since 2015-12-19) # unstable/armhf was only build since 2015-08-30 (and experimental/armhf since 2015-12-19)
WHERE_EXTRA="$WHERE_EXTRA AND datum >= '2015-08-30'" WHERE_EXTRA="$WHERE_EXTRA AND datum >= '2015-08-30'"
elif [ $1 -eq 6 ] ; then elif [ $1 -eq 6 ] ; then
# armhf only has pkg sets since its complete, aka 2015-12-19 # armhf only has pkg sets since its complete, aka 2015-12-22
WHERE_EXTRA="$WHERE_EXTRA AND datum >= '2015-12-19'" WHERE_EXTRA="$WHERE_EXTRA AND datum >= '2015-12-22'"
fi fi
fi fi
# testing/amd64 was only build since... # testing/amd64 was only build since...
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment