#1 Add the proper file to the repository.
Merged 8 years ago by ralph. Opened 8 years ago by psabata.
psabata/pungi-trigger master  into  master

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

                      '--arch', 'x86_64',

                      #'--extra-file', 'fm-metadata.yaml', # TODO -- need also core.yaml, how?

                      # Remove this one after the above question is solved.

-                     '--extra-file', 'fm-metadata.yaml,{MODULARITY_DIR}/pungi-modularity/fm-modules/core.yaml'.format(**os.environ),

+                     '--extra-file', 'modulemd.yaml,' + tempdir + '/' + filename,

                  ])

          finally:

              try:

no initial comment

@psabata, what about fm-modules/core.yaml? Will things break if we remove it here?

It's not related to the generated repository at all. I frankly have no idea why it was put there in the first place.

The repository should contain the (possibly processed) input YAML.

No, it won't break anything.

Pull-Request has been merged by ralph

8 years ago
Metadata