diff --git a/main.py b/main.py index 1f2c01c..f8241a7 100644 --- a/main.py +++ b/main.py @@ -27,6 +27,10 @@ if __name__ == "__main__": print(f"Failure: {project} does not exist") continue project_class = getattr(sys.modules[__name__], project) + + # Skip projects we no longer mirror + if project in ["pkgsrc", "qtproject", "DebianPorts", "OpenBSD"]: + continue if project in ["CPAN", "ubuntu", "ubuntu_releases", "manjaro", "mxlinux", "cran", "ctan", "gentooportage"]: checker_result = project_class.check(data, project, current_time) if checker_result: