From a0bf06c658bb16117552e0575a8c7296dc9e9d21 Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Thu, 15 Jan 2015 11:38:02 +0100 Subject: reproducible: stop treating creating .buildinfo files specially (as every build creates it nowadays) --- bin/reproducible_json.sh | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'bin/reproducible_json.sh') diff --git a/bin/reproducible_json.sh b/bin/reproducible_json.sh index aea32913..9c877e45 100755 --- a/bin/reproducible_json.sh +++ b/bin/reproducible_json.sh @@ -1,6 +1,6 @@ #!/bin/bash -# Copyright 2014 Holger Levsen +# Copyright 2014-2015 Holger Levsen # released under the GPLv=2 DEBUG=false @@ -27,11 +27,6 @@ while read LINE ; do PKG=$(echo "$LINE" | cut -d "|" -f1) VERSION=$(echo "$LINE" | cut -d "|" -f2) STATUS=$(echo "$LINE" | cut -d "|" -f3) - if [ "$STATUS" = "unreproducible" ] ; then - if [ -f /var/lib/jenkins/userContent/buildinfo/${PKG}_${VERSION}_amd64.buildinfo ] ; then - STATUS="$STATUS-with-buildinfo" - fi - fi write_json "${sep}{" write_json "\"package\": \"$PKG\"," write_json "\"version\": \"$VERSION\"," -- cgit v1.2.3-70-g09d2