From 607eeda9bb86a0c93043f1a107451466e49a29a6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Domen=20Ko=C5=BEar?= Date: Wed, 12 Oct 2016 18:00:30 +0200 Subject: [PATCH] svn.nixos.org -> github.com --- doc/manual/projects.xml | 21 +++++---------------- 1 file changed, 5 insertions(+), 16 deletions(-) diff --git a/doc/manual/projects.xml b/doc/manual/projects.xml index f7e7a8f5..27a847a1 100644 --- a/doc/manual/projects.xml +++ b/doc/manual/projects.xml @@ -123,9 +123,9 @@ Nix expression: release.nix in input patchelfSrc patchelfSrc - 'Subversion checkout' https://svn.nixos.org/repos/nix/patchelf/trunk +'Git checkout' https://github.com/NixOS/patchelf -nixpkgs 'Subversion checkout' https://svn.nixos.org/repos/nix/nixpkgs/trunk +nixpkgs 'Git checkout' https://github.com/NixOS/nixpkgs officialRelease Boolean false @@ -134,17 +134,6 @@ system String value "i686-linux" -
- Release Set - - - there must be one primary job - - check the radio button of exactly one job - - https://svn.nixos.org/repos/nix/nixpkgs/trunk -
-
Building Jobs
@@ -172,7 +161,7 @@ system String value "i686-linux" expression heading. See, for example, the jobset overview page of the PatchELF project, and + xlink:href="https://github.com/NixOS/patchelf/blob/master/release.nix"> the corresponding Nix file. @@ -291,7 +280,7 @@ in texLive–are the names of the attributes corresponding to these packages in Nixpkgs, specifically in the all-packages.nix + xlink:href="https://github.com/NixOS/nixpkgs/blob/master/pkgs/top-level/all-packages.nix">all-packages.nix file. See the section entitled “Package Naming” in the Nixpkgs manual for more information.. @@ -434,7 +423,7 @@ coverage = run build in virtual machines, which can themselves run another GNU/Linux distribution, which allows for the creation of packages for these distributions. Please see the + xlink:href="https://github.com/NixOS/nixpkgs/tree/master/pkgs/build-support/release">the pkgs/build-support/release directory of Nixpkgs for more. The NixOS manual also contains information about whole-system testing in virtual machine.