[Qa-jenkins-scm] [Git][qa/jenkins.debian.net][master] reproducible: add opensuse, archlinux, alpine to the known distributions

Mattia Rizzolo gitlab at salsa.debian.org
Wed Dec 12 17:20:11 GMT 2018


Mattia Rizzolo pushed to branch master at Debian QA / jenkins.debian.net


Commits:
502138c1 by Mattia Rizzolo at 2018-12-12T17:19:54Z
reproducible: add opensuse, archlinux, alpine to the known distributions

Signed-off-by: Mattia Rizzolo <mattia at debian.org>

- - - - -


2 changed files:

- bin/reproducible.ini
- bin/reproducible_db_maintenance.py


Changes:

=====================================
bin/reproducible.ini
=====================================
@@ -28,3 +28,18 @@ suites = stretch buster unstable experimental
 archs = amd64 i386 arm64 armhf
 defaultsuite = unstable
 defaultarch = amd64
+
+[opensuse]
+distro_root = opensuse
+suites = factory
+archs = x86_64
+defaultsuite = factory
+defaultarch = x86_64
+
+[archlinux]
+distro_root = archlinux
+landing_page = archlinux.html
+suites = default
+archs = x86_64
+defaultsuite = default
+defaultarch = x86_64


=====================================
bin/reproducible_db_maintenance.py
=====================================
@@ -672,6 +672,10 @@ schema_updates = {
         "ALTER TABLE stats_build ALTER COLUMN build_duration SET DATA TYPE integer"
         " USING build_duration::integer"
     ],
+    40: [  # add some new distributions
+        "INSERT INTO distributions (name) VALUES "
+        "('opensuse'), ('archlinux'), ('alpine')"
+    ],
 }
 
 



View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/commit/502138c149494047eb19900b7ac408d64079cbe3

-- 
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/commit/502138c149494047eb19900b7ac408d64079cbe3
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/20181212/1289f851/attachment-0001.html>


More information about the Qa-jenkins-scm mailing list