distrobuild icon indicating copy to clipboard operation
distrobuild copied to clipboard

Distribution builder

distrobuild

THIS PROJECT IS STILL A WORK IN PROGRESS

Development

Kerberos

kinit -R -kt {PATH_TO_KEYTAB} koji/[email protected] -S HTTP/[email protected]

UI

cd ui
yarn
yarn start

Server

virtualenv .venv
source .venv/bin/activate
pip install -r requirements.txt
# set database settings in distrobuild/settings.py
aerich upgrade
uvicorn distrobuild.app:app --reload --port 8090

Scheduler

source .venv/bin/activate
python3 run_scheduler.py