Related to #19. - Module was renamed to match csc gitea - OpenBSD was removed as the unimplemented template prevented builds - Gnome was removed as 29 errors were masked by a missing "(" and it would probably be faster to rewrite - Removed "data.OOSInterval" string asserts from Linux Mint & Rasberry Pi checkers since it is not a string and cannot be asserted as one - Replaced imports using {}s instead of ()s which prevented builds Co-authored-by: Ohm Patel <ohm.patel@uwaterloo.ca> Co-committed-by: Ohm Patel <ohm.patel@uwaterloo.ca>
Mirror Checker 2
To be written in the future....
How to test
How to build
Download dependencies:
go get -u
Examples
go run . check debian ubuntu < data/example.in # from the project root directory, read the config and run all checks for the specified projects
Commands
After building...
Notes (for devs)
...
From the original mirror checker: Future notes: Because many of the mirror checkers are built very specific to each mirror. A slight change in the way the project manages their mirror-related websites, public repos etc. can drastically influence whether the mirror checker works correctly or not. These problems are also unfortunately very hard to detect, so it's important that CSC actively maintain the mirror checker so that it works as intended in the long term.
Extra notes: A test client for individual mirror checker classes is provided as test.py. To use it, simply change all occurrences of the imported project class
Description
Languages
Go
98.9%
Makefile
1.1%