[Qa-jenkins-scm] [jenkins.debian.net] 01/01: reproducible: add maint_pkg-haskell-maintainers package set

Holger Levsen holger at moszumanska.debian.org
Mon May 11 10:48:39 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 0e60a1f25f6a61d79da1ca11f59768f045037a03
Author: Holger Levsen <holger at layer-acht.org>
Date:   Mon May 11 12:42:12 2015 +0200

    reproducible: add maint_pkg-haskell-maintainers package set
---
 bin/reproducible_common.sh               | 1 +
 bin/reproducible_create_meta_pkg_sets.sh | 7 +++++++
 2 files changed, 8 insertions(+)

diff --git a/bin/reproducible_common.sh b/bin/reproducible_common.sh
index 73ce8ef..a9f8934 100755
--- a/bin/reproducible_common.sh
+++ b/bin/reproducible_common.sh
@@ -78,6 +78,7 @@ META_PKGSET[16]="grml"
 META_PKGSET[17]="grml_build-depends"
 META_PKGSET[18]="maint_pkg-perl-maintainers"
 META_PKGSET[19]="maint_pkg-java-maintainers"
+META_PKGSET[20]="maint_pkg-haskell-maintainers"
 
 schedule_packages() {
 	# these packages are manually scheduled, so should have high priority,
diff --git a/bin/reproducible_create_meta_pkg_sets.sh b/bin/reproducible_create_meta_pkg_sets.sh
index ed8da64..219a79f 100755
--- a/bin/reproducible_create_meta_pkg_sets.sh
+++ b/bin/reproducible_create_meta_pkg_sets.sh
@@ -288,6 +288,13 @@ update_pkg_sets() {
 		update_if_similar ${META_PKGSET[19]}.pkgset
 	fi
 
+	# pkg-haskell-maintainers
+	if [ ! -z $(find $TPATH -maxdepth 1 -mtime +0 -name ${META_PKGSET[20]}.pkgset) ] || [ ! -f $TPATH/${META_PKGSET[20]}.pkgset ] ; then
+		grep-dctrl -sPackage -n -FMaintainer pkg-haskell-maintainers at lists.alioth.debian.org $SOURCES > $TMPFILE
+		grep-dctrl -FDepends -n ghc -sPackage $PACKAGES >> $TMPFILE
+		update_if_similar ${META_PKGSET[20]}.pkgset
+	fi
+
 }
 
 TMPFILE=$(mktemp)

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