jenkins: build packages for buster & bullseye

This commit is contained in:
Frédéric Péters 2021-12-12 11:51:06 +01:00
parent 7e2b10de82
commit a040eeb412
2 changed files with 3 additions and 3 deletions

4
Jenkinsfile vendored
View File

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

2
debian/control vendored
View File

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