Skip to content

Commit

Permalink
packaging: support new linux distributions
Browse files Browse the repository at this point in the history
add pkglists for:
* SLE 12 SP5
* SLE 15 SP2
* Univention 4.4

configure quality-gates for SLE 12 SP5
  • Loading branch information
arogge committed Dec 1, 2020
1 parent e7b5002 commit e18a105
Show file tree
Hide file tree
Showing 4 changed files with 149 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .quality-gates.yml
Expand Up @@ -7,8 +7,8 @@ coverage:
unstable: 12

docs:
warnings_unhealthy: 68
warnings_healthy: 34
warnings_unhealthy: 80
warnings_healthy: 40

default:
ctest_unstable: 0
Expand Down Expand Up @@ -80,6 +80,11 @@ SLE_12_SP4:
warnings_unhealthy: 50
warnings_healthy: 25

SLE_12_SP5:
ctest_unstable: 0
warnings_unhealthy: 50
warnings_healthy: 25

SLE:
ctest_unstable: 0
warnings_unhealthy: 6
Expand Down
58 changes: 58 additions & 0 deletions docs/pkglists/SLE_12_SP5.x86_64
@@ -0,0 +1,58 @@
debug/x86_64/bareos-bconsole-debuginfo
debug/x86_64/bareos-common-debuginfo
debug/x86_64/bareos-database-common-debuginfo
debug/x86_64/bareos-database-mysql-debuginfo
debug/x86_64/bareos-database-postgresql-debuginfo
debug/x86_64/bareos-database-sqlite3-debuginfo
debug/x86_64/bareos-database-tools-debuginfo
debug/x86_64/bareos-debugsource
debug/x86_64/bareos-director-debuginfo
debug/x86_64/bareos-director-python-plugin-debuginfo
debug/x86_64/bareos-filedaemon-ceph-plugin-debuginfo
debug/x86_64/bareos-filedaemon-debuginfo
debug/x86_64/bareos-filedaemon-python-plugin-debuginfo
debug/x86_64/bareos-regress-config-debuginfo
debug/x86_64/bareos-storage-ceph-debuginfo
debug/x86_64/bareos-storage-debuginfo
debug/x86_64/bareos-storage-droplet-debuginfo
debug/x86_64/bareos-storage-fifo-debuginfo
debug/x86_64/bareos-storage-python-plugin-debuginfo
debug/x86_64/bareos-storage-tape-debuginfo
debug/x86_64/bareos-tools-debuginfo
debug/x86_64/bareos-traymonitor-debuginfo
noarch/bareos-webui
noarch/python2-bareos
noarch/python3-bareos
src/bareos
src/bareos-webui
src/libdroplet
src/python-bareos
x86_64/bareos
x86_64/bareos-bconsole
x86_64/bareos-client
x86_64/bareos-common
x86_64/bareos-database-common
x86_64/bareos-database-mysql
x86_64/bareos-database-postgresql
x86_64/bareos-database-sqlite3
x86_64/bareos-database-tools
x86_64/bareos-devel
x86_64/bareos-director
x86_64/bareos-director-python-plugin
x86_64/bareos-filedaemon
x86_64/bareos-filedaemon-ceph-plugin
x86_64/bareos-filedaemon-ldap-python-plugin
x86_64/bareos-filedaemon-ovirt-python-plugin
x86_64/bareos-filedaemon-percona-xtrabackup-python-plugin
x86_64/bareos-filedaemon-python-plugin
x86_64/bareos-regress-config
x86_64/bareos-storage
x86_64/bareos-storage-ceph
x86_64/bareos-storage-droplet
x86_64/bareos-storage-fifo
x86_64/bareos-storage-python-plugin
x86_64/bareos-storage-tape
x86_64/bareos-tools
x86_64/bareos-traymonitor
x86_64/libdroplet
x86_64/libdroplet-devel
54 changes: 54 additions & 0 deletions docs/pkglists/SLE_15_SP2.x86_64
@@ -0,0 +1,54 @@
debug/x86_64/bareos-bconsole-debuginfo
debug/x86_64/bareos-common-debuginfo
debug/x86_64/bareos-database-common-debuginfo
debug/x86_64/bareos-database-mysql-debuginfo
debug/x86_64/bareos-database-postgresql-debuginfo
debug/x86_64/bareos-database-sqlite3-debuginfo
debug/x86_64/bareos-database-tools-debuginfo
debug/x86_64/bareos-debuginfo
debug/x86_64/bareos-debugsource
debug/x86_64/bareos-director-debuginfo
debug/x86_64/bareos-director-python-plugin-debuginfo
debug/x86_64/bareos-filedaemon-ceph-plugin-debuginfo
debug/x86_64/bareos-filedaemon-debuginfo
debug/x86_64/bareos-filedaemon-python-plugin-debuginfo
debug/x86_64/bareos-regress-config-debuginfo
debug/x86_64/bareos-storage-ceph-debuginfo
debug/x86_64/bareos-storage-debuginfo
debug/x86_64/bareos-storage-fifo-debuginfo
debug/x86_64/bareos-storage-python-plugin-debuginfo
debug/x86_64/bareos-storage-tape-debuginfo
debug/x86_64/bareos-tools-debuginfo
debug/x86_64/bareos-traymonitor-debuginfo
noarch/bareos-webui
noarch/python2-bareos
noarch/python3-bareos
src/bareos
src/bareos-webui
src/python-bareos
x86_64/bareos
x86_64/bareos-bconsole
x86_64/bareos-client
x86_64/bareos-common
x86_64/bareos-database-common
x86_64/bareos-database-mysql
x86_64/bareos-database-postgresql
x86_64/bareos-database-sqlite3
x86_64/bareos-database-tools
x86_64/bareos-devel
x86_64/bareos-director
x86_64/bareos-director-python-plugin
x86_64/bareos-filedaemon
x86_64/bareos-filedaemon-ceph-plugin
x86_64/bareos-filedaemon-ldap-python-plugin
x86_64/bareos-filedaemon-ovirt-python-plugin
x86_64/bareos-filedaemon-percona-xtrabackup-python-plugin
x86_64/bareos-filedaemon-python-plugin
x86_64/bareos-regress-config
x86_64/bareos-storage
x86_64/bareos-storage-ceph
x86_64/bareos-storage-fifo
x86_64/bareos-storage-python-plugin
x86_64/bareos-storage-tape
x86_64/bareos-tools
x86_64/bareos-traymonitor
30 changes: 30 additions & 0 deletions docs/pkglists/Univention_4.4.x86_64
@@ -0,0 +1,30 @@
all/bareos-webui
all/python-bareos
all/python3-bareos
all/univention-bareos
amd64/bareos
amd64/bareos-bconsole
amd64/bareos-client
amd64/bareos-common
amd64/bareos-database-common
amd64/bareos-database-mysql
amd64/bareos-database-postgresql
amd64/bareos-database-sqlite3
amd64/bareos-database-tools
amd64/bareos-dbg
amd64/bareos-devel
amd64/bareos-director
amd64/bareos-director-python-plugin
amd64/bareos-filedaemon
amd64/bareos-filedaemon-ceph-plugin
amd64/bareos-filedaemon-ldap-python-plugin
amd64/bareos-filedaemon-percona-xtrabackup-python-plugin
amd64/bareos-filedaemon-python-plugin
amd64/bareos-regress-config
amd64/bareos-storage
amd64/bareos-storage-ceph
amd64/bareos-storage-fifo
amd64/bareos-storage-python-plugin
amd64/bareos-storage-tape
amd64/bareos-tools
amd64/bareos-traymonitor

0 comments on commit e18a105

Please sign in to comment.