postmarketos-mkinitfs: trigger on initramfs tests (MR 4420)
Add a trigger to rebuild the initramfs when CI tests are installed. [ci:ignore-count]
This commit is contained in:
parent
c99a360a6e
commit
614cbdc5d1
1 changed files with 2 additions and 2 deletions
|
@ -2,7 +2,7 @@
|
|||
# Co-Maintainer: Clayton Craft <clayton@craftyguy.net>
|
||||
pkgname=postmarketos-mkinitfs
|
||||
pkgver=2.2.2
|
||||
pkgrel=0
|
||||
pkgrel=1
|
||||
pkgdesc="Tool to generate initramfs images for postmarketOS"
|
||||
url="https://postmarketos.org"
|
||||
depends="
|
||||
|
@ -10,7 +10,7 @@ depends="
|
|||
"
|
||||
makedepends="go scdoc"
|
||||
replaces="mkinitfs"
|
||||
triggers="$pkgname.trigger=/usr/share/mkinitfs/*:/usr/share/kernel/*:/usr/share/mkinitfs-triggers:/usr/share/deviceinfo"
|
||||
triggers="$pkgname.trigger=/usr/share/mkinitfs/*:/usr/share/kernel/*:/usr/share/mkinitfs-triggers:/usr/share/deviceinfo:/usr/libexec/pmos-tests-initramfs"
|
||||
# mkinitfs-vendor-$pkgver.tar.gz: vendored Go deps, is part of the release:
|
||||
# https://gitlab.com/postmarketOS/postmarketos-mkinitfs/-/releases
|
||||
source="
|
||||
|
|
Loading…
Reference in a new issue