Skip to content
Snippets Groups Projects
Verified Commit 3a375d5b authored by Antoine R. Dumont's avatar Antoine R. Dumont
Browse files

Disable the sourceforge lister origins

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

Related to T3350
parent 729e7616
No related branches found
No related tags found
1 merge request!227Disable the sourceforge lister origins
...@@ -253,6 +253,7 @@ class SourceForgeLister(Lister[SourceForgeListerState, SourceForgeListerPage]): ...@@ -253,6 +253,7 @@ class SourceForgeLister(Lister[SourceForgeListerState, SourceForgeListerPage]):
visit_type=hit.vcs.value, visit_type=hit.vcs.value,
url=hit.url, url=hit.url,
last_update=iso8601.parse_date(hit.last_modified), last_update=iso8601.parse_date(hit.last_modified),
enabled=False,
) )
def _get_pages_from_subsitemap( def _get_pages_from_subsitemap(
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment