release: remove gcjXX references to fix tarball

This commit is contained in:
Vladimír Čunát 2013-10-30 22:04:34 +01:00
parent 16e224b93a
commit b60d44a00a
3 changed files with 2 additions and 4 deletions

View File

@ -372,8 +372,6 @@ let
gajim = { type = "job"; systems = ["x86_64-linux"]; schedulingPriority = 4; }; gajim = { type = "job"; systems = ["x86_64-linux"]; schedulingPriority = 4; };
gav = { type = "job"; systems = ["x86_64-linux"]; schedulingPriority = 4; }; gav = { type = "job"; systems = ["x86_64-linux"]; schedulingPriority = 4; };
gcj = { type = "job"; systems = ["x86_64-linux"]; schedulingPriority = 4; }; gcj = { type = "job"; systems = ["x86_64-linux"]; schedulingPriority = 4; };
gcj44 = { type = "job"; systems = ["x86_64-linux"]; schedulingPriority = 4; };
gcj46 = { type = "job"; systems = ["x86_64-linux"]; schedulingPriority = 4; };
gcl = { type = "job"; systems = ["x86_64-linux"]; schedulingPriority = 4; }; gcl = { type = "job"; systems = ["x86_64-linux"]; schedulingPriority = 4; };
gdb = { type = "job"; systems = ["x86_64-linux"]; schedulingPriority = 4; }; gdb = { type = "job"; systems = ["x86_64-linux"]; schedulingPriority = 4; };
gdbCross = { type = "job"; systems = ["x86_64-linux"]; schedulingPriority = 4; }; gdbCross = { type = "job"; systems = ["x86_64-linux"]; schedulingPriority = 4; };

View File

@ -51,7 +51,7 @@ with import ./release-lib.nix { inherit supportedSystems; };
gcc34 = linux; gcc34 = linux;
gcc42 = linux; gcc42 = linux;
gcc44 = linux; gcc44 = linux;
gcj44 = linux; gcj = linux;
ghdl = linux; ghdl = linux;
glibc = linux; glibc = linux;
glibcLocales = linux; glibcLocales = linux;

View File

@ -115,7 +115,7 @@ let
gcc34 = linux; gcc34 = linux;
gcc42 = linux; gcc42 = linux;
gcc44 = linux; gcc44 = linux;
gcj44 = linux; gcj = linux;
ghdl = linux; ghdl = linux;
ghostscript = linux; ghostscript = linux;
ghostscriptX = linux; ghostscriptX = linux;