vashirov / pagure

Forked from pagure 5 years ago
Clone

420d375 Port the default hook to the new runner system

Authored and Committed by pingou 5 years ago
    Port the default hook to the new runner system
    
    Basically, instead of having a dedicated file, the default hook
    implements the BaseRunner interface and specify the method corresponding
    to the git hook of interest (in this case, the post-receive hook).
    
    Signed-off-by: Pierre-Yves Chibon <pingou@pingoured.fr>
    
        
file modified
+1 -1
file modified
+265 -5