Apply updated Lintian patch to the infra and adjust templates accordingly.

master
Simon Quigley 4 years ago
parent 4ae071880b
commit 17e5d23ad1

@ -72,9 +72,9 @@ git clone https://phab.lubuntu.me/source/ci-tooling.git tooling;
<command>
export VERSION=&quot;$(head -1 {{ NAME }}/debian/changelog | sed -n &apos;/(/,/)/{:a; $!N; /)/!{$!ba}; s/.*(\([^)]*\)).*/\1/p}&apos; | cut -d &apos;-&apos; -f1)&quot;;
pull-ppa-debs --ppa=ppa:lubuntu-ci/stable-ci-proposed {{ NAME }} $VERSION-0ubuntu1~ppa1;
lintian --fail-on=warning -EvIL +pedantic *.dsc *.deb;
lintian --fail-on=error,warning -EvIL +pedantic *.dsc *.deb;
</command>
<unstableReturn>1</unstableReturn>
<unstableReturn>2</unstableReturn>
</hudson.tasks.Shell>
</builders>
<publishers>

@ -72,9 +72,9 @@ git clone https://phab.lubuntu.me/source/ci-tooling.git tooling;
<command>
export VERSION=&quot;$(head -1 {{ NAME }}/debian/changelog | sed -n &apos;/(/,/)/{:a; $!N; /)/!{$!ba}; s/.*(\([^)]*\)).*/\1/p}&apos; | cut -d &apos;-&apos; -f1)&quot;;
pull-ppa-debs --ppa=ppa:lubuntu-ci/unstable-ci-proposed {{ NAME }} $VERSION-0ubuntu1~ppa1;
lintian --fail-on=warning -EvIL +pedantic *.dsc *.deb;
lintian --fail-on=error,warning -EvIL +pedantic *.dsc *.deb;
</command>
<unstableReturn>1</unstableReturn>
<unstableReturn>2</unstableReturn>
</hudson.tasks.Shell>
</builders>
<publishers>

Loading…
Cancel
Save