diff --git a/templates/package.xml b/templates/package.xml index 9e26844..4658b7a 100644 --- a/templates/package.xml +++ b/templates/package.xml @@ -55,7 +55,7 @@ export DEBEMAIL="info@lubuntu.me" tar cvf {{ NAME }}_$VERSION.orig.tar upstream; gzip {{ NAME }}_$VERSION.orig.tar; (cd {{ NAME }}; dch --distribution {{ RELEASE }} --package "{{ NAME }}" --newversion "$VERSION-0ubuntu1~ppa1" "CI upload."; debuild -S -d -sa -k234778F3D70C2B9785EB7426E7BE29862BE6F574; dput {{ UPLOAD_TARGET }} ../{{ NAME }}_$VERSION-0ubuntu1~ppa1_source.changes) -sleep 5m; +sleep 2m; git clone https://phab.lubuntu.me/source/ci-tooling.git tooling; ./tooling/ci/lp_check.py -p {{ NAME }} -v $VERSION -t lubuntu-ci -r unstable-ci-proposed;