[Qa-jenkins-scm] [Git][qa/jenkins.debian.net][master] reproducible Debian: don't include psql debug output in pkg_set lists
    Holger Levsen (@holger) 
    gitlab at salsa.debian.org
       
    Wed Sep 29 22:03:22 BST 2021
    
    
  
Holger Levsen pushed to branch master at Debian QA / jenkins.debian.net
Commits:
8658f0dc by Holger Levsen at 2021-09-29T23:03:14+02:00
reproducible Debian: don't include psql debug output in pkg_set lists
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
=====================================
@@ -205,12 +205,12 @@ update_pkg_set_specific() {
 		popcon_top1337-installed-sources)
 			# popcon top 1337 installed sources
 			SQL_QUERY="SELECT popcon_src.source FROM popcon_src ORDER BY popcon_src.insts DESC LIMIT 1337;"
-			psql "postgresql://udd-mirror:udd-mirror@udd-mirror.debian.net/udd" -c "${SQL_QUERY}" > $TMPFILE
+			psql "postgresql://udd-mirror:udd-mirror@udd-mirror.debian.net/udd" -t -c "${SQL_QUERY}" > $TMPFILE
 			;;
 		key_packages)
 			# key packages (same for all suites)
 			SQL_QUERY="SELECT source FROM key_packages;"
-			psql "postgresql://udd-mirror:udd-mirror@udd-mirror.debian.net/udd" -c "${SQL_QUERY}" > $TMPFILE
+			psql "postgresql://udd-mirror:udd-mirror@udd-mirror.debian.net/udd" -t -c "${SQL_QUERY}" > $TMPFILE
 			;;
 		installed_on_debian.org)
 			# installed on one or more .debian.org machines
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/-/commit/8658f0dc3ff513c70a1c3a6f70106064e5899f1b
-- 
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/-/commit/8658f0dc3ff513c70a1c3a6f70106064e5899f1b
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/20210929/bac2356c/attachment-0001.htm>
    
    
More information about the Qa-jenkins-scm
mailing list