mirror of
https://github.com/lubuntu-team/ci-tooling.git
synced 2025-02-24 16:51:07 +00:00
It would help if I was in debian/.
This commit is contained in:
parent
ffd206b544
commit
e2359b01df
@ -46,10 +46,9 @@ git clone {{ UPSTREAM_URL }} upstream;
|
||||
export VERSION="$(head -1 {{ NAME }}/debian/changelog | sed -n '/(/,/)/{:a; $!N; /)/!{$!ba}; s/.*(\([^)]*\)).*/\1/p}' | cut -d '-' -f1)+git$(date +'%Y%m%d%H%M')";
|
||||
export DEBFULLNAME="Lugito"
|
||||
export DEBEMAIL="info@lubuntu.me"
|
||||
dch --create --distribution {{ RELEASE }} --package "{{ NAME }}" --newversion $VERSION "CI upload."
|
||||
tar cvf {{ NAME }}_$VERSION.orig.tar upstream;
|
||||
gzip {{ NAME }}_$VERSION.orig.tar;
|
||||
(cd {{ NAME }}; debuild -S -d -sa -k234778F3D70C2B9785EB7426E7BE29862BE6F574; dput {{ UPLOAD_TARGET }} ../{{ NAME }}_$VERSION-0ubuntu1~ppa1_source.changes)
|
||||
(cd {{ NAME }}; dch --create --distribution {{ RELEASE }} --package "{{ NAME }}" --newversion $VERSION "CI upload."; debuild -S -d -sa -k234778F3D70C2B9785EB7426E7BE29862BE6F574; dput {{ UPLOAD_TARGET }} ../{{ NAME }}_$VERSION-0ubuntu1~ppa1_source.changes)
|
||||
</command>
|
||||
</hudson.tasks.Shell>
|
||||
</builders>
|
||||
|
Loading…
x
Reference in New Issue
Block a user