-
Notifications
You must be signed in to change notification settings - Fork 11
Home
Brian Warner edited this page Feb 28, 2018
·
11 revisions
Facade is a tool for monitoring who is contributing code to git repositories. When properly configured, it can provide useful insights into who is doing the bulk of the work across multiple repos, and allow you to identify when an organization's contribution patterns change.
Facade has migrated from Python 2 to Python 3 for a variety of reasons. The legacy Python 2 version is in a branch, appropriately called "python2-legacy", in case you need to stick with that. New development will proceed using Python 3.
- If you are doing a fresh install: the install_deps.sh script will pull in the proper versions of things.
- If you are updating an existing installation: you need to run install_deps.sh again to pull in the proper dependencies. If you're using cron to run facade-worker.py you'll also need to change python to python3 in your crontab.