#251 Fedora-Modular-Rawhide: Add nodejs-8 and switch back to gather_method='deps'
Merged 6 years ago by mohanboddu. Opened 6 years ago by jkaluza.
jkaluza/pungi-fedora master  into  master

file modified
+1 -1
@@ -36,7 +36,7 @@ 

  

  # GATHER

  gather_source = 'module'

- gather_method = 'nodeps'

+ gather_method = 'deps'

  check_deps = False

  greedy_method = 'build'

  

file modified
+1
@@ -11,6 +11,7 @@ 

          </arches>

          <modules>

                  <module>base-runtime-master</module>

+                 <module>nodejs-8</module>

          </modules>

      </variant>

  </variants>

Current Fedora-Modular-Rawhide compose is broken since Friday when we started using "nodeps" gather_method. This is bug in Pungi which I've fixed today upstream: https://pagure.io/pungi/pull-request/634.

Until there is new Pungi release deployed with this fix, I would like to use gather_method = 'deps' again. This is what I'm doing in this PR.

Modularity team also asked me to include nodejs-8 module in Rawhide compose. I presume more modules will follow once they find out this one is OK. I will then add more of them in a bigger batch.

rebased

6 years ago

Pull-Request has been merged by mohanboddu

6 years ago