disable rust-for-linux project in hydra

This commit is contained in:
Jörg Thalheim 2022-10-07 14:30:50 +02:00
parent 1db3cb336d
commit 4024113dfb

View file

@ -91,18 +91,19 @@ resource "hydra_project" "redoxpkgs" {
} }
} }
resource "hydra_project" "rust_for_linux" { # Currently unmaintained:
name = "rust-for-linux" #resource "hydra_project" "rust_for_linux" {
display_name = "Rust For Linux" # name = "rust-for-linux"
description = "Linux Kernel with Rust support" # display_name = "Rust For Linux"
homepage = "https://github.com/Rust-for-Linux/linux" # description = "Linux Kernel with Rust support"
owner = "admin" # homepage = "https://github.com/Rust-for-Linux/linux"
enabled = true # owner = "admin"
visible = true # enabled = true
# visible = true
declarative { #
file = ".hydra/spec.json" # declarative {
type = "git" # file = ".hydra/spec.json"
value = "https://github.com/rust-for-linux/nix" # type = "git"
} # value = "https://github.com/rust-for-linux/nix"
} # }
#}