Skip to content
Snippets Groups Projects
Commit 20232cc3 authored by Antoine Lambert's avatar Antoine Lambert
Browse files

cran: Fix ListedOrigin visit type

CRAN origins must be loaded with the cran visit type and not the tar one.

Related to T3675
parent 5bba1a78
No related branches found
No related tags found
No related merge requests found
......@@ -60,7 +60,7 @@ class CRANLister(StatelessLister[PageType]):
yield ListedOrigin(
lister_id=self.lister_obj.id,
url=origin_url,
visit_type="tar",
visit_type="cran",
last_update=parse_packaged_date(package_info),
extra_loader_arguments={
"artifacts": [
......
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