forked from lix-project/hydra
svn.nixos.org -> github.com
This commit is contained in:
parent
7221bd7e5a
commit
607eeda9bb
|
@ -123,9 +123,9 @@ Nix expression: release.nix in input patchelfSrc
|
||||||
|
|
||||||
<screen>
|
<screen>
|
||||||
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
|
officialRelease Boolean false
|
||||||
|
|
||||||
|
@ -134,17 +134,6 @@ system String value "i686-linux"
|
||||||
</para>
|
</para>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
<section>
|
|
||||||
<title>Release Set</title>
|
|
||||||
|
|
||||||
<!-- TODO -->
|
|
||||||
there must be one primary job
|
|
||||||
|
|
||||||
check the radio button of exactly one job
|
|
||||||
|
|
||||||
https://svn.nixos.org/repos/nix/nixpkgs/trunk
|
|
||||||
</section>
|
|
||||||
|
|
||||||
<section>
|
<section>
|
||||||
<title>Building Jobs</title>
|
<title>Building Jobs</title>
|
||||||
</section>
|
</section>
|
||||||
|
@ -172,7 +161,7 @@ system String value "i686-linux"
|
||||||
expression</literal> heading. See, for example, the <link
|
expression</literal> heading. See, for example, the <link
|
||||||
xlink:href="http://hydra.nixos.org/jobset/patchelf/trunk">jobset
|
xlink:href="http://hydra.nixos.org/jobset/patchelf/trunk">jobset
|
||||||
overview page</link> of the PatchELF project, and <link
|
overview page</link> of the PatchELF project, and <link
|
||||||
xlink:href="https://svn.nixos.org/repos/nix/patchelf/trunk/release.nix">
|
xlink:href="https://github.com/NixOS/patchelf/blob/master/release.nix">
|
||||||
the corresponding Nix file</link>.
|
the corresponding Nix file</link>.
|
||||||
</para>
|
</para>
|
||||||
|
|
||||||
|
@ -291,7 +280,7 @@ in
|
||||||
<varname>texLive</varname>–are the names of the
|
<varname>texLive</varname>–are the names of the
|
||||||
<emphasis>attributes</emphasis> corresponding to these
|
<emphasis>attributes</emphasis> corresponding to these
|
||||||
packages in Nixpkgs, specifically in the <link
|
packages in Nixpkgs, specifically in the <link
|
||||||
xlink:href="https://svn.nixos.org/repos/nix/nixpkgs/trunk/pkgs/top-level/all-packages.nix"><filename>all-packages.nix</filename></link>
|
xlink:href="https://github.com/NixOS/nixpkgs/blob/master/pkgs/top-level/all-packages.nix"><filename>all-packages.nix</filename></link>
|
||||||
file. See the section entitled “Package Naming” in the
|
file. See the section entitled “Package Naming” in the
|
||||||
Nixpkgs manual for more information.</para></footnote>.
|
Nixpkgs manual for more information.</para></footnote>.
|
||||||
</para>
|
</para>
|
||||||
|
@ -434,7 +423,7 @@ coverage =
|
||||||
run build in virtual machines, which can themselves run another
|
run build in virtual machines, which can themselves run another
|
||||||
GNU/Linux distribution, which allows for the creation of packages
|
GNU/Linux distribution, which allows for the creation of packages
|
||||||
for these distributions. Please see <link
|
for these distributions. Please see <link
|
||||||
xlink:href="https://svn.nixos.org/repos/nix/nixpkgs/trunk/pkgs/build-support/release/">the
|
xlink:href="https://github.com/NixOS/nixpkgs/tree/master/pkgs/build-support/release">the
|
||||||
<filename>pkgs/build-support/release</filename> directory</link>
|
<filename>pkgs/build-support/release</filename> directory</link>
|
||||||
of Nixpkgs for more. The NixOS manual also contains information
|
of Nixpkgs for more. The NixOS manual also contains information
|
||||||
about whole-system testing in virtual machine.
|
about whole-system testing in virtual machine.
|
||||||
|
|
Loading…
Reference in a new issue