Check whether our mirror packages are up to date.
Go to file
Bryan Chen 2ee05653fc Gnome checker 2024-04-25 02:14:41 -07:00
checkers Gnome checker 2024-04-25 02:14:41 -07:00
config update latest checkers 2023-12-17 02:26:28 -05:00
data write boilerplate and structure 2023-05-18 08:55:50 -04:00
web web update endpoint list 2023-10-21 00:47:31 -04:00
.gitignore ignore .vscode 2023-06-04 16:22:22 -04:00
Makefile make: fix default goal 2023-06-25 00:52:23 -04:00
README.md readme: add testing commands 2023-06-25 01:12:42 -04:00
go.mod go: update dependencies 2023-06-25 01:13:06 -04:00
go.sum go: update dependencies 2023-06-25 01:13:06 -04:00
main.go improve command information 2023-12-17 02:27:15 -05:00

README.md

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