From Fedora Project Wiki
m (Use Template:result2)
(draft)
Line 1: Line 1:
{{draft}}
{{draft}}


== Key ==
== What is Rawhide? ==


Please follow the format below when posting test results.
The name ''Rawhide'' is given to the current development head of Fedora.  For example, while {{FedoraVersion|long|next}} is being [[Releases/Schedule|developed and released]], content destined for {{FedoraVersion|long|next2}} is available in Rawhide.


{| class="wikitable sortable" border="1"
Rawhide is available for consumption in several different ways, including:
! Priority !! Test Case !! i386 !! x86_64 !! References
# A daily snapshot of the latest built Fedora packages
|-
# A collection of non-destructive live images, built daily, for each [http://spins.fedoraproject.org/about] Fedora Spin
| Tier1
 
| A sample test
== Who should use Rawhide? ==
| {{result2|none}} <ref>Indicates untestedAwaiting help from a tester.</ref>
 
| style="background:lightgrey;"| {{result2|none}} <ref> Indicates unsupported configuration </ref>
No-one should use Rawhide as their main day-to-day workstation.
| <references/>
 
|-
Since Rawhide is a development branch, many changes are not heavily tested (or tested at all) before being released.  Packages in Rawhide can, and do, break without warning.  It is even possible that bugs in Rawhide could cause data loss.   
| Tier2
 
| Another sample test
However, testing Rawhide is a very valuable activity which helps to direct Fedora development and provides a way to try out the latest software as early as possible.
| {{result2|pass|liam}} <ref>Indicates a test that has passed. </ref>
 
{{result2|inprogress|adamwill}} <ref>Indicates a test that is inprogressInprogress results should be temporary and change to pass, fail or warn. </ref>
== Developing for Rawhide ==
| {{result2|fail|jlaska|12345|54321}} <ref>Indicates a failed test. A link to a bug must be providedSee [[Template:Result]] for details on providing a bug# </ref>
 
{{result2|warn|rhe}} <ref>Indicates a test has passsed, however failures where discovered in other areas during testing. </ref>
FIXME - link to information for developers (tagging, comiting etc...)
| <references/>
 
|-
== Using Rawhide ==
|}
 
Using Rawhide is a great way to contribute to Fedora development.  There are several ways get started.  This section will detail the preferred methods.
 
=== {{command|yum update}} ===
 
For details and information on installing a Fedora release please see the [http://docs.fedoraproject.org/install-guide/ Installation Guide] for the appropriate release.
 
Once your system is installed, you can upgrade to Rawhide using one of two waysFor desktop users:
 
# First, modify your software sources to include '''only''' the Rawhide package repository. Launch the package update tool by selecting ''System'' -> ''Administration'' -> ''Add/Remove Software''. 
# Next, select the software sources tool by selecting ''System'' -> ''Software Sources''
# Disable all software sources, leaving '''only''' the ''Fedora - Rawhide'' software source enabled
# Finally, update your system using the software update tool. Select ''System'' -> ''Administration'' -> ''Software Update''
 
Alternatively, for command-line users, you may upgrade by entering the following command:
 
<pre># yum --disablerepo=* --enablerepo=rawhide update</pre>
 
=== Live image ===
 
You can download and run Rawhide using one of several live images built daily.
 
# First, [http://alt.fedoraproject.org/pub/alt/nightly-composes/ download] the appropriate live image spin
# Next, determine how you wish to boot the live imageFor example ...
#* [[How_to_create_and_use_Live_USB|Booting a live image using a USB drive]]
#* [http://docs.fedoraproject.org/readme-burning-isos/en-US.html#sect-Burning_ISO_images_to_disc-Validating_the_Files Booting a live image by burning to a CD or DVD]
#* [[Booting a virtual guest using the live image]]

Revision as of 14:58, 12 February 2010

Warning.png
This page is a draft only
It is still under construction and content may change. Do not rely on the information on this page.

What is Rawhide?

The name Rawhide is given to the current development head of Fedora. For example, while Fedora 41 is being developed and released, content destined for Fedora 42 is available in Rawhide.

Rawhide is available for consumption in several different ways, including:

  1. A daily snapshot of the latest built Fedora packages
  2. A collection of non-destructive live images, built daily, for each [1] Fedora Spin

Who should use Rawhide?

No-one should use Rawhide as their main day-to-day workstation.

Since Rawhide is a development branch, many changes are not heavily tested (or tested at all) before being released. Packages in Rawhide can, and do, break without warning. It is even possible that bugs in Rawhide could cause data loss.

However, testing Rawhide is a very valuable activity which helps to direct Fedora development and provides a way to try out the latest software as early as possible.

Developing for Rawhide

FIXME - link to information for developers (tagging, comiting etc...)

Using Rawhide

Using Rawhide is a great way to contribute to Fedora development. There are several ways get started. This section will detail the preferred methods.

yum update

For details and information on installing a Fedora release please see the Installation Guide for the appropriate release.

Once your system is installed, you can upgrade to Rawhide using one of two ways. For desktop users:

  1. First, modify your software sources to include only the Rawhide package repository. Launch the package update tool by selecting System -> Administration -> Add/Remove Software.
  2. Next, select the software sources tool by selecting System -> Software Sources
  3. Disable all software sources, leaving only the Fedora - Rawhide software source enabled
  4. Finally, update your system using the software update tool. Select System -> Administration -> Software Update

Alternatively, for command-line users, you may upgrade by entering the following command:

# yum --disablerepo=* --enablerepo=rawhide update

Live image

You can download and run Rawhide using one of several live images built daily.

  1. First, download the appropriate live image spin
  2. Next, determine how you wish to boot the live image. For example ...