mirror of
https://github.com/lubuntu-team/ci-tooling.git
synced 2025-03-09 22:21:09 +00:00
Apply experimental Lintian patch to the infra and enable the new flag.
See https://salsa.debian.org/lintian/lintian/-/merge_requests/311 for more details. I will update the infra as needed, and once it is in a released version of Lintian, I will backport it to Focal and install on the infra.
This commit is contained in:
parent
73939dc9b5
commit
4ae071880b
@ -72,7 +72,7 @@ git clone https://phab.lubuntu.me/source/ci-tooling.git tooling;
|
||||
<command>
|
||||
export VERSION="$(head -1 {{ NAME }}/debian/changelog | sed -n '/(/,/)/{:a; $!N; /)/!{$!ba}; s/.*(\([^)]*\)).*/\1/p}' | cut -d '-' -f1)";
|
||||
pull-ppa-debs --ppa=ppa:lubuntu-ci/stable-ci-proposed {{ NAME }} $VERSION-0ubuntu1~ppa1;
|
||||
lintian -EvIL +pedantic *.dsc *.deb;
|
||||
lintian --fail-on=warning -EvIL +pedantic *.dsc *.deb;
|
||||
</command>
|
||||
<unstableReturn>1</unstableReturn>
|
||||
</hudson.tasks.Shell>
|
||||
|
@ -72,7 +72,7 @@ git clone https://phab.lubuntu.me/source/ci-tooling.git tooling;
|
||||
<command>
|
||||
export VERSION="$(head -1 {{ NAME }}/debian/changelog | sed -n '/(/,/)/{:a; $!N; /)/!{$!ba}; s/.*(\([^)]*\)).*/\1/p}' | cut -d '-' -f1)";
|
||||
pull-ppa-debs --ppa=ppa:lubuntu-ci/unstable-ci-proposed {{ NAME }} $VERSION-0ubuntu1~ppa1;
|
||||
lintian -EvIL +pedantic *.dsc *.deb;
|
||||
lintian --fail-on=warning -EvIL +pedantic *.dsc *.deb;
|
||||
</command>
|
||||
<unstableReturn>1</unstableReturn>
|
||||
</hudson.tasks.Shell>
|
||||
|
Loading…
x
Reference in New Issue
Block a user