jenkins: build buster & bullseye packages

This commit is contained in:
Frédéric Péters 2021-12-03 15:53:46 +01:00
parent 095842814d
commit ac667a5021
2 changed files with 2 additions and 3 deletions

4
Jenkinsfile vendored
View File

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

1
debian/control vendored
View File

@ -4,7 +4,6 @@ Priority: optional
Maintainer: Frederic Peters <fpeters@debian.org>
Build-Depends: debhelper-compat (= 12),
dh-python,
dh-systemd,
gettext,
python3-all,
python3-gadjo,