mirror of
https://github.com/roddhjav/apparmor.d.git
synced 2024-11-15 07:54:17 +01:00
ci: add lsb-release.
This commit is contained in:
parent
9ce1226ee2
commit
df71d5f964
@ -53,7 +53,7 @@ archlinux:
|
|||||||
image: registry.gitlab.com/archlex/packages/builders/arch
|
image: registry.gitlab.com/archlex/packages/builders/arch
|
||||||
script:
|
script:
|
||||||
- updpkgsums
|
- updpkgsums
|
||||||
- sudo pacman -Syu --noconfirm --noprogressbar
|
- sudo pacman -Syu --noconfirm --noprogressbar lsb-release
|
||||||
- makepkg -s --noconfirm --noprogressbar
|
- makepkg -s --noconfirm --noprogressbar
|
||||||
artifacts:
|
artifacts:
|
||||||
expire_in: 1 day
|
expire_in: 1 day
|
||||||
@ -66,7 +66,7 @@ debian:
|
|||||||
script:
|
script:
|
||||||
- VERSION="$(date +%y.%m%d)-1"
|
- VERSION="$(date +%y.%m%d)-1"
|
||||||
- mkdir -p "$PKGDEST"
|
- 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"
|
- dch --newversion=$VERSION --urgency=medium --distribution=stable --controlmaint "Release $VERSION"
|
||||||
- dpkg-buildpackage -b -d --no-sign
|
- dpkg-buildpackage -b -d --no-sign
|
||||||
- mv ../*.deb $PKGDEST/
|
- mv ../*.deb $PKGDEST/
|
||||||
|
Loading…
Reference in New Issue
Block a user