mirror of
https://github.com/lubuntu-team/ci-tooling.git
synced 2025-03-14 00:21:09 +00:00
Hardcode a different KEY_ID in there.
This commit is contained in:
parent
1a0fafba29
commit
61466cbda4
@ -50,7 +50,7 @@ export DEBFULLNAME="Lugito"
|
||||
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)
|
||||
(cd {{ NAME }}; dch --distribution {{ RELEASE }} --package "{{ NAME }}" --newversion "$VERSION-0ubuntu1~ppa1" "CI upload."; debuild -S -d -sa -k959BC9B671870639A1AC6E2F7FE7CC578F23E4CA; dput {{ UPLOAD_TARGET }} ../{{ NAME }}_$VERSION-0ubuntu1~ppa1_source.changes)
|
||||
sleep 2m;
|
||||
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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user