[Git][qa/jenkins.debian.net][master] reproducible Debian: also track the "important" packages package set
Holger Levsen (@holger)
gitlab at salsa.debian.org
Thu Nov 16 16:29:25 GMT 2023
Holger Levsen pushed to branch master at Debian QA / jenkins.debian.net
Commits:
c6f29664 by Holger Levsen at 2023-11-16T17:29:02+01:00
reproducible Debian: also track the "important" packages package set
Signed-off-by: Holger Levsen <holger at layer-acht.org>
- - - - -
2 changed files:
- bin/reproducible_create_meta_pkg_sets.sh
- bin/reproducible_pkgsets.csv
Changes:
=====================================
bin/reproducible_create_meta_pkg_sets.sh
=====================================
@@ -165,6 +165,11 @@ update_pkg_set_specific() {
chdist --data-dir=$CHPATH grep-dctrl-packages $DISTNAME -X -FPriority required > $TMPFILE
convert_from_deb822_into_source_packages_only
;;
+ important)
+ # the important package set
+ chdist --data-dir=$CHPATH grep-dctrl-packages $DISTNAME -X -FPriority important > $TMPFILE
+ convert_from_deb822_into_source_packages_only
+ ;;
build-essential)
# build-essential
chdist --data-dir=$CHPATH grep-dctrl-packages $DISTNAME -X \( -FBuild-Essential yes --or -FPackage build-essential \) > ${TMPFILE2}
=====================================
bin/reproducible_pkgsets.csv
=====================================
@@ -1,5 +1,6 @@
Debian,essential
Debian,required
+Debian,important
Debian,build-essential
Debian,build-essential-depends
Debian,popcon_top1337-installed-sources
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/-/commit/c6f29664fcbe8f0cf4a3e86fac556b63dfd98ba0
--
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/-/commit/c6f29664fcbe8f0cf4a3e86fac556b63dfd98ba0
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/20231116/d2276986/attachment-0001.htm>
More information about the Qa-jenkins-scm
mailing list