~edwargix/git.sr.ht

9f0a18bd0418bf5d76b41ab9e00e416d6cb9a033 — Drew DeVault 7 years ago 55a1030
Disable auto_source fixup in git.sr.ht worker

This breaks builds which clone repos over SSH
1 files changed, 1 insertions(+), 1 deletions(-)

M gitsrht/worker.py
M gitsrht/worker.py => gitsrht/worker.py +1 -1
@@ 68,7 68,7 @@ def _auto_setup_auto_source(repo, m):

_auto_setup_funcs = {
    'sub_source': _auto_setup_sub_source,
    'auto_source': _auto_setup_auto_source
    #'auto_source': _auto_setup_auto_source
}

def _auto_setup_manifest(repo, m):