[pkg-nagios-changes] [Git][nagios-team/pkg-nagios-plugins-contrib][salsa_ci] Prevent to run lintian when not available
Jan Wagner
gitlab at salsa.debian.org
Sun May 12 17:38:34 BST 2019
Jan Wagner pushed to branch salsa_ci at Debian Nagios Maintainer Group / pkg-nagios-plugins-contrib
Commits:
520fa1fb by Jan Wagner at 2019-05-12T16:32:38Z
Prevent to run lintian when not available
- - - - -
1 changed file:
- debian/gbp.conf
Changes:
=====================================
debian/gbp.conf
=====================================
@@ -1,4 +1,4 @@
[git-buildpackage]
sign-tags = True
posttag = git push && git push --tags
-postbuild = lintian --info --display-info --display-experimental --pedantic --show-overrides $GBP_CHANGES_FILE
+postbuild = [ $(which lintian) ] && lintian --info --display-info --display-experimental --pedantic --show-overrides $GBP_CHANGES_FILE || exit 0
View it on GitLab: https://salsa.debian.org/nagios-team/pkg-nagios-plugins-contrib/commit/520fa1fb7e89714d0a2559a69b5559264a1000f0
--
View it on GitLab: https://salsa.debian.org/nagios-team/pkg-nagios-plugins-contrib/commit/520fa1fb7e89714d0a2559a69b5559264a1000f0
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-nagios-changes/attachments/20190512/8cb5ee9d/attachment-0001.html>
More information about the pkg-nagios-changes
mailing list