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

Holger Levsen gitlab at salsa.debian.org
Tue Oct 27 13:02:14 GMT 2020



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


Commits:
70601ea0 by Holger Levsen at 2020-10-27T14:02:03+01:00
reproducible Debian: also track bugs usertagged 'fixfilepath'

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 usrmerge"
+USERTAGS="toolchain infrastructure timestamps fileordering buildpath username hostname uname randomness buildinfo cpu signatures environment umask ftbfs locale usrmerge fixfilepath"
 
 # common settings for testing alpine
 ALPINE_REPOS="main community"


=====================================
bin/reproducible_db_maintenance.py
=====================================
@@ -759,6 +759,10 @@ schema_updates = {
         '''ALTER TABLE stats_bugs ADD COLUMN open_usrmerge INTEGER DEFAULT 0''',
         '''ALTER TABLE stats_bugs ADD COLUMN done_usrmerge INTEGER DEFAULT 0''',
     ],
+    51: [  # add columns to stats_bugs for new usertag fixfilepath
+        '''ALTER TABLE stats_bugs ADD COLUMN open_fixfilepath INTEGER DEFAULT 0''',
+        '''ALTER TABLE stats_bugs ADD COLUMN done_fixfilepath INTEGER DEFAULT 0''',
+    ],
 }
 
 



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

-- 
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/-/commit/70601ea0d65ff2dc7854aa469022d3ac0b31f5aa
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/20201027/cf512f17/attachment-0001.html>


More information about the Qa-jenkins-scm mailing list