Please refer to the developer guide to learn about our workflow, code style and more.
It is possible to provide fake composer connection in order to start the service:
PGHOST=nuc
PGDATABASE=database
PGUSER=user
PGPASS=password
COMPOSER_CLIENT_ID=1
COMPOSER_TOKEN_URL=http://localhost
COMPOSER_OFFLINE_TOKEN=1
DISTRIBUTIONS_DIR=distributions
LOG_LEVEL=trace
Then build and run the project, or just:
make run
tools/generate-package-lists
can be used in combination with a distributions/
file to generate a package list.
If the repository requires a client tls key/cert you can supply them with
--key
and --cert
.