Mercurial > evolve
changeset 6413:f1dd77073bca stable
ci: install lintian in deb job
It should run automatically after debuild.
author | Anton Shestakov <av6@dwimlabs.net> |
---|---|
date | Fri, 17 Feb 2023 17:33:04 +0400 |
parents | 85f9d2be6f9b |
children | 89f78b4288e9 |
files | .gitlab-ci.yml |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/.gitlab-ci.yml Tue Feb 14 14:44:04 2023 +0100 +++ b/.gitlab-ci.yml Fri Feb 17 17:33:04 2023 +0400 @@ -109,7 +109,7 @@ deb: image: registry.heptapod.net/mercurial/ci-images/py3-hgext3rd script: - - apt-get update && apt-get -yq install devscripts equivs --no-install-recommends + - apt-get update && apt-get -yq install devscripts equivs lintian --no-install-recommends - mk-build-deps --install --tool='apt-get -o Debug::pkgProblemResolver=yes --no-install-recommends --yes' debian/control - version=$($PYTHON setup.py --version) - debversion="$version+hg$(date +%Y%m%d)+$(hg log -r . -T '{node|short}')"