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

doc: enable python bridge related package documentation #21307

Merged
merged 1 commit into from
Nov 24, 2024
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
4 changes: 0 additions & 4 deletions doc/guide/packages.xml
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,6 @@ $ cockpit-bridge --packages
where there are conflicts. For example given two packages with the same
<code>name</code> a package is chosen based on its priority.</para></listitem>
</varlistentry>
<!-- TODO: enable this once moving to the Python bridge by default; also update example below
<varlistentry>
<term>conditions</term>
<listitem><para>An optional list of <code>{"predicate": "value"}</code> objects. Cockpit will only
Expand All @@ -117,7 +116,6 @@ $ cockpit-bridge --packages
This is preferable to using <code>priority</code>, but only available since Cockpit FIXME-RELEASE.</para>
</listitem>
</varlistentry>
-->
<varlistentry>
<term>requires</term>
<listitem><para>An optional JSON object that contains a <code>"cockpit"</code>
Expand Down Expand Up @@ -262,7 +260,6 @@ $ cockpit-bridge --packages
}
</programlisting>

<!-- TODO: enable this once moving to the Python bridge by default
<programlisting>
{
"version": 0,
Expand All @@ -282,7 +279,6 @@ $ cockpit-bridge --packages
}
}
</programlisting>
-->

</section>

Expand Down