Skip to content

Commit

Permalink
Fixed documentation for signing key attribute
Browse files Browse the repository at this point in the history
The source locator name for local files was incorrect
  • Loading branch information
schaefi committed Jan 20, 2025
1 parent cf1f137 commit 44a2eee
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions doc/source/image_description/elements.rst
Original file line number Diff line number Diff line change
Expand Up @@ -1514,7 +1514,7 @@ the `%arch` macro which will expand to the architecture of the image
building host. The value for the path attribute may begin with any of
the following location indicators:

* ``dir:///local/path``
* ``file:///local/path``
An absolute path to a directory accessible through the local file system.

* ``ftp://<ftp://>``
Expand Down Expand Up @@ -1558,8 +1558,8 @@ following example:
<repository alias="kiwi">
<source path="{exc_kiwi_repo}">
<signing key="/path/to/sign_key_a"/>
<signing key="/path/to/sign_key_b"/>
<signing key="file:///path/to/sign_key_a"/>
<signing key="file:///path/to/sign_key_b"/>
</source>
</repository>
Expand Down

0 comments on commit 44a2eee

Please sign in to comment.