[autoupdate] fix jobset name
Check flake syntax / flake-check (push) Successful in 18m30s
Hydra callback / on_pr (push) Skipped
Hydra callback / on_push (push) Skipped

This commit is contained in:
2026-08-31 21:01:33 +02:00
parent 227e71feab
commit e6b25a2b45
5 changed files with 5 additions and 4 deletions
+1 -1
View File
@@ -49,7 +49,7 @@ in
enable = true;
url = "https://hydra.malobeo.org";
project = "malobeo";
jobset = "infrastructure";
jobset = "master";
cacheurl = "https://cache.malobeo.org";
};
+1 -1
View File
@@ -19,7 +19,7 @@ in
enable = true;
url = "https://hydra.malobeo.org";
project = "malobeo";
jobset = "infrastructure";
jobset = "master";
cacheurl = "https://cache.malobeo.org";
};
+1 -1
View File
@@ -44,7 +44,7 @@ in
enable = true;
url = "https://hydra.malobeo.org";
project = "malobeo";
jobset = "infrastructure";
jobset = "master";
cacheurl = "https://cache.malobeo.org";
};
+1 -1
View File
@@ -16,7 +16,7 @@
enable = true;
url = "https://hydra.malobeo.org";
project = "malobeo";
jobset = "infrastructure";
jobset = "master";
cacheurl = "https://cache.malobeo.org";
};
+1
View File
@@ -92,6 +92,7 @@ in
'';
# don't let the switch kill this service, aborting the switch
restartIfChanged = false;
serviceConfig.RemainAfterExit = true;
unitConfig.X-StopOnRemoval = false;
# create timer
startAt = "hourly";