diff options
author | ghen <ghen> | 2007-04-20 08:33:41 +0000 |
---|---|---|
committer | ghen <ghen> | 2007-04-20 08:33:41 +0000 |
commit | 3333473ab33194da1db207cba822f005a619f9b5 (patch) | |
tree | d9261ed9e3d3c92392fdfd7aadd67b2dffbcc95a | |
parent | 8a4bfee52478969b62aa5d7589bff468f6ce63e5 (diff) | |
download | pkgsrc-3333473ab33194da1db207cba822f005a619f9b5.tar.gz |
Update for pkgsrc-2007Q1.
-rw-r--r-- | doc/guide/files/getting.xml | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/doc/guide/files/getting.xml b/doc/guide/files/getting.xml index e436907c604..68b8db54a4f 100644 --- a/doc/guide/files/getting.xml +++ b/doc/guide/files/getting.xml @@ -1,4 +1,4 @@ -<!-- $NetBSD: getting.xml,v 1.17 2007/02/19 08:34:36 rillig Exp $ --> +<!-- $NetBSD: getting.xml,v 1.18 2007/04/20 08:33:41 ghen 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>2006Q4</literal>.</para> + <literal>2007Q1</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 2006Q4 is in the - directory <filename>pkgsrc-2006Q4</filename> and is also called <ulink - url="ftp://ftp.NetBSD.org/pub/pkgsrc/pkgsrc-2006Q4/pkgsrc-2006Q4.tar.gz"><filename>pkgsrc-2006Q4.tar.gz</filename></ulink>.</para> + <para>The tar file for the stable branch 2007Q1 is in the + directory <filename>pkgsrc-2007Q1</filename> and is also called <ulink + url="ftp://ftp.NetBSD.org/pub/pkgsrc/pkgsrc-2007Q1/pkgsrc-2007Q1.tar.gz"><filename>pkgsrc-2007Q1.tar.gz</filename></ulink>.</para> <para>After downloading the tar file, change to the directory where you want to have pkgsrc. This is usually @@ -94,7 +94,7 @@ and dashes.</para> <filename>/usr</filename>. In that directory you run the checkout command, which is <command>cvs -q checkout -P pkgsrc</command> for the current branch and <command>cvs -q - checkout -rpkgsrc-2006Q4 -P pkgsrc</command> for the stable + checkout -rpkgsrc-2007Q1 -P pkgsrc</command> for the stable branch. This command will create a directory called <filename>pkgsrc</filename> with all the pkgsrc files in it.</para> @@ -151,7 +151,7 @@ and dashes.</para> 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-2006Q4</quote> option.</para> + <quote>-rpkgsrc-2007Q1</quote> option.</para> </sect3> <sect3 id="uptodate-cvs-changes"> |