[Pkg-libvirt-commits] [Git][libvirt-team/libvirt][debian/sid] gitlab-ci: Run lintian
Guido Günther
gitlab at salsa.debian.org
Wed Jan 15 09:11:41 GMT 2020
Guido Günther pushed to branch debian/sid at Libvirt Packaging Team / libvirt
Commits:
30c90463 by Guido Günther at 2020-01-14T09:58:40+01:00
gitlab-ci: Run lintian
Gbp-Dch: Ignore
- - - - -
1 changed file:
- debian/salsa-ci.yml
Changes:
=====================================
debian/salsa-ci.yml
=====================================
@@ -1,5 +1,6 @@
stages:
- build
+ - test
variables:
# Default docker image to use
@@ -31,8 +32,19 @@ build-debian-package:
when: always
paths:
- "${LV_WORKING_DIR}/build.log"
- # Once we run lintian/autopkg:
- # - "${LV_WORKING_DIR}/*.deb"
- # - "${LV_WORKING_DIR}/*.buildinfo"
- # - "${LV_WORKING_DIR}/*.changes"
+ - "${LV_WORKING_DIR}/*.deb"
+ - "${LV_WORKING_DIR}/*.buildinfo"
+ - "${LV_WORKING_DIR}/*.changes"
+lint-debian-package:
+ image: ${LV_DOCKER_IMAGE}
+ dependencies:
+ - build-debian-package
+ before_script:
+ - echo "man-db man-db/auto-update boolean false" | debconf-set-selections
+ - export DEBIAN_FRONTEND=noninteractive
+ - apt-get -y update
+ - apt-get -y install lintian
+ script:
+ - ls "${LV_WORKING_DIR}"
+ - lintian ${LV_LINTIAN_OPTS} ${LV_WORKING_DIR}/*.changes
View it on GitLab: https://salsa.debian.org/libvirt-team/libvirt/commit/30c90463b90cfcb648fb623a4677bb77d9135759
--
View it on GitLab: https://salsa.debian.org/libvirt-team/libvirt/commit/30c90463b90cfcb648fb623a4677bb77d9135759
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/pkg-libvirt-commits/attachments/20200115/bb3f2edb/attachment-0001.html>
More information about the Pkg-libvirt-commits
mailing list