README.md

14 lines | 474 B Blame History Raw Download

The python scripts in this directory require python3. A python virtual environment is recommended to run these scripts.

The tool assumes that the upstream remote points to the main repo.

e.g.

(python-3.7.0)[~/oss/azkaban (master)]$ git remote -v
origin git@github.com:HappyRay/azkaban.git (fetch)
origin git@github.com:HappyRay/azkaban.git (push)
upstream git@github.com:azkaban/azkaban.git (fetch)
upstream git@github.com:azkaban/azkaban.git (push)