From Fedora Project Wiki
(Support for including architecture name in section names) |
(Do the fix I wanted to do last time) |
||
(One intermediate revision by the same user not shown) | |||
Line 1: | Line 1: | ||
<includeonly> | <includeonly> | ||
{{Anchor|Alpha Objectives}} | |||
== Alpha {{#if:{{{arch_wiki_url|}}}|{{#titleparts: {{{arch_wiki_url}}}||-1}}|}} Objectives == | == Alpha {{#if:{{{arch_wiki_url|}}}|{{#titleparts: {{{arch_wiki_url}}}||-1}}|}} Objectives == | ||
The objectives of the Alpha {{#if:{{{arch_wiki_url|}}}|{{#titleparts: {{{arch_wiki_url}}}||-1}}|}} release are to: | The objectives of the Alpha {{#if:{{{arch_wiki_url|}}}|{{#titleparts: {{{arch_wiki_url}}}||-1}}|}} release are to: | ||
Line 10: | Line 11: | ||
{{{more_objectives|}}} | {{{more_objectives|}}} | ||
{{Anchor|Alpha Release Requirements}} | |||
== Alpha {{#if:{{{arch_wiki_url|}}}|{{#titleparts: {{{arch_wiki_url}}}||-1}}|}} Release Requirements == | == Alpha {{#if:{{{arch_wiki_url|}}}|{{#titleparts: {{{arch_wiki_url}}}||-1}}|}} Release Requirements == | ||
{{Template:Release_criteria_preamble|prerelease=Alpha|arch={{{ | {{Template:Release_criteria_preamble|prerelease=Alpha|arch={{#if:{{{arch_wiki_url|}}}|{{#titleparts: {{{arch_wiki_url}}}||-1}}|}}}} | ||
{{{requirements| | {{{requirements| | ||
Line 18: | Line 20: | ||
# There must be no file conflicts (cases where the files in some packages conflict but the packages have explicit Conflicts: tags are acceptable) or unresolved package dependencies during a media-based (DVD) install | # There must be no file conflicts (cases where the files in some packages conflict but the packages have explicit Conflicts: tags are acceptable) or unresolved package dependencies during a media-based (DVD) install | ||
# Where platform support exists, all dedicated installer images (except {{filename|efidisk.img}}, which offers no options) must boot to the graphical boot menu and allow the user to select install options. If no option is selected, the installer should load after a reasonable timeout | # Where platform support exists, all dedicated installer images (except {{filename|efidisk.img}}, which offers no options) must boot to the graphical boot menu and allow the user to select install options. If no option is selected, the installer should load after a reasonable timeout | ||
# The installer must boot (if appropriate) and run on all [[Architectures#Primary_Architectures|primary architectures]] from default live image, DVD, and boot.iso install media | # The installer must boot (if appropriate) and run {{#if:{{{arch|}}}||on all [[Architectures#Primary_Architectures|primary architectures]]}} from default live image (if appropriate), DVD, and boot.iso install media | ||
# The boot menu for all installation images should include an entry which causes both installation and the installed system to use a generic, highly compatible video driver (such as 'vesa'). This mechanism should work correctly, launching the installer and attempting to use the generic driver | # The boot menu for all installation images should include an entry which causes both installation and the installed system to use a generic, highly compatible video driver (such as 'vesa'). This mechanism should work correctly, launching the installer and attempting to use the generic driver | ||
# The installer must be able to use at least one of the HTTP or FTP remote package source options | # The installer must be able to use at least one of the HTTP or FTP remote package source options | ||
Line 43: | Line 45: | ||
--> | --> | ||
{{Template:Release_criteria_definition|prerelease=Alpha|arch={{{ | {{Template:Release_criteria_definition|prerelease=Alpha|arch={{#if:{{{arch_wiki_url|}}}|{{#titleparts: {{{arch_wiki_url}}}||-1}}|}}}} | ||
== Contingency Plan == | == Contingency Plan == |
Latest revision as of 20:03, 21 July 2011
Template documentation [edit]
- This documentation is transcluded from Template:Fedora 16 Alpha Release Criteria/doc. It will not be transcluded on pages that use this template.
Syntax
To display the release criteria as is, simply invoke the template as noted below.
{{Fedora 16 Alpha Release Criteria}}
Parameters
The template accepts optional parameters to allow the caller to override, or alter, the content as needed. The following parameters are available:
objectives
- Replace existing Objectives section with the provided wiki list. If no value is supplied, the default objectives will be used.
more_objectives
- Append provided objectives to existing wiki list
requirements
- Replace existing Requirements section with the provided wiki list. If no value is supplied, the default requirements will be used.
more_requirements
- Append provided requirements to existing wiki list
contingency_plan
- Replace the existing Contingency Plan section with wiki content provided
responsibility
- Replace the existing Responsibility section with wiki content provided
arch
- String used to signify whether the criteria apply to a specific architecture or platform (e.g.
arch=ppc
). There is no default value for this parameter. arch_wiki_url
- A wiki link used to link to the appropriate platform wiki page (
default=Architectures/x86-64
)