Closed jorhett closed 2 months ago
crb
plus
do_build
Notice: /Stage[main]/Slurm::Install/Slurm::Build[24.05.2]/Exec[build-slurm-24.05.2]: Dependency Archive[slurm-24.05.2.tar.bz2] has failures: true
With this patch it will properly install when the packages are in a DNF/YUM repo.
This entire build block is a little clunky and could be optimized if you don't mind a refactoring PR
I have a doubt that this will work with EL8 but I'll fix it if needed.
Thanks!
Fixes
crb
andplus
repositories in EL9do_build
to false causes apply to fail since it's referring to resources within the build blockWith this patch it will properly install when the packages are in a DNF/YUM repo.
This entire build block is a little clunky and could be optimized if you don't mind a refactoring PR