Update examples to refer to 2009Q1.
This commit is contained in:
parent
29fd77355e
commit
0300299871
2 changed files with 10 additions and 10 deletions
|
@ -1,4 +1,4 @@
|
|||
<!-- $NetBSD: bulk.xml,v 1.4 2009/01/07 19:59:12 joerg Exp $ -->
|
||||
<!-- $NetBSD: bulk.xml,v 1.5 2009/05/13 10:49:00 wiz Exp $ -->
|
||||
|
||||
<chapter id="bulk">
|
||||
<title>Creating binary packages for everything in pkgsrc (bulk
|
||||
|
@ -31,7 +31,7 @@ by a NetBSD developer on a trusted machine (that is, where you and only
|
|||
you have root access).</para></listitem>
|
||||
|
||||
<listitem><para>Packages on ftp.NetBSD.org should only be created from
|
||||
the stable branches (like 2007Q1), so that users browsing the available
|
||||
the stable branches (like 2009Q1), so that users browsing the available
|
||||
collections can see at a glance how old the packages
|
||||
are.</para></listitem>
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
<!-- $NetBSD: getting.xml,v 1.23 2008/02/19 00:58:07 weinem Exp $ -->
|
||||
<!-- $NetBSD: getting.xml,v 1.24 2009/05/13 10:49:00 wiz Exp $ -->
|
||||
|
||||
<chapter id="getting">
|
||||
<title>Where to get pkgsrc and how to keep it up-to-date</title>
|
||||
|
@ -21,7 +21,7 @@ and dashes.</para>
|
|||
quarterly basis from the current branch and only gets modified
|
||||
for security updates. The names of the stable branches are built
|
||||
from the year and the quarter, for example
|
||||
<literal>2007Q4</literal>.</para>
|
||||
<literal>2009Q1</literal>.</para>
|
||||
|
||||
<para>The second step is to decide <emphasis>how</emphasis> you
|
||||
want to download pkgsrc. You can get it as a tar file, via SUP,
|
||||
|
@ -40,9 +40,9 @@ and dashes.</para>
|
|||
url="ftp://ftp.NetBSD.org/pub/pkgsrc/current/pkgsrc.tar.gz"><filename>pkgsrc.tar.gz</filename></ulink>.
|
||||
It is autogenerated daily.</para>
|
||||
|
||||
<para>The tar file for the stable branch 2007Q4 is in the
|
||||
directory <filename>pkgsrc-2007Q4</filename> and is also called <ulink
|
||||
url="ftp://ftp.NetBSD.org/pub/pkgsrc/pkgsrc-2007Q4/pkgsrc-2007Q4.tar.gz"><filename>pkgsrc-2007Q4.tar.gz</filename></ulink>.</para>
|
||||
<para>The tar file for the stable branch 2009Q1 is in the
|
||||
directory <filename>pkgsrc-2009Q1</filename> and is also called <ulink
|
||||
url="ftp://ftp.NetBSD.org/pub/pkgsrc/pkgsrc-2009Q1/pkgsrc-2009Q1.tar.gz"><filename>pkgsrc-2009Q1.tar.gz</filename></ulink>.</para>
|
||||
|
||||
<para>To download a pkgsrc stable tarball, run:</para>
|
||||
|
||||
|
@ -51,7 +51,7 @@ and dashes.</para>
|
|||
|
||||
<para>Where <replaceable>pkgsrc-200xQy</replaceable> is the
|
||||
stable branch to be downloaded, for example,
|
||||
<quote>pkgsrc-2007Q4</quote>.</para>
|
||||
<quote>pkgsrc-2009Q1</quote>.</para>
|
||||
<!--
|
||||
<para>After downloading the tar file, change to the directory
|
||||
where you want to have pkgsrc. This is usually
|
||||
|
@ -133,7 +133,7 @@ rdiff -u
|
|||
&uprompt; <userinput>cvs checkout -r <replaceable>pkgsrc-200xQy</replaceable> -P pkgsrc</userinput></screen>
|
||||
|
||||
<para>Where <replaceable>pkgsrc-200xQy</replaceable> is the stable
|
||||
branch to be checked out, for example, <quote>pkgsrc-2007Q4</quote></para>
|
||||
branch to be checked out, for example, <quote>pkgsrc-2009Q1</quote></para>
|
||||
|
||||
<para>This will create the directory <filename>pkgsrc/</filename>
|
||||
in your <filename>/usr/</filename> directory and all the package source
|
||||
|
@ -198,7 +198,7 @@ rdiff -u
|
|||
by adding the option <quote>-A</quote> after the
|
||||
<quote>update</quote> keyword. To switch from the current branch
|
||||
back to the stable branch, add the
|
||||
<quote>-rpkgsrc-2007Q4</quote> option.</para>
|
||||
<quote>-rpkgsrc-2009Q1</quote> option.</para>
|
||||
|
||||
</sect3>
|
||||
<sect3 id="uptodate-cvs-changes">
|
||||
|
|
Loading…
Reference in a new issue