Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update README for stdeb 0.9.0 and the Suite3 option. #35

Merged
merged 1 commit into from
Dec 10, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ The following dependencies need to be installed before being able to run the `ro
* Install up-to-date setuptools via PIP (if necessary):
* `pip3 install --upgrade setuptools`
* See https://packaging.python.org/guides/tool-recommendations/#publishing-platform-migration for more information why that is necessary.
* Install `stdeb` (0.8.4 or higher) via PIP:
* Install `stdeb` (0.9.0 or higher) via PIP:
* `sudo pip install [--upgrade] stdeb`
* `sudo pip3 install [--upgrade] stdeb`
* Do **not** use the Debian packages on Wily and newer.
Expand Down Expand Up @@ -61,6 +61,12 @@ Release a Python package only into new suites

Invoke `scripts/ros_release_python --include --upload` in the root folder of the Python package.

Releasing only python3 packages into new suites
-----------------------------------------------

As of stdeb 0.9.0 a `Suite3` option is allowed in stdeb.cfg when building python2 and python3 packages separately as these scripts do.
You can use this feature to prevent the release of python2 packages into new distributions where we do not support python2 (e.g. Ubuntu 20.04 Focal).

Sync into building / testing / main repos
-----------------------------------------

Expand Down