bpeck / pungi-fedora

Forked from pungi-fedora 7 years ago
Clone

91e76bb Use compose-utils to copy variants into public location

Authored and Committed by lsedlar 7 years ago
1 file changed. 18 lines added. 15 lines removed.
    Use compose-utils to copy variants into public location
    
    This requires compose-utils >= 0.1.7.
    
    Currently only primary architectures are composed based on this config.
    Once other arches are added, they can be filtered with `--arch` option.
    
    To debug what will happen when the command is run, add `--dry-run`. It
    will print the exact rsync commands that would be used. Appending `--
    --dry-run` at the end of the command will pass the option to rsync and
    give different debugging information.
    
    Signed-off-by: Lubomír Sedlář <lsedlar@redhat.com>
    
        
file modified
+18 -15