mirror of
https://github.com/lubuntu-team/ci-tooling.git
synced 2025-02-24 16:51:07 +00:00
Add release name to package changelog.
This commit is contained in:
parent
c9ea6627c0
commit
28625b67bb
@ -43,7 +43,7 @@
|
||||
mkdir {{ NAME }};
|
||||
mv -v debian {{ NAME }};
|
||||
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 VERSION="$(head -1 {{ NAME }}/debian/changelog | sed -n '/(/,/)/{:a; $!N; /)/!{$!ba}; s/.*(\([^)]*\)).*/\1/p}' | cut -d '-' -f1)+git$(date +'%Y%m%d%H%M')~{{ RELEASE }}";
|
||||
export DEBFULLNAME="Lugito"
|
||||
export DEBEMAIL="info@lubuntu.me"
|
||||
tar cvf {{ NAME }}_$VERSION.orig.tar upstream;
|
||||
|
Loading…
x
Reference in New Issue
Block a user