From 3a375d5bccfedb8969a8ec10e0b1cd34f9c16b10 Mon Sep 17 00:00:00 2001
From: "Antoine R. Dumont (@ardumont)" <ardumont@softwareheritage.org>
Date: Mon, 31 May 2021 15:59:49 +0200
Subject: [PATCH] Disable the sourceforge lister origins

This is a temporary workaround the time we make a first pass on those repositories.

Related to T3350
---
 swh/lister/sourceforge/lister.py | 1 +
 1 file changed, 1 insertion(+)

diff --git a/swh/lister/sourceforge/lister.py b/swh/lister/sourceforge/lister.py
index 15ad7f21..1b0951c5 100644
--- a/swh/lister/sourceforge/lister.py
+++ b/swh/lister/sourceforge/lister.py
@@ -253,6 +253,7 @@ class SourceForgeLister(Lister[SourceForgeListerState, SourceForgeListerPage]):
                 visit_type=hit.vcs.value,
                 url=hit.url,
                 last_update=iso8601.parse_date(hit.last_modified),
+                enabled=False,
             )
 
     def _get_pages_from_subsitemap(
-- 
GitLab