[Qa-jenkins-scm] [Git][qa/jenkins.debian.net][master] 2 commits: Revert "reproducible Debian: enable debug"

Holger Levsen gitlab at salsa.debian.org
Mon Jul 8 16:16:21 BST 2019



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


Commits:
37bf11b7 by Holger Levsen at 2019-07-08T14:42:04Z
Revert "reproducible Debian: enable debug"

This reverts commit 38d739d80d32854e7bb8b238f8780d79d0f994be.

- - - - -
9b1773e1 by Holger Levsen at 2019-07-08T14:46:39Z
reproducible Debian meta pkgs: refactoring

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
=====================================
@@ -3,7 +3,7 @@
 # Copyright 2015-2019 Holger Levsen <holger at layer-acht.org>
 # released under the GPLv=2
 
-DEBUG=true
+DEBUG=false
 . /srv/jenkins/bin/common-functions.sh
 common_init "$@"
 
@@ -140,9 +140,9 @@ use_previous_sets_build_depends() {
 	local src_set=$index
 	let src_set-=1
 
-	for PKG in $(cat $TPATH/${META_PKGSET[$src_set]}.pkgset) ; do
-		grep-dctrl -sBuild-Depends -n -X -FPackage $PKG $SOURCES | sed "s#([^()]*)##g ; s#\[[^][]*\]##g ; s#,##g" | sort -u >> $TMPFILE
-	done
+	( for PKG in $(cat $TPATH/${META_PKGSET[$src_set]}.pkgset) ; do
+		grep-dctrl -sBuild-Depends -n -X -FPackage $PKG $SOURCES | sed "s#([^()]*)##g ; s#\[[^][]*\]##g ; s#,##g"
+	done ) | sort -u >> $TMPFILE
 	packages_list_to_deb822
 	convert_from_deb822_into_source_packages_only
 }



View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/compare/4ffcc496964031e460208596c69d46c50187311d...9b1773e134c193354411af185f6629c05fbeaa23

-- 
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/compare/4ffcc496964031e460208596c69d46c50187311d...9b1773e134c193354411af185f6629c05fbeaa23
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/20190708/bebfba92/attachment-0001.html>


More information about the Qa-jenkins-scm mailing list