aboutsummaryrefslogtreecommitdiff
path: root/en_US.ISO8859-1/htdocs/snapshots/index.xml
blob: 22b67733b49a0bfdff45dd9559b281c614640c5e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
<?xml version="1.0" encoding="iso-8859-1"?>
<!DOCTYPE html PUBLIC "-//FreeBSD//DTD XHTML 1.0 Transitional-Based Extension//EN"
"http://www.FreeBSD.org/XML/share/xml/xhtml10-freebsd.dtd" [
<!ENTITY title "FreeBSD Snapshot Releases">

<!ENTITY url.snapshots "https://download.FreeBSD.org/ftp/snapshots/">
]>
<!-- $FreeBSD$ -->

<html xmlns="http://www.w3.org/1999/xhtml">
<head>
      <title>&title;</title>

      <cvs:keyword xmlns:cvs="http://www.FreeBSD.org/XML/CVS">$FreeBSD$</cvs:keyword>
    </head>

    <body class="navinclude.download">

    <h2>What Are Snapshots?</h2>

    <p>As part of an ongoing effort to improve the overall release process
      <em>before</em> a release actually slips out the door with problems,
      we are now periodically producing interim test releases called
      <em>snapshots</em>.
      These snapshots will be very similar to full releases,
      except that they might not include all the bits included in a
      full release (such as packages and updated documentation).</p>

    <h2>Getting Snapshots</h2>

    <p>The latest snapshots made available can be found on the FreeBSD
      FTP mirrors at the address <a
      href="&url.snapshots;">&url.snapshots;</a>.  They can also be
      found in the same directory on other FTP
      <a href="&base;/doc/en_US.ISO8859-1/books/handbook/mirrors-ftp.html">mirror
	  sites</a>.</p>

    <p>Please note that sometimes the snapshots available to download
      may be somewhat outdated.</p>

    <p>Currently the snapshots of
      <a href="&base;/doc/en_US.ISO8859-1/books/handbook/current-stable.html#CURRENT">&rel.head.major;-CURRENT</a>,
      <a href="&base;/doc/en_US.ISO8859-1/books/handbook/makeworld.html#STABLE">&rel.current.major;-STABLE</a>
      and
      <a href="&base;/doc/en_US.ISO8859-1/books/handbook/makeworld.html#STABLE">&rel1.current.major;-STABLE</a>
      are available in directories whose URLs have the format
      <tt>&url.snapshots;&lt;target&gt;/&lt;target_arch&gt;/</tt>
      where <tt>&lt;target&gt;</tt> and <tt>&lt;target_arch&gt;</tt>
      represent the architecture for which the snapshot was built.
      For each supported platform, the snapshot includes ISO images of
      the <tt>bootonly</tt>,
      <tt>release</tt>, and <tt>memstick</tt> images.</p>

    <h2>Things You Might Want to Know</h2>

    <p>In particular, before getting and installing a snapshot release,
      be aware of following:</p>

    <ul>
      <li>The snapshots are primarily for
	testing purposes and not fully tested compared to the releases.
	They may include experimental or degraded features that
	can corrupt your existing system.</li>

      <li>The major release number will not be changed in the
	main distribution for each snapshot.
	It will <em>only</em> be changed on the installation medium
	so that you know when the snapshot was made.
	These are <em>not</em> releases, these are <em>snapshots</em>,
	and it is important that this distinction be preserved.
	Although people can and will, of course, refer to snapshots
	by date in email, do not confuse them.</li>

      <li>Snapshots might not include package sets, but will generally
	include a ports tree.</li>

      <li>Finally, we will not necessarily update the documentation.
	For example, <tt>README</tt> may still refer
	to a previous release.  This is because that is much less important
	than getting the real bug fixes and new features out for testing.
	Please do not send a bug report about version numbers.</li>
    </ul>

    <p>Your feedback on these snapshots is greatly welcome.
      They are not just for our benefit - those who are coming to rely
      on &os; for mission critical applications should welcome
      a chance to get at more updated bits in a structured fashion.
      You can also use these snapshots as tangible evidence that your
      feedback is getting incorporated and that you (hopefully) will not have
      any unpleasant surprises in the next release.
      On the other hand, if you do send us hate mail next release
      and it turns out that you never even tried the snapshots,
      well, it cuts both ways!</p>

<!--
    <h2>Other Resources</h2>

    <p>Here are some related resources.  Note that they are managed by
      people other than the FreeBSD Release Engineering Team.
      These sites provide FreeBSD snapshots in a form of "live filesystem"
      and bootable ISO images on a daily basis.
      For details, visit the following links and contact them directly
      if you have any questions.</p>

    <ul>
      <li><a href="http://snapshots.us.FreeBSD.org/">FreeBSD snapshots by &a.brd; (brd@)</a>.</li>
    </ul>
-->
  </body>
</html>