adjust builders config

This commit is contained in:
Thilo Billerbeck 2024-03-15 15:02:47 +01:00
parent 782088bd87
commit e158f2d592

View file

@ -11,7 +11,7 @@
buildMachines = [ {
hostName = "build1.darmstadt.ccc.de";
protocol = "ssh";
sshUser = "hexa";
sshUser = "avocadoom";
sshKey = "/var/keys/id_remotebuild";
systems = [
"i686-linux"
@ -27,7 +27,7 @@
} {
hostName = "build2.darmstadt.ccc.de";
protocol = "ssh";
sshUser = "hexa";
sshUser = "avocadoom";
sshKey = "/var/keys/id_remotebuild";
systems = [
"i686-linux"
@ -43,7 +43,7 @@
} {
hostName = "build3.darmstadt.ccc.de";
protocol = "ssh";
sshUser = "hexa";
sshUser = "avocadoom";
sshKey = "/var/keys/id_remotebuild";
systems = [
"i686-linux"
@ -59,7 +59,7 @@
} {
hostName = "build4.darmstadt.ccc.de";
protocol = "ssh";
sshUser = "hexa";
sshUser = "avocadoom";
sshKey = "/var/keys/id_remotebuild";
systems = [
"i686-linux"