jenkins: build packages for buster & bullseye

This commit is contained in:
Frédéric Péters 2021-12-12 10:52:18 +01:00
parent 72449ed00d
commit 901db27863
2 changed files with 3 additions and 3 deletions

4
Jenkinsfile vendored
View File

@ -24,9 +24,9 @@ pipeline {
steps {
script {
if (env.JOB_NAME == 'welco' && env.GIT_BRANCH == 'origin/main') {
sh 'sudo -H -u eobuilder /usr/local/bin/eobuilder welco'
sh 'sudo -H -u eobuilder /usr/local/bin/eobuilder -d buster,bullseye welco'
} else if (env.GIT_BRANCH.startsWith('hotfix/')) {
sh "sudo -H -u eobuilder /usr/local/bin/eobuilder --branch ${env.GIT_BRANCH} --hotfix welco"
sh "sudo -H -u eobuilder /usr/local/bin/eobuilder -d buster,bullseye --branch ${env.GIT_BRANCH} --hotfix welco"
}
}
}

2
debian/control vendored
View File

@ -2,7 +2,7 @@ Source: welco
Maintainer: Frederic Peters <fpters@entrouvert.com>
Section: python
Priority: optional
Build-Depends: python3-setuptools, python3-all, debhelper-compat (= 12), python3-django, dh-python, dh-systemd
Build-Depends: python3-setuptools, python3-all, debhelper-compat (= 12), python3-django, dh-python
Standards-Version: 3.9.6
Package: python3-welco