From 4c048fd44ef1b7d46af3854b0c44a71ff6cbb11d Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Fri, 17 Oct 2014 23:13:55 +0200 Subject: reproducible: fix detection of packages with .buildinfo files --- bin/reproducible_common.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin') diff --git a/bin/reproducible_common.sh b/bin/reproducible_common.sh index d7975ea6..1a30bbaa 100755 --- a/bin/reproducible_common.sh +++ b/bin/reproducible_common.sh @@ -241,7 +241,7 @@ publish_page() { } set_package_star() { - if [ -f /var/lib/jenkins/userContent/buildinfo/${SRCPACKAGE}_.buildinfo ] ; then + if [ -f /var/lib/jenkins/userContent/buildinfo/${PKG}_.buildinfo ] ; then STAR="β" # used to be a star... else STAR="" -- cgit v1.2.3-70-g09d2