#856 Add rawhide repository to satisfy missing deps for lorax
Merged 3 years ago by jkaluza. Opened 3 years ago by sgallagh.
sgallagh/pungi-fedora eln  into  eln

file modified
+7
@@ -139,6 +139,13 @@ 

      })

  ]

  

+ # Add the rawhide repository for missing packages

+ lorax_extra_sources = [

+     ('^Everything$', {

+         '*': 'https://kojipkgs.fedoraproject.org/repos/f33-build/latest/$basearch/',

+     })

+ ]

+ 

  #extra_packages = [

  #    '/mnt/packages/foo*',

  #]

rebased onto 93b0e0a

3 years ago

@sgallagh, but that will mean the installer will run on f33 RPMs and no ELN RPMs (unless you ensure NVRs in the ELN are higher). So for example it will use F33 kernel for installation (it will install ELN kernel on the system, but the installation itself will run using f33 kernel).

I will merge it just to check if that odcs-2300 failure was some temporary issue or if it real problem. Let's discuss the impact from my previous comment on irc.

Pull-Request has been merged by jkaluza

3 years ago