Skip to content
This repository has been archived by the owner on Oct 17, 2021. It is now read-only.

Latest commit

 

History

History
24 lines (14 loc) · 643 Bytes

README.md

File metadata and controls

24 lines (14 loc) · 643 Bytes

Aurora Scheduler Client

Python 2 based Aurora Schduler client.

This project is looking for a maintainer. please reach out via slack if you're interested in maintaining this project.

Running all tests:

$ ./pants test src/test/python/apache/aurora::

Building instructions:

Client:

$ ./pants binary src/main/python/apache/aurora/kerberos:kaurora

Admin client:

$ ./pants binary src/main/python/apache/aurora/kerberos:kaurora_admin

Thermos observer:

$ ./pants binary src/main/python/apache/aurora/tools:thermos_observer

Create python source distributions:

$ ./build-support/release/make-python-sdists