tmz / rpms / dionaea

Forked from rpms/dionaea 5 years ago
Clone

28d5c77 Don't modify the user's git config in %%prep (#1696417)

Authored and Committed by tmz 5 years ago
1 file changed. 7 lines added. 4 lines removed.
    Don't modify the user's git config in %%prep (#1696417)
    
    Using 'git config --global' modified ~/.gitconfig rather than the
    repository .git/config file.  Avoid changing the global config of the
    user running a local build or just calling 'fedpkg prep' to unpack the
    sources.
    
        
file modified
+7 -4