[Qa-jenkins-scm] [jenkins.debian.net] 01/01: reproducible: add maint_debian-ocaml package set

Holger Levsen holger at moszumanska.debian.org
Tue May 12 13:14:45 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 a40b935fcb6fac345d29ca4bc61b5ddfa2980937
Author: Holger Levsen <holger at layer-acht.org>
Date:   Tue May 12 15:14:29 2015 +0200

    reproducible: add maint_debian-ocaml 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 5ffc22f..aa340f3 100755
--- a/bin/reproducible_common.sh
+++ b/bin/reproducible_common.sh
@@ -82,6 +82,7 @@ META_PKGSET[20]="maint_pkg-java-maintainers"
 META_PKGSET[21]="maint_pkg-haskell-maintainers"
 META_PKGSET[22]="maint_pkg-ruby-extras-maintainers"
 META_PKGSET[23]="maint_debian-boot"
+META_PKGSET[24]="maint_debian-ocaml"
 
 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 63ee022..0f5c647 100755
--- a/bin/reproducible_create_meta_pkg_sets.sh
+++ b/bin/reproducible_create_meta_pkg_sets.sh
@@ -318,6 +318,12 @@ update_pkg_sets() {
 		update_if_similar ${META_PKGSET[23]}.pkgset
 	fi
 
+	# debian-ocaml-maint at l.d.o maintainers
+	if [ ! -z $(find $TPATH -maxdepth 1 -mtime +0 -name ${META_PKGSET[24]}.pkgset) ] || [ ! -f $TPATH/${META_PKGSET[24]}.pkgset ] ; then
+		grep-dctrl -sPackage -n -FMaintainer,Uploaders debian-ocaml-maint at lists.debian.org $SOURCES > $TMPFILE
+		update_if_similar ${META_PKGSET[24]}.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