We would now like people to test 5.5-BETA2 and 6.1-BETA2.
This commit is contained in:
parent
199c4eae6f
commit
030fc15473
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/www/; revision=27206
2 changed files with 6 additions and 6 deletions
|
@ -1,4 +1,4 @@
|
|||
<!-- $FreeBSD: www/share/sgml/includes.release.sgml,v 1.16 2005/11/04 16:45:41 hrs Exp $ -->
|
||||
<!-- $FreeBSD: www/share/sgml/includes.release.sgml,v 1.17 2006/02/14 19:19:10 ceri Exp $ -->
|
||||
|
||||
<!-- XXX rel.current and u.rel.* should be available in doc/ -->
|
||||
<!-- The currently released versions of FreeBSD. This value is used to
|
||||
|
@ -30,14 +30,14 @@
|
|||
below to "IGNORE". If we do, use "INCLUDE". -->
|
||||
<!ENTITY % beta.testing "INCLUDE">
|
||||
<!ENTITY betarel.current '6.1'>
|
||||
<!ENTITY betarel.vers 'BETA1'>
|
||||
<!ENTITY betarel.vers 'BETA2'>
|
||||
<!ENTITY u.betarel.schedule '&base;/releases/&betarel.current;R/schedule.html'>
|
||||
|
||||
<!-- If we have a second release in the release cycle (e.g. 5.x and 6.y
|
||||
are having release candidates at the same time), do the same here. -->
|
||||
<!ENTITY % beta2.testing "INCLUDE">
|
||||
<!ENTITY betarel2.current '5.5'>
|
||||
<!ENTITY betarel2.vers 'BETA1'>
|
||||
<!ENTITY betarel2.vers 'BETA2'>
|
||||
<!ENTITY u.betarel2.schedule '&base;/releases/&betarel2.current;R/schedule.html'>
|
||||
|
||||
<!ENTITY rel.current '6.0'>
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
<?xml version="1.0" encoding="ISO-8859-1" ?>
|
||||
|
||||
<!-- $FreeBSD: www/share/sgml/includes.release.xsl,v 1.14 2005/11/04 15:16:43 hrs Exp $ -->
|
||||
<!-- $FreeBSD: www/share/sgml/includes.release.xsl,v 1.15 2006/02/14 19:19:10 ceri Exp $ -->
|
||||
|
||||
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0">
|
||||
|
||||
|
@ -11,7 +11,7 @@
|
|||
if we're not in the middle of a release cycle. Ha ha. -->
|
||||
<xsl:variable name="beta.testing" select="1" />
|
||||
<xsl:variable name="betarel.current" select='"6.1"'/>
|
||||
<xsl:variable name="betarel.vers" select='"BETA1"'/>
|
||||
<xsl:variable name="betarel.vers" select='"BETA2"'/>
|
||||
<xsl:variable name="u.betarel.schedule">
|
||||
<xsl:value-of select="$base"/>/releases/<xsl:value-of select="$betarel.current"/>R/schedule.html</xsl:variable>
|
||||
|
||||
|
@ -20,7 +20,7 @@
|
|||
at once. -->
|
||||
<xsl:variable name="beta2.testing" select="1" />
|
||||
<xsl:variable name="betarel2.current" select='"5.5"'/>
|
||||
<xsl:variable name="betarel2.vers" select='"BETA1"'/>
|
||||
<xsl:variable name="betarel2.vers" select='"BETA2"'/>
|
||||
<xsl:variable name="u.betarel2.schedule">
|
||||
<xsl:value-of select="$base"/>/releases/<xsl:value-of select="$betarel2.current"/>R/schedule.html</xsl:variable>
|
||||
|
||||
|
|
Loading…
Reference in a new issue