From 009f33ce925c530ae0d42a9d4dc57cc4e0b0f954 Mon Sep 17 00:00:00 2001 From: zimbatm Date: Thu, 25 Jul 2024 21:29:40 +0200 Subject: [PATCH] gitlab-runner: move to by-name --- .../gi}/gitlab-runner/fix-shell-path.patch | 0 .../default.nix => by-name/gi/gitlab-runner/package.nix} | 0 .../gi}/gitlab-runner/remove-bash-test.patch | 0 pkgs/top-level/all-packages.nix | 2 -- 4 files changed, 2 deletions(-) rename pkgs/{development/tools/continuous-integration => by-name/gi}/gitlab-runner/fix-shell-path.patch (100%) rename pkgs/{development/tools/continuous-integration/gitlab-runner/default.nix => by-name/gi/gitlab-runner/package.nix} (100%) rename pkgs/{development/tools/continuous-integration => by-name/gi}/gitlab-runner/remove-bash-test.patch (100%) diff --git a/pkgs/development/tools/continuous-integration/gitlab-runner/fix-shell-path.patch b/pkgs/by-name/gi/gitlab-runner/fix-shell-path.patch similarity index 100% rename from pkgs/development/tools/continuous-integration/gitlab-runner/fix-shell-path.patch rename to pkgs/by-name/gi/gitlab-runner/fix-shell-path.patch diff --git a/pkgs/development/tools/continuous-integration/gitlab-runner/default.nix b/pkgs/by-name/gi/gitlab-runner/package.nix similarity index 100% rename from pkgs/development/tools/continuous-integration/gitlab-runner/default.nix rename to pkgs/by-name/gi/gitlab-runner/package.nix diff --git a/pkgs/development/tools/continuous-integration/gitlab-runner/remove-bash-test.patch b/pkgs/by-name/gi/gitlab-runner/remove-bash-test.patch similarity index 100% rename from pkgs/development/tools/continuous-integration/gitlab-runner/remove-bash-test.patch rename to pkgs/by-name/gi/gitlab-runner/remove-bash-test.patch diff --git a/pkgs/top-level/all-packages.nix b/pkgs/top-level/all-packages.nix index 99d8d8250a7b..a7212c7bbb7e 100644 --- a/pkgs/top-level/all-packages.nix +++ b/pkgs/top-level/all-packages.nix @@ -8200,8 +8200,6 @@ with pkgs; gitlab-pages = callPackage ../applications/version-management/gitlab/gitlab-pages { }; - gitlab-runner = callPackage ../development/tools/continuous-integration/gitlab-runner { }; - gitlab-shell = callPackage ../applications/version-management/gitlab/gitlab-shell { }; gitlab-triage = callPackage ../applications/version-management/gitlab-triage { };