Author: eelco
Date: Thu Oct  6 11:29:44 2011
New Revision: 29690
URL: http://nixos.org/websvn/nix/?rev=29690&sc=1

Log:
* svn.nixos.org -> nixos.org.

Modified:
   nixos/trunk/doc/manual/development.xml
   nixos/trunk/doc/manual/installation.xml
   nixos/trunk/doc/manual/options-to-docbook.xsl
   nixos/trunk/modules/installer/tools/nixos-checkout.nix

Modified: nixos/trunk/doc/manual/development.xml
==============================================================================
--- nixos/trunk/doc/manual/development.xml      Thu Oct  6 11:22:50 2011        
(r29689)
+++ nixos/trunk/doc/manual/development.xml      Thu Oct  6 11:29:44 2011        
(r29690)
@@ -410,7 +410,7 @@
     crashes).  It will first build or download all the dependencies of
     the test (e.g., all packages needed to run a NixOS VM). The test
     is defined in <link
-    xlink:href="https://svn.nixos.org/repos/nix/nixos/trunk/tests/nfs.nix";>
+    xlink:href="https://nixos.org/repos/nix/nixos/trunk/tests/nfs.nix";>
     <filename>tests/nfs.nix</filename></link>.  If the test succeeds,
     <command>nix-build</command> will place a symlink
     <filename>./result</filename> in the current directory pointing at
@@ -483,7 +483,7 @@
   <para>
     The actual Nix programming interface to VM testing is in NixOS,
     under <link
-    xlink:href="https://svn.nixos.org/repos/nix/nixos/trunk/lib/testing.nix";>
+    xlink:href="https://nixos.org/repos/nix/nixos/trunk/lib/testing.nix";>
     <filename>lib/testing.nix</filename></link>.  This file defines a
     function which takes an attribute set containing a
     <literal>nixpkgs</literal> attribute (the path to a Nixpkgs
@@ -496,7 +496,7 @@
   <para>
     The <literal>makeTest</literal> function takes a function similar to
     that found in <link
-    xlink:href="https://svn.nixos.org/repos/nix/nixos/trunk/tests/nfs.nix";>
+    xlink:href="https://nixos.org/repos/nix/nixos/trunk/tests/nfs.nix";>
     <filename>tests/nfs.nix</filename></link> (discussed above).  It
     returns an attribute set containing (among others):
 

Modified: nixos/trunk/doc/manual/installation.xml
==============================================================================
--- nixos/trunk/doc/manual/installation.xml     Thu Oct  6 11:22:50 2011        
(r29689)
+++ nixos/trunk/doc/manual/installation.xml     Thu Oct  6 11:29:44 2011        
(r29690)
@@ -35,11 +35,11 @@
   </para></listitem>
 
   <listitem><para>Check out NixOS from <link
-  xlink:href="https://svn.nixos.org/repos/nix/nixos/trunk"/> as
+  xlink:href="https://nixos.org/repos/nix/nixos/trunk"/> as
   <literal>nixos</literal>.</para></listitem>
 
   <listitem><para>Check out Nixpkgs from
-  <link xlink:href="https://svn.nixos.org/repos/nix/nixpkgs/trunk"/> as
+  <link xlink:href="https://nixos.org/repos/nix/nixpkgs/trunk"/> as
   <literal>nixpkgs</literal>.</para></listitem>
 
   <listitem><para>Build the ISO image:
@@ -175,7 +175,7 @@
     <para>Examples are available in
     <filename>/etc/nixos/nixos/doc/config-examples</filename> and some
     actual NixOS configuration can be found at <link
-    
xlink:href="https://svn.nixos.org/repos/nix/configurations/trunk/"/>.</para>
+    xlink:href="https://nixos.org/repos/nix/configurations/trunk/"/>.</para>
 
   </listitem>
 

Modified: nixos/trunk/doc/manual/options-to-docbook.xsl
==============================================================================
--- nixos/trunk/doc/manual/options-to-docbook.xsl       Thu Oct  6 11:22:50 
2011        (r29689)
+++ nixos/trunk/doc/manual/options-to-docbook.xsl       Thu Oct  6 11:29:44 
2011        (r29690)
@@ -156,7 +156,7 @@
           or to the local filesystem. -->
           <xsl:choose>
             <xsl:when test="$revision != 'local' and contains(@value, 
'/modules/')">
-              <xsl:attribute 
name="xlink:href">https://svn.nixos.org/viewvc/nix/nixos/trunk/modules/<xsl:value-of
 select="substring-after(@value, '/modules/')"/>?revision=<xsl:value-of 
select="$revision"/></xsl:attribute>
+              <xsl:attribute 
name="xlink:href">https://nixos.org/viewvc/nix/nixos/trunk/modules/<xsl:value-of
 select="substring-after(@value, '/modules/')"/>?revision=<xsl:value-of 
select="$revision"/></xsl:attribute>
             </xsl:when>
             <xsl:otherwise>
               <xsl:attribute name="xlink:href">file://<xsl:value-of 
select="@value"/></xsl:attribute>

Modified: nixos/trunk/modules/installer/tools/nixos-checkout.nix
==============================================================================
--- nixos/trunk/modules/installer/tools/nixos-checkout.nix      Thu Oct  6 
11:22:50 2011        (r29689)
+++ nixos/trunk/modules/installer/tools/nixos-checkout.nix      Thu Oct  6 
11:29:44 2011        (r29690)
@@ -28,8 +28,8 @@
         fi
 
         # Check out the NixOS and Nixpkgs sources.
-        ${pkgs.subversion}/bin/svn co 
https://svn.nixos.org/repos/nix/nixos/trunk nixos
-        ${pkgs.subversion}/bin/svn co 
https://svn.nixos.org/repos/nix/nixpkgs/trunk nixpkgs
+        ${pkgs.subversion}/bin/svn co https://nixos.org/repos/nix/nixos/trunk 
nixos
+        ${pkgs.subversion}/bin/svn co 
https://nixos.org/repos/nix/nixpkgs/trunk nixpkgs
       '';
    };
 
_______________________________________________
nix-commits mailing list
[email protected]
http://lists.science.uu.nl/mailman/listinfo/nix-commits

Reply via email to