Skip to content

Commit

Permalink
Merge pull request #1 from dcermak/readme-improvement
Browse files Browse the repository at this point in the history
Add missing Leap Micro 5.5 & 6.0 projects
  • Loading branch information
dcermak authored Jul 15, 2024
2 parents 0f6081f + caaf74f commit 2b547df
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,5 @@ Get the corresponding main development project in the `Open Build Service

.. code-block:: python-console
>>> [f"{d.name}: {d.obs_project_name}" for d in aliases["opensuse-all"] if d.obs_project_name]
['openSUSE Leap: openSUSE:Leap:15.6', 'openSUSE Leap: openSUSE:Leap:15.5', 'openSUSE Tumbleweed: openSUSE:Factory']
>>> [f"{d.name}: {d.obs_project_name}" for d in aliases["opensuse-all"]]
['openSUSE Leap: openSUSE:Leap:15.6', 'openSUSE Leap: openSUSE:Leap:15.5', 'openSUSE Leap Micro: openSUSE:Leap:Micro:6.0', 'openSUSE Leap Micro: openSUSE:Leap:Micro:5.5', 'openSUSE Tumbleweed: openSUSE:Factory']

0 comments on commit 2b547df

Please sign in to comment.