hydra: fix URL case for GiteaStatus

This commit is contained in:
2026-02-20 17:03:25 +08:00
parent c6bc6ae335
commit 48f33b4e88

View File

@@ -4,7 +4,7 @@
"type": 1,
"hidden": false,
"description": "Main ARTIQ packages (with NAC3)",
"flake": "git+https://git.m-labs.hk/m-labs/artiq.git?ref=nac3",
"flake": "git+https://git.m-labs.hk/M-Labs/artiq.git?ref=nac3",
"checkinterval": 300,
"schedulingshares": 10,
"enableemail": false,
@@ -35,7 +35,7 @@
"type": 1,
"hidden": false,
"description": "Main ARTIQ packages (beta version)",
"flake": "git+https://git.m-labs.hk/m-labs/artiq.git",
"flake": "git+https://git.m-labs.hk/M-Labs/artiq.git",
"checkinterval": 300,
"schedulingshares": 10,
"enableemail": false,
@@ -50,7 +50,7 @@
"type": 1,
"hidden": false,
"description": "Additional ARTIQ packages (beta version)",
"flake": "git+https://git.m-labs.hk/m-labs/artiq-extrapkg.git",
"flake": "git+https://git.m-labs.hk/M-Labs/artiq-extrapkg.git",
"checkinterval": 300,
"schedulingshares": 10,
"enableemail": false,
@@ -65,7 +65,7 @@
"type": 1,
"hidden": false,
"description": "ARTIQ on Zynq-7000 (beta version)",
"flake": "git+https://git.m-labs.hk/m-labs/artiq-zynq.git",
"flake": "git+https://git.m-labs.hk/M-Labs/artiq-zynq.git",
"checkinterval": 300,
"schedulingshares": 10,
"enableemail": false,
@@ -81,7 +81,7 @@
"type": 1,
"hidden": false,
"description": "Main ARTIQ packages (stable version)",
"flake": "git+https://git.m-labs.hk/m-labs/artiq.git?ref=release-8",
"flake": "git+https://git.m-labs.hk/M-Labs/artiq.git?ref=release-8",
"checkinterval": 300,
"schedulingshares": 10,
"enableemail": false,
@@ -96,7 +96,7 @@
"type": 1,
"hidden": false,
"description": "Additional ARTIQ packages (stable version)",
"flake": "git+https://git.m-labs.hk/m-labs/artiq-extrapkg.git?ref=release-8",
"flake": "git+https://git.m-labs.hk/M-Labs/artiq-extrapkg.git?ref=release-8",
"checkinterval": 300,
"schedulingshares": 10,
"enableemail": false,
@@ -111,7 +111,7 @@
"type": 1,
"hidden": false,
"description": "ARTIQ on Zynq-7000 (stable version)",
"flake": "git+https://git.m-labs.hk/m-labs/artiq-zynq.git?ref=release-8",
"flake": "git+https://git.m-labs.hk/M-Labs/artiq-zynq.git?ref=release-8",
"checkinterval": 300,
"schedulingshares": 10,
"enableemail": false,
@@ -127,7 +127,7 @@
"type": 1,
"hidden": false,
"description": "Main ARTIQ packages (legacy version)",
"flake": "git+https://git.m-labs.hk/m-labs/artiq.git?ref=release-7",
"flake": "git+https://git.m-labs.hk/M-Labs/artiq.git?ref=release-7",
"checkinterval": 300,
"schedulingshares": 10,
"enableemail": false,
@@ -142,7 +142,7 @@
"type": 1,
"hidden": false,
"description": "Additional ARTIQ packages (legacy version)",
"flake": "git+https://git.m-labs.hk/m-labs/artiq-extrapkg.git?ref=release-7",
"flake": "git+https://git.m-labs.hk/M-Labs/artiq-extrapkg.git?ref=release-7",
"checkinterval": 300,
"schedulingshares": 10,
"enableemail": false,
@@ -157,7 +157,7 @@
"type": 1,
"hidden": false,
"description": "ARTIQ on Zynq-7000 (legacy version)",
"flake": "git+https://git.m-labs.hk/m-labs/artiq-zynq.git?ref=release-7",
"flake": "git+https://git.m-labs.hk/M-Labs/artiq-zynq.git?ref=release-7",
"checkinterval": 300,
"schedulingshares": 10,
"enableemail": false,
@@ -192,7 +192,7 @@
"type": 1,
"hidden": false,
"description": "CPLD/FPGA gateware on Urukul",
"flake": "git+https://git.m-labs.hk/m-labs/urukul-pld.git",
"flake": "git+https://git.m-labs.hk/M-Labs/urukul-pld.git",
"checkinterval": 1200,
"schedulingshares": 1,
"enableemail": false,
@@ -223,7 +223,7 @@
"type": 1,
"hidden": false,
"description": "Bare-metal Rust on Zynq-7000",
"flake": "git+https://git.m-labs.hk/m-labs/zynq-rs.git",
"flake": "git+https://git.m-labs.hk/M-Labs/zynq-rs.git",
"checkinterval": 300,
"schedulingshares": 10,
"enableemail": false,