azkaban-aplcache
Name | Message | Date |
---|---|---|
create_release.py | ||
create_release_test.py | ||
README.md |
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)