disable rust-for-linux project in hydra
This commit is contained in:
parent
1db3cb336d
commit
4024113dfb
1 changed files with 16 additions and 15 deletions
|
@ -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"
|
||||||
}
|
# }
|
||||||
|
#}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue