frostyx / copr / copr

Forked from copr/copr 7 years ago
Clone

cf6084d [backend] generate module artifacts in the correct format

4 files Authored by frostyx 5 years ago, Committed by msuchy 5 years ago,
    [backend] generate module artifacts in the correct format
    
    Previously we used to generate artifacts in following format:
    
        ed-1.14.2-5.fc30.x86_64
    
    Which is wrong and it is spected to be:
    
        ed-0:1.14.2-5.fc30.x86_64
    
    According to the modulemd yaml specification:
    
    https://pagure.io/modulemd/blob/master/f/spec.yaml
    https://github.com/fedora-modularity/libmodulemd/blob/master/spec.v2.yaml
    
    Because of that, DNF wasn't even able to list the modules from our repo.
    
        
file modified
+4 -2
file modified
+8 -0
file modified
+1 -0