mirror-checker/README.md

1000 B

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