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

Holger Levsen gitlab at salsa.debian.org
Tue Oct 27 17:44:07 GMT 2020



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


Commits:
dd8f6097 by Holger Levsen at 2020-10-27T18:41:22+01:00
reproducible Debian: also track bugs usertagged 'shell'

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

- - - - -
ae766572 by Holger Levsen at 2020-10-27T18:43:12+01:00
reproducible Debian: also track bugs usertagged 'filesystem'

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

- - - - -
d3b7bb2e by Holger Levsen at 2020-10-27T18:43:58+01:00
reproducible Debian: also track bugs usertagged 'hashordering'

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


=====================================
bin/reproducible_db_maintenance.py
=====================================
@@ -763,6 +763,18 @@ schema_updates = {
         '''ALTER TABLE stats_bugs ADD COLUMN open_fixfilepath INTEGER DEFAULT 0''',
         '''ALTER TABLE stats_bugs ADD COLUMN done_fixfilepath INTEGER DEFAULT 0''',
     ],
+    52: [  # add columns to stats_bugs for new usertag shell
+        '''ALTER TABLE stats_bugs ADD COLUMN open_shell INTEGER DEFAULT 0''',
+        '''ALTER TABLE stats_bugs ADD COLUMN done_shell INTEGER DEFAULT 0''',
+    ],
+    53: [  # add columns to stats_bugs for new usertag filesystem
+        '''ALTER TABLE stats_bugs ADD COLUMN open_filesystem INTEGER DEFAULT 0''',
+        '''ALTER TABLE stats_bugs ADD COLUMN done_filesystem INTEGER DEFAULT 0''',
+    ],
+    54: [  # add columns to stats_bugs for new usertag hashordering
+        '''ALTER TABLE stats_bugs ADD COLUMN open_hashordering INTEGER DEFAULT 0''',
+        '''ALTER TABLE stats_bugs ADD COLUMN done_hashordering INTEGER DEFAULT 0''',
+    ],
 }
 
 



View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/-/compare/91544ae8e08ff8f5e118cf93aa6587199cadf89c...d3b7bb2e05577b11aee5819e324b18635f1b8edb

-- 
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/-/compare/91544ae8e08ff8f5e118cf93aa6587199cadf89c...d3b7bb2e05577b11aee5819e324b18635f1b8edb
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/724040e3/attachment-0001.html>


More information about the Qa-jenkins-scm mailing list