|
|
|
@ -71,8 +71,8 @@ git clone https://phab.lubuntu.me/source/ci-tooling.git tooling;
|
|
|
|
|
<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
|
|
|
|
|
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>
|
|
|
|
|