mirror of
https://github.com/lubuntu-team/ci-tooling.git
synced 2025-04-07 08:12:14 +00:00
Run Lintian on built binaries if the package build succeeds.
This commit is contained in:
parent
f7e731faae
commit
082ee862b0
@ -68,6 +68,14 @@ git clone https://phab.lubuntu.me/source/ci-tooling.git tooling;
|
||||
./tooling/ci/lp_check.py -p {{ NAME }} -v $VERSION-0ubuntu1~ppa1 -t lubuntu-ci -r stable-ci-proposed;
|
||||
</command>
|
||||
</hudson.tasks.Shell>
|
||||
<hudson.tasks.Shell>
|
||||
<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
|
||||
</command>
|
||||
<unstableReturn>1</unstableReturn>
|
||||
</hudson.tasks.Shell>
|
||||
</builders>
|
||||
<publishers>
|
||||
<com.chikli.hudson.plugin.naginator.NaginatorPublisher plugin="naginator@1.18">
|
||||
|
@ -68,6 +68,14 @@ git clone https://phab.lubuntu.me/source/ci-tooling.git tooling;
|
||||
./tooling/ci/lp_check.py -p {{ NAME }} -v $VERSION-0ubuntu1~ppa1 -t lubuntu-ci -r unstable-ci-proposed;
|
||||
</command>
|
||||
</hudson.tasks.Shell>
|
||||
<hudson.tasks.Shell>
|
||||
<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
|
||||
</command>
|
||||
<unstableReturn>1</unstableReturn>
|
||||
</hudson.tasks.Shell>
|
||||
</builders>
|
||||
<publishers>
|
||||
<com.chikli.hudson.plugin.naginator.NaginatorPublisher plugin="naginator@1.18">
|
||||
|
Loading…
x
Reference in New Issue
Block a user