[Qa-jenkins-scm] [jenkins.debian.net] 01/01: reproducible debian: remove deprecated pkgset logic in _common.sh function

Holger Levsen holger at layer-acht.org
Fri Jul 22 23:37:44 UTC 2016


This is an automated email from the git hooks/post-receive script.

holger pushed a commit to branch master
in repository jenkins.debian.net.

commit 90a8253db9a9d9fa23eff0af1d3ffa42c65fc60b
Author: Valerie R Young <spectranaut at riseup.net>
Date:   Mon Jul 18 11:23:25 2016 -0400

    reproducible debian: remove deprecated pkgset logic in _common.sh function
    
    Signed-off-by: Mattia Rizzolo <mattia at debian.org>
    Signed-off-by: Holger Levsen <holger at layer-acht.org>
---
 bin/reproducible_common.sh | 20 ++------------------
 1 file changed, 2 insertions(+), 18 deletions(-)

diff --git a/bin/reproducible_common.sh b/bin/reproducible_common.sh
index 202b4f2..307329c 100755
--- a/bin/reproducible_common.sh
+++ b/bin/reproducible_common.sh
@@ -678,7 +678,6 @@ create_png_from_table() {
 	echo "Checking whether to update $2..."
 	# $1 = id of the stats table
 	# $2 = image file name
-	# $3 = meta package set, only sensible if $1=6
 	echo "${FIELDS[$1]}" > ${TABLE[$1]}.csv
 	# prepare query
 	WHERE_EXTRA="WHERE suite = '$SUITE'"
@@ -695,24 +694,18 @@ create_png_from_table() {
 		# TABLE[3+4+5] don't have a suite column: (and TABLE[8] (and 9) is faked, based on 3)
 		WHERE_EXTRA=""
 	fi
-	if [ $1 -eq 0 ] || [ $1 -eq 2 ] || [ $1 -eq 6 ] ; then
-		# TABLE[0+2+6] have a architecture column:
+	if [ $1 -eq 0 ] || [ $1 -eq 2 ] ; then
+		# TABLE[0+2] have a architecture column:
 		WHERE_EXTRA="$WHERE_EXTRA AND architecture = \"$ARCH\""
 		if [ "$ARCH" = "armhf" ]  ; then
 			if [ $1 -eq 2 ] ; then
 				# unstable/armhf was only build since 2015-08-30 (and experimental/armhf since 2015-12-19 and testing/armhf since 2016-01-01)
 				WHERE_EXTRA="$WHERE_EXTRA AND datum >= '2015-08-30'"
-			elif [ $1 -eq 6 ] ; then
-				# armhf only has pkg sets for unstable since 2015-12-22 and since 2016-02-13 for testing
-				WHERE_EXTRA="$WHERE_EXTRA AND datum >= '2015-12-22'"
 			fi
 		elif [ "$ARCH" = "i386" ]  ; then
 			if [ $1 -eq 2 ] ; then
 				# i386 was only build since 2016-03-28
 				WHERE_EXTRA="$WHERE_EXTRA AND datum >= '2016-03-28'"
-			elif [ $1 -eq 6 ] ; then
-				# i386 only has pkg sets since later to make nicer graphs
-				WHERE_EXTRA="$WHERE_EXTRA AND datum >= '2016-05-06'"
 			fi
 		fi
 		# testing/amd64 was only build since...
@@ -720,10 +713,6 @@ create_png_from_table() {
 		# experimental/amd64 was only build since...
 		# WHERE2_EXTRA="WHERE s.datum >= '2015-02-28'"
 	fi
-	if [ $1 -eq 6 ] ; then
-		# 6 is very special too...
-		WHERE_EXTRA="$WHERE_EXTRA and meta_pkg = '$3'"
-	fi
 	# run query
 	if [ $1 -eq 1 ] ; then
 		# not sure if it's worth to generate the following query...
@@ -781,11 +770,6 @@ create_png_from_table() {
 		mkdir -p $DIR
 		echo "Creating $2 dummy."
 		convert -size 1920x960 xc:#aaaaaa -depth 8 $2
-		if [ "$3" != "" ] ; then
-			local THUMB="${TABLE[1]}_${3}-thumbnail.png"
-			convert $2 -adaptive-resize 160x80 ${THUMB}
-			mv ${THUMB} $DEBIAN_BASE/$DIR
-		fi
 		mv $2 $DEBIAN_BASE/$DIR
 		[ "$DIR" = "." ] || rmdir $(dirname $2)
 	fi

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/qa/jenkins.debian.net.git



More information about the Qa-jenkins-scm mailing list