jenkins: build packages for buster & bullseye

This commit is contained in:
Frédéric Péters 2021-12-12 11:07:58 +01:00
parent ed5883af36
commit 14925fcad5
2 changed files with 3 additions and 4 deletions

4
Jenkinsfile vendored
View File

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

3
debian/control vendored
View File

@ -6,8 +6,7 @@ Build-Depends: debhelper-compat (= 12),
python3-django,
python3-setuptools,
python3-all,
dh-python,
dh-systemd
dh-python
Standards-Version: 3.9.6
Homepage: https://dev.entrouvert.org/projects/passerelle