- Using nginx to route local incoming traffic 🚦
- Reset your RABBITMQ configuration 🐇
- Large Augur instance reference postgresql.conf 🤓
- Check the Clones in an Augur Instance This makes sure that the clones are all valid and not corrupted and fixes any that go off the beaten track.
- Create a python virtual environment if you don't already have one setup
python3 -m venv .venvfollowed bysource .venv/bin/activate - Install required libraries:
pip install -r requirements.txt - Run the program:
python check_clones.py --dry-run
This program will generate output like this, with each file representing a list of repositories in each state:
repo_check_20250604_1523.csv
repo_check_20250604_1523.json
repo_check_fsck_failed_20250604_1523.csv
repo_check_fetch_failed_20250604_1523.csv
repo_check_missing_origin_20250604_1523.csv