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

WIP - Variants #132

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
@@ -543,6 +543,48 @@
</listitem>
</varlistentry>

<varlistentry id="tag-ct-variants">
<term>&lt;variants/&gt;</term>
<listitem>
<para>
This tag lists variants of this
component. For example, the Modularity
effort of Fedora will provide multiple
'streams' for a given component, where
each stream tracks a different major
version of an upstream project.
</para>
<para>
Variants conflict with each other: At
most one variant can be installed at any
one time.
</para>
<para>
This tag includes one or more
&lt;variant/&gt; tags. Each of these
children can have the same tags as the
&lt;component/&gt; tag, and provide a
replacement value. For example, if a
&lt;variant/&gt; has a
&lt;description&gt; tag, this should be
shown instead of the &lt;description&gt;
tag of the component.
</para>
<para>
A &lt;variant/&gt; must include a
&lt;variantsummary&gt;. This is a short
text that can be displayed in a menu
that allows selection of a variant.
</para>
<para>
If the &lt;variants/&gt tag is present,
it should list all variants, including
the main variant described by the
&lt;component/&gt; tag.
</para>
</listitem>
</varlistentry>

<varlistentry id="tag-ct-languages">
<term>&lt;languages/&gt;</term>
<listitem>