Skip to content

Commit

Permalink
doc: enable python bridge related package documentation
Browse files Browse the repository at this point in the history
The Python bridge is already the default bridge in our project and the C
bridge was removed in 7c7ab45.
  • Loading branch information
jelly authored and martinpitt committed Nov 24, 2024
1 parent c7d327f commit 3e49c36
Showing 1 changed file with 0 additions and 4 deletions.
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

0 comments on commit 3e49c36

Please sign in to comment.