codeblock / pagure

Forked from pagure 6 years ago
Clone

348bee7 use tmp when creating repo to add README file to

Authored and Committed by ryanlerch 7 years ago
    use tmp when creating repo to add README file to
    
    We have to create a non-bare repo to add the new
    README file to when creating the README automatically
    when creating a project. Previously this was being
    created and then removed from the main repos directory,
    but this commit uses the python module tempfile to
    use temp.
    
        
file modified
+1 -1