[Git][qa/jenkins.debian.net][master] 2 commits: Revert "reproducible Debian: enable debug for create-meta-pkgs"
Holger Levsen (@holger)
gitlab at salsa.debian.org
Thu Dec 21 09:42:31 GMT 2023
Holger Levsen pushed to branch master at Debian QA / jenkins.debian.net
Commits:
b3871778 by Holger Levsen at 2023-12-21T10:40:18+01:00
Revert "reproducible Debian: enable debug for create-meta-pkgs"
This reverts commit f5ec1b5dff457577896d738903025dd2f91c7681.
- - - - -
37f4c1c0 by Holger Levsen at 2023-12-21T10:42:15+01:00
reproducible Debian pkg sets: match old and new naming convention for r-bioc- packages
Signed-off-by: Holger Levsen <holger at layer-acht.org>
- - - - -
1 changed file:
- bin/reproducible_create_meta_pkg_sets.sh
Changes:
=====================================
bin/reproducible_create_meta_pkg_sets.sh
=====================================
@@ -4,7 +4,7 @@
# 2023 Mattia Rizzolo <mattia at mapreri.org>
# released under the GPLv2
-DEBUG=true
+DEBUG=false
. /srv/jenkins/bin/common-functions.sh
common_init "$@"
@@ -538,7 +538,7 @@ update_pkg_set_specific() {
maint_pkg-r)
# R packages
grep-dctrl -sPackage -n -FPackage -e ^r-cran-* $SOURCES > $TMPFILE
- grep-dctrl -sPackage -n -FPackage -e ^bioc-* $SOURCES >> $TMPFILE
+ grep-dctrl -sPackage -n -FPackage -e '^(r-|)bioc-*' $SOURCES >> $TMPFILE
grep-dctrl -sPackage -n -FMaintainer,Uploaders r-pkg-team at alioth-lists.debian.net $SOURCES >> $TMPFILE
;;
maint_pkg-ruby-extras-maintainers)
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/-/compare/f5ec1b5dff457577896d738903025dd2f91c7681...37f4c1c08c073917db88e45537c48d98a191fb35
--
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/-/compare/f5ec1b5dff457577896d738903025dd2f91c7681...37f4c1c08c073917db88e45537c48d98a191fb35
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/qa-jenkins-scm/attachments/20231221/10ebaab0/attachment-0001.htm>
More information about the Qa-jenkins-scm
mailing list