[Qa-jenkins-scm] [Git][qa/jenkins.debian.net][master] reproducible Debian: also track bugs usertagged 'usrmerge'

Holger Levsen gitlab at salsa.debian.org
Thu Sep 24 22:47:35 BST 2020



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


Commits:
79ac64a9 by Holger Levsen at 2020-09-24T23:47:22+02:00
reproducible Debian: also track bugs usertagged 'usrmerge'

Signed-off-by: Holger Levsen <holger at layer-acht.org>

- - - - -


2 changed files:

- bin/reproducible_common.sh
- bin/reproducible_db_maintenance.py


Changes:

=====================================
bin/reproducible_common.sh
=====================================
@@ -54,7 +54,7 @@ DEBIAN_BASE="/var/lib/jenkins/userContent/reproducible/debian"
 mkdir -p "$DEBIAN_BASE"
 
 # existing usertags in the Debian BTS
-USERTAGS="toolchain infrastructure timestamps fileordering buildpath username hostname uname randomness buildinfo cpu signatures environment umask ftbfs locale"
+USERTAGS="toolchain infrastructure timestamps fileordering buildpath username hostname uname randomness buildinfo cpu signatures environment umask ftbfs locale usrmerge"
 
 # common settings for testing alpine
 ALPINE_REPOS="main community"


=====================================
bin/reproducible_db_maintenance.py
=====================================
@@ -2,7 +2,7 @@
 # -*- coding: utf-8 -*-
 #
 # Copyright © 2015-2018 Mattia Rizzolo <mattia at mapreri.org>
-# Copyright © 2015-2019 Holger Levsen <holger at layer-acht.org>
+# Copyright © 2015-2020 Holger Levsen <holger at layer-acht.org>
 # Based on various reproducible_* files © 2014-2015 Holger Levsen <holger at layer-acht.org>
 # Licensed under GPL-2
 #
@@ -755,6 +755,10 @@ schema_updates = {
                 s.architecture, s.notify_maintainer, d.name AS distribution
             FROM sources s JOIN distributions d on s.distribution=d.id""",
     ],
+    50: [  # add columns to stats_bugs for new usertag usrmerge
+        '''ALTER TABLE stats_bugs ADD COLUMN open_usrmerge INTEGER DEFAULT 0''',
+        '''ALTER TABLE stats_bugs ADD COLUMN done_usrmerge INTEGER DEFAULT 0''',
+    ],
 }
 
 



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

-- 
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/-/commit/79ac64a9890a23edd38ff1af4e1103bb011ed617
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/20200924/10e7ea08/attachment-0001.html>


More information about the Qa-jenkins-scm mailing list