build: update to use origin/main

This commit is contained in:
Frédéric Péters 2020-12-26 15:21:15 +01:00
parent e5b548d790
commit 40b5422931
2 changed files with 4 additions and 4 deletions

4
Jenkinsfile vendored
View File

@ -1,4 +1,4 @@
@Library('eo-jenkins-lib@master') import eo.Utils
@Library('eo-jenkins-lib@main') import eo.Utils
pipeline {
agent any
@ -30,7 +30,7 @@ PGPORT=`python -c 'import struct; import socket; s=socket.socket(); s.setsockopt
stage('Packaging') {
steps {
script {
if (env.JOB_NAME == 'authentic2-cut' && env.GIT_BRANCH == 'origin/master') {
if (env.JOB_NAME == 'authentic2-cut' && env.GIT_BRANCH == 'origin/main') {
sh 'sudo -H -u eobuilder /usr/local/bin/eobuilder authentic2-cut'
}
}

View File

@ -32,7 +32,7 @@ passenv=
PGPASSWORD
usedevelop = true
deps =
!local: https://git.entrouvert.org/authentic.git/snapshot/authentic-master.tar.gz
!local: https://git.entrouvert.org/authentic.git/snapshot/authentic-main.tar.gz
local: ../authentic2
# dependency constraints for authentic
py3: file-magic
@ -62,7 +62,7 @@ commands =
usedevelop = true
basepython = python2.7
deps =
https://git.entrouvert.org/authentic.git/snapshot/authentic-master.tar.gz
https://git.entrouvert.org/authentic.git/snapshot/authentic-main.tar.gz
Django<2.3
pylint<1.8
pylint-django<0.8.1