Unverified Commit 502138c1 authored by Mattia Rizzolo's avatar Mattia Rizzolo
Browse files

reproducible: add opensuse, archlinux, alpine to the known distributions

parent 673fd148
Loading
Loading
Loading
Loading
+15 −0
Original line number Diff line number Diff line
@@ -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
+4 −0
Original line number Diff line number Diff line
@@ -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')"
    ],
}