[Qa-jenkins-scm] [jenkins.debian.net] 02/02: reproducible: fix check for existing pkgset

Holger Levsen holger at moszumanska.debian.org
Tue Jun 9 18:14:22 UTC 2015


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 167a36d0b30228f4b84579cc3516d9590f55a17a
Author: Reiner Herrmann <reiner at reiner-h.de>
Date:   Tue Jun 9 18:35:18 2015 +0200

    reproducible: fix check for existing pkgset
---
 bin/reproducible_create_meta_pkg_sets.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/bin/reproducible_create_meta_pkg_sets.sh b/bin/reproducible_create_meta_pkg_sets.sh
index e9b36cc..87eb46a 100755
--- a/bin/reproducible_create_meta_pkg_sets.sh
+++ b/bin/reproducible_create_meta_pkg_sets.sh
@@ -91,7 +91,7 @@ get_installable_set() {
 
 update_pkg_sets() {
 	# the essential package set
-	if [ ! -z $(find $TPATH -maxdepth 1 -mtime +0 -name ${META_PKGSET[1]}.pkgset) ] || [ ! -f $TPATH/${META_PKGSET[3]}.pkgset ] ; then
+	if [ ! -z $(find $TPATH -maxdepth 1 -mtime +0 -name ${META_PKGSET[1]}.pkgset) ] || [ ! -f $TPATH/${META_PKGSET[1]}.pkgset ] ; then
 		chdist --data-dir=$CHPATH grep-dctrl-packages $DISTNAME -X -FEssential yes > $TMPFILE
 		convert_from_deb822_into_source_packages_only
 		update_if_similar ${META_PKGSET[1]}.pkgset

-- 
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