forgejo-runner: rename from forgejo-actions-runner

This is to match the name upstream and other repositories use.

See https://code.forgejo.org/forgejo/runner and
https://repology.org/project/forgejo-runner/versions

Furthermore, upstream calls the resulting binary `forgejo-runner`
instead of `act_runner`.

https://code.forgejo.org/forgejo/runner/src/tag/v3.3.0/Makefile#L2

We should probably copy this.
This commit is contained in:
emilylange 2024-04-04 01:58:29 +02:00
parent 40f1dbb004
commit 0e0d434456
No known key found for this signature in database
GPG Key ID: 0AD773CE46FD0F87
3 changed files with 4 additions and 5 deletions

View File

@ -2,11 +2,11 @@
, buildGoModule
, fetchFromGitea
, testers
, forgejo-actions-runner
, forgejo-runner
}:
buildGoModule rec {
pname = "forgejo-actions-runner";
pname = "forgejo-runner";
version = "3.3.0";
src = fetchFromGitea {
@ -28,7 +28,7 @@ buildGoModule rec {
doCheck = false; # Test try to lookup code.forgejo.org.
passthru.tests.version = testers.testVersion {
package = forgejo-actions-runner;
package = forgejo-runner;
version = src.rev;
};

View File

@ -355,6 +355,7 @@ mapAliases ({
flutter2 = throw "flutter2 has been removed because it isn't updated anymore, and no packages in nixpkgs use it. If you still need it, use flutter.mkFlutter to get a custom version"; # Added 2023-07-03
flutter37 = throw "flutter37 has been removed because it isn't updated anymore, and no packages in nixpkgs use it. If you still need it, use flutter.mkFlutter to get a custom version"; # Added 2023-07-03
foldingathome = fahclient; # Added 2020-09-03
forgejo-actions-runner = forgejo-runner; # Added 2024-04-04
foundationdb51 = throw "foundationdb51 is no longer maintained, use foundationdb71 instead"; # added 2023-06-06
foundationdb52 = throw "foundationdb52 is no longer maintained, use foundationdb71 instead"; # added 2023-06-06

View File

@ -8484,8 +8484,6 @@ with pkgs;
forgejo = callPackage ../applications/version-management/forgejo { };
forgejo-actions-runner = callPackage ../development/tools/continuous-integration/forgejo-actions-runner { };
gokart = callPackage ../development/tools/gokart { };
gl2ps = callPackage ../development/libraries/gl2ps { };