bundles/pacman: fix archzfs-kernels repo name
All checks were successful
kunsi/bundlewrap/pipeline/head This commit looks good

This commit is contained in:
Franzi 2022-03-23 21:03:35 +01:00
parent 26a26db886
commit 2f8306a14a
Signed by: kunsi
GPG key ID: 12E3D2136B818350

View file

@ -47,10 +47,10 @@ SigLevel = Optional TrustAll
[archzfs]
Server = http://archzfs.com/archzfs/x86_64
[archzfs-kernels]
% if node.metadata.get('pacman/linux-lts', False):
Server = http://kernels.archzfs.com/zfs-linux-lts/
[zfs-linux-lts]
% else:
Server = http://kernels.archzfs.com/zfs-linux/
[zfs-linux]
% endif
Server = http://kernels.archzfs.com/$repo/
% endif