[Qa-jenkins-scm] [jenkins.debian.net] 01/02: reproducible: fix index of gnome depends

Holger Levsen holger at moszumanska.debian.org
Tue Jun 9 18:14:21 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 e6b5b2be77cda5b3842cb2dff05351689e2bd137
Author: Reiner Herrmann <reiner at reiner-h.de>
Date:   Tue Jun 9 18:38:27 2015 +0200

    reproducible: fix index of gnome depends
---
 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 fffeb04..e9b36cc 100755
--- a/bin/reproducible_create_meta_pkg_sets.sh
+++ b/bin/reproducible_create_meta_pkg_sets.sh
@@ -215,7 +215,7 @@ update_pkg_sets() {
 	# all build depends of gnome
 	rm -f $TMPFILE
 	if [ ! -z $(find $TPATH -maxdepth 1 -mtime +0 -name ${META_PKGSET[10]}.pkgset) ] || [ ! -f $TPATH/${META_PKGSET[10]}.pkgset ] ; then
-		for PKG in $(cat $TPATH/${META_PKGSET[8]}.pkgset) ; do
+		for PKG in $(cat $TPATH/${META_PKGSET[9]}.pkgset) ; do
 			grep-dctrl -sBuild-Depends -n -X -FPackage $PKG $SOURCES | sed "s#([^()]*)##g ; s#\[[^][]*\]##g ; s#,##g" >> $TMPFILE
 		done
 		packages_list_to_deb822

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