diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 8ee01735..0a6be58e 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -47,6 +47,9 @@ build_deb: - rm -f ../*.deb - apt-get -y build-dep . - apt-get -y install devscripts + - REV=$(git log -1 --format=%h) + - VER=$(dpkg-parsechangelog -SVersion) + - 'DEBFULLNAME="Librem5 CI" EMAIL="librem5-builds@lists.community.puri.sm" dch -v"$VER+librem5ci$CI_PIPELINE_ID.$REV" "$MSG"' - debuild -i -us -uc -b - cp ../*.deb . @@ -61,6 +64,9 @@ build_deb:arm64: - rm -f ../*.deb - apt-get -y build-dep . - apt-get -y install devscripts + - REV=$(git log -1 --format=%h) + - VER=$(dpkg-parsechangelog -SVersion) + - 'DEBFULLNAME="Librem5 CI" EMAIL="librem5-builds@lists.community.puri.sm" dch -v"$VER+librem5ci$CI_PIPELINE_ID.$REV" "$MSG"' - debuild -i -us -uc -b - cp ../*.deb .