ci: add lsb-release.

This commit is contained in:
Alexandre Pujol 2021-12-05 00:23:49 +00:00
parent 9ce1226ee2
commit df71d5f964
No known key found for this signature in database
GPG Key ID: C5469996F0DF68EC

View File

@ -53,7 +53,7 @@ archlinux:
image: registry.gitlab.com/archlex/packages/builders/arch
script:
- updpkgsums
- sudo pacman -Syu --noconfirm --noprogressbar
- sudo pacman -Syu --noconfirm --noprogressbar lsb-release
- makepkg -s --noconfirm --noprogressbar
artifacts:
expire_in: 1 day
@ -66,7 +66,7 @@ debian:
script:
- VERSION="$(date +%y.%m%d)-1"
- mkdir -p "$PKGDEST"
- sudo apt-get update -q && sudo apt-get install -y config-package-dev rsync
- sudo apt-get update -q && sudo apt-get install -y golang-go lsb-release config-package-dev rsync
- dch --newversion=$VERSION --urgency=medium --distribution=stable --controlmaint "Release $VERSION"
- dpkg-buildpackage -b -d --no-sign
- mv ../*.deb $PKGDEST/