From Fedora Project Wiki
m (Fixed templates and links) |
mNo edit summary |
||
Line 12: | Line 12: | ||
* (./) If the spin is to be included in the coming release, the spin MUST be composed on rawhide, using the compose tools in rawhide, and the packages from rawhide. | * (./) If the spin is to be included in the coming release, the spin MUST be composed on rawhide, using the compose tools in rawhide, and the packages from rawhide. | ||
* (./) Installation from the spin, whether a Live Spin or an Install Spin, MUST work. | * (./) Installation from the spin, whether a Live Spin or an Install Spin, MUST work. | ||
{{ | {{Admon/caution | Fixing packages or applications on the Spin is not allowed. A fix goes upstream.}} | ||
== Live Spins == | == Live Spins == | ||
Line 25: | Line 25: | ||
* A Live Spin that fits on a CD should use <code>part / 4096</code>, which is in the base kickstart already. | * A Live Spin that fits on a CD should use <code>part / 4096</code>, which is in the base kickstart already. | ||
* A Live Spin that fits on a DVD should use <code>part / 8192</code>, overriding the base kickstart default. | * A Live Spin that fits on a DVD should use <code>part / 8192</code>, overriding the base kickstart default. | ||
{{ | {{Admon/caution | Do NOT change the default behavior of applications. An example is to configure Nautilus to use the "Browser mode" by default. There may be valid reasons to change parts of the application, but you'll need to discuss them with the Spin SIG in your proposal.}} | ||
=== Localized Spins === | === Localized Spins === |
Revision as of 19:41, 3 June 2008
Community Spin Guidelines
This page describes the DOs and DONTs for Community Spins being submitted for review to the Spin SIG .
This document should also include guidelines with regards to the snippet layout as proposed in Kickstart Pool .
DOs and DONTs
- (./) All bits on the spin concept MUST be in Fedora.
- (./) The spin concept MUST be tested thoroughly before submitting it to the Spin SIG for technical review.
- (./) If the spin is to be included in the coming release, the spin MUST be composed on rawhide, using the compose tools in rawhide, and the packages from rawhide.
- (./) Installation from the spin, whether a Live Spin or an Install Spin, MUST work.
Live Spins
- (./) The Live Spin concept MUST be composed using a kickstart configuration.
- (./) The Live Spin MUST include the base kickstart, which is designed to make the Live Spin work.
- (./) The kickstart MUST be valid.
- HINT: Use
ksflatten
to see if all%include
statements work properly. You probably shouldn't use absolute file paths. - HINT: Use
ksvalidator
to see if all directives used are valid. - (./) The Live Spin MUST be maintained for the remainder of it's lifecycle.
- (./) The Live Spin MUST fit on a CD (700MB, preferably a little smaller), or DVD (4.3GB, preferably a little smaller).
- A Live Spin that fits on a CD should use
part / 4096
, which is in the base kickstart already. - A Live Spin that fits on a DVD should use
part / 8192
, overriding the base kickstart default.
Localized Spins
- (./) Other then locale, timezone and keyboard settings, and language-specific packages, the Localized Spin must match the upstream Live Spin you based the Localized Live Spin on. You can change the following things:
lang
keyboard
timezone
@*-support
package selections (languages) in the%packages
manifestaspell-*
/hunspell-*
package selections in the%packages
manifestopenoffice.org-langpack-*
package selections in the%packages
manifest- Package selection to meet the size as well as local hardware, software and cultural requirements.
Installation Spins
- No notes on Installation Spins yet.
Additional Reading
- Spin Submission Process
- Kickstart Pool . Details on the pool of kickstarts.