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

Holger Levsen holger at moszumanska.debian.org
Mon May 11 10:49:06 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 a713fda6b0ca8970ae634a57c8f797e40de9c78e
Author: Holger Levsen <holger at layer-acht.org>
Date:   Mon May 11 12:48:50 2015 +0200

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

diff --git a/bin/reproducible_common.sh b/bin/reproducible_common.sh
index a9f8934..2b6d956 100755
--- a/bin/reproducible_common.sh
+++ b/bin/reproducible_common.sh
@@ -79,6 +79,7 @@ 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"
+META_PKGSET[21]="maint_pkg-ruby-extras-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 219a79f..7808458 100755
--- a/bin/reproducible_create_meta_pkg_sets.sh
+++ b/bin/reproducible_create_meta_pkg_sets.sh
@@ -295,6 +295,12 @@ update_pkg_sets() {
 		update_if_similar ${META_PKGSET[20]}.pkgset
 	fi
 
+	# pkg-ruby-extras-maintainers
+	if [ ! -z $(find $TPATH -maxdepth 1 -mtime +0 -name ${META_PKGSET[21]}.pkgset) ] || [ ! -f $TPATH/${META_PKGSET[21]}.pkgset ] ; then
+		grep-dctrl -sPackage -n -FMaintainer pkg-ruby-extras-maintainers at lists.alioth.debian.org $SOURCES > $TMPFILE
+		update_if_similar ${META_PKGSET[21]}.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