[Qa-jenkins-scm] [Git][qa/jenkins.debian.net][master] reproducible Debian: cope with the Tails build manifests only containing binary package names now

Holger Levsen (@holger) gitlab at salsa.debian.org
Mon Jun 28 14:18:49 BST 2021



Holger Levsen pushed to branch master at Debian QA / jenkins.debian.net


Commits:
f7660c42 by Holger Levsen at 2021-06-28T15:18:39+02:00
reproducible Debian: cope with the Tails build manifests only containing binary package names now

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
=====================================
@@ -35,7 +35,7 @@ try:
 		manifest = yaml.load(fd)
 
 	seen = set()
-	for pkg in (manifest['packages']['binary'] + manifest['packages']['source']):
+	for pkg in (manifest['packages']['binary']):
 		pkgname = pkg['package']
 		if pkgname not in seen:
 			print(pkgname, end='|')



View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/-/commit/f7660c4205bba5dca717cd2d6cd0dbe61e3db49e

-- 
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/-/commit/f7660c4205bba5dca717cd2d6cd0dbe61e3db49e
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/20210628/367d7b8d/attachment.htm>


More information about the Qa-jenkins-scm mailing list