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 52112c8cb3
commit 003b27ad47
2 changed files with 3 additions and 3 deletions

2
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

View File

@ -35,7 +35,7 @@ passenv=
usedevelop = True
deps =
pip > 9
https://git.entrouvert.org/authentic.git/snapshot/authentic-master.tar.gz
https://git.entrouvert.org/authentic.git/snapshot/authentic-main.tar.gz
# dependency constraints for authentic
drf34: djangorestframework>=3.4,<3.4.1
drf39: djangorestframework>=3.9.2,<3.10
@ -60,7 +60,7 @@ commands =
[testenv:pylint]
usedevelop = true
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
pylint-django