bundles/pacman: fix archzfs-kernels repo name
All checks were successful
kunsi/bundlewrap/pipeline/head This commit looks good
All checks were successful
kunsi/bundlewrap/pipeline/head This commit looks good
This commit is contained in:
parent
26a26db886
commit
2f8306a14a
1 changed files with 3 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue