mirror of
https://github.com/roddhjav/apparmor.d.git
synced 2025-01-18 00:48:10 +01:00
ci: add lsb-release.
This commit is contained in:
parent
9ce1226ee2
commit
df71d5f964
1 changed files with 2 additions and 2 deletions
|
@ -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/
|
||||
|
|
Loading…
Reference in a new issue