Blame releases.txt

76f0348
# Example releases.list.
76f0348
# The official version is here: http://mirrors.fedoraproject.org/releases.txt
8ff789f
#
76f0348
# This file contains a list of available Fedora releases.
8ff789f
# Format is as follows:
8ff789f
#
8ff789f
#[Release Name] 
8ff789f
#   - Header for this release. Typically: [Fedora X (Codename)]
8ff789f
#version=FLOAT 
8ff789f
#   - Required. Version number for this release.
8ff789f
#stable=BOOL 
8ff789f
#   - Optional. Marks a release as stable/final. Defaults to false. 
8ff789f
#preupgrade-ok=BOOL
8ff789f
#   - Optional. Marks a release as usable with preupgrade. Defaults to false.
8ff789f
#eol-date=YYYYMMDD
8ff789f
#   - Optional. Gives the date on which the release stops getting updates.
8ff789f
#mirrorlist=URL
8ff789f
#   - Mirrorlist URL for this release.
8ff789f
#baseurl=URL
8ff789f
#   - Single URL for this release.
8ff789f
#installmirrorlist=URL
8ff789f
#   - Mirrorlist for the *installable tree* for this release
8ff789f
#     (i.e. this address needs an images/ dir and .treeinfo)
8ff789f
#installurl=URL
8ff789f
#   - Single URL for the installable tree.
8ff789f
#
8ff789f
# One of (mirrorlist or baseurl) is required. If those trees do not contain
8ff789f
# boot images (like Fedora 8's Everything tree) then an installurl or
8ff789f
# installmirrorlist is required.
8ff789f
8ff789f
[Rawhide]
8ff789f
# Rawhide is *always* the newest
8ff789f
stable=False
8ff789f
preupgrade-ok=True
8ff789f
version=999
8ff789f
mirrorlist=http://mirrors.fedoraproject.org/mirrorlist?repo=rawhide&arch=$basearch
8ff789f
#baseurl=http://download.fedora.redhat.com/pub/fedora/linux/development/$basearch/os
8ff789f
76f0348
[Fedora 10 (Cambridge)]
76f0348
stable=True
8ff789f
preupgrade-ok=True
76f0348
version=10
76f0348
mirrorlist=http://mirrors.fedoraproject.org/mirrorlist?repo=fedora-10&arch=$basearch
76f0348
installmirrorlist=http://mirrors.fedoraproject.org/mirrorlist?path=pub/fedora/linux/releases/10/Fedora/$basearch/os
8ff789f
8ff789f
# You can't reliably preupgrade to these.
8ff789f
# They're only here so we know when they've gone EOL.
8ff789f
[Fedora 9 (Sulphur)]
8ff789f
stable=True
8ff789f
version=9
8ff789f
mirrorlist=http://mirrors.fedoraproject.org/mirrorlist?repo=fedora-9&arch=$basearch
8ff789f
installmirrorlist=http://mirrors.fedoraproject.org/mirrorlist?path=pub/fedora/linux/releases/9/Fedora/$basearch/os
8ff789f
8ff789f
[Fedora 8 (Werewolf)]
8ff789f
stable=True
8ff789f
version=8
8ff789f
mirrorlist=http://mirrors.fedoraproject.org/mirrorlist?repo=fedora-8&arch=$basearch
8ff789f
installmirrorlist=http://mirrors.fedoraproject.org/mirrorlist?path=pub/fedora/linux/releases/8/Fedora/$basearch/os
8ff789f
8ff789f
[Fedora 7 (Moonshine)]
8ff789f
stable=True
8ff789f
version=7
8ff789f
eol-date=20080613
8ff789f
mirrorlist=http://mirrors.fedoraproject.org/mirrorlist?repo=fedora-7&arch=$basearch
8ff789f
installmirrorlist=http://mirrors.fedoraproject.org/mirrorlist?path=pub/fedora/linux/releases/7/Fedora/$basearch/os
8ff789f
8ff789f
# vim: syntax=dosini