|
|
|
@ -36,7 +36,7 @@ if __name__ == "__main__": |
|
|
|
|
if data[project].get('exclude', False): |
|
|
|
|
continue |
|
|
|
|
checker_result = project_class.check(data, project, current_time) |
|
|
|
|
if project in ["CPAN", "ubuntu", "ubuntu_releases", "manjaro", "mxlinux", "cran", "ctan", "gentooportage"]: |
|
|
|
|
if project in ["CPAN", "ubuntu_releases", "manjaro", "mxlinux", "cran", "ctan", "gentooportage"]: |
|
|
|
|
if checker_result: |
|
|
|
|
safe_print(f"Success: {project} up-to-date") |
|
|
|
|
else: |
|
|
|
|