Skip to content

Commit

Permalink
Fix try epel story to right structure
Browse files Browse the repository at this point in the history
  • Loading branch information
Ismail Ibrahim Quwarah committed Sep 16, 2024
1 parent 241dda6 commit 66a661a
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 13 deletions.
2 changes: 1 addition & 1 deletion docs/releases.rst
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ multiple tmt instances shared sockets incorrectly. A fix landed in
but this solution will break for plans with longer names because of
unavoidable UNIX socket path limit of 104 (or 108) characters.

``tmt try`` now supports :ref:`/stories/cli/try/option/epel` option
``tmt try`` now supports :ref:`/stories/cli/try/epel` option
backed by :ref:`prepare/feature</plugins/prepare/feature>` plugin.


Expand Down
21 changes: 9 additions & 12 deletions stories/cli/try.fmf
Original file line number Diff line number Diff line change
Expand Up @@ -128,21 +128,18 @@ link:
execute:
how: tmt

/option:
/epel:
story:
As a user I want an easy way to run common options in ``1minutetip`` and ``tmt run``

/epel:
story:
As a user I want an easy way to enable epel repository
description: |
Enable EPEL repository
description: |
Enable EPEL repository

.. versionadded:: 1.37
.. versionadded:: 1.37

example:
- tmt try fedora@virtual --epel
example:
- tmt try fedora@virtual --epel

link:
- implemented-by: /tmt/trying.py
- implemented-by: /tmt/steps/prepare/feature.py
link:
- implemented-by: /tmt/trying.py
- implemented-by: /tmt/steps/prepare/feature.py

0 comments on commit 66a661a

Please sign in to comment.