Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

For a Python package the release yaml file must list the log directory, python version and more. Example release yaml file content:

---
distribution_type: pypi
log_dir: ric-plt-lib-rmr-python-pypi-merge-master/1
pypi_project: rmr
python_version: 3.7
version: 1.0.0
project: myproject

After the release merge job runs to completion, the packages should appear in the https://pypi.org index.

Releasing a PackageCloud DEB/RPM package

This is not yet supported by a self-release process. Write a ticket at https://jira.linuxfoundation.org/servicedesk

Jenkins Job Builder Templates

...