Suppress package-has-long-file-name, since our (somewhat) absurdly long version numbers are to blame.

This commit is contained in:
Simon Quigley 2020-06-03 17:36:46 -05:00
parent c4b82fb746
commit 12de78635b
2 changed files with 2 additions and 2 deletions

View File

@ -72,7 +72,7 @@ git clone https://phab.lubuntu.me/source/ci-tooling.git tooling;
<command> <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;; 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; pull-ppa-debs --ppa=ppa:lubuntu-ci/stable-ci-proposed {{ NAME }} $VERSION-0ubuntu1~ppa1;
lintian --fail-on=error,warning -EvIL +pedantic *.dsc *.deb; lintian --fail-on=error,warning --suppress-tags package-has-long-file-name -EvIL +pedantic *.dsc *.deb;
</command> </command>
<unstableReturn>2</unstableReturn> <unstableReturn>2</unstableReturn>
</hudson.tasks.Shell> </hudson.tasks.Shell>

View File

@ -72,7 +72,7 @@ git clone https://phab.lubuntu.me/source/ci-tooling.git tooling;
<command> <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;; 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; pull-ppa-debs --ppa=ppa:lubuntu-ci/unstable-ci-proposed {{ NAME }} $VERSION-0ubuntu1~ppa1;
lintian --fail-on=error,warning --suppress-tags orig-tarball-missing-upstream-signature -EvIL +pedantic *.dsc *.deb; lintian --fail-on=error,warning --suppress-tags orig-tarball-missing-upstream-signature,package-has-long-file-name -EvIL +pedantic *.dsc *.deb;
</command> </command>
<unstableReturn>2</unstableReturn> <unstableReturn>2</unstableReturn>
</hudson.tasks.Shell> </hudson.tasks.Shell>