mirror of
https://github.com/thilobillerbeck/dotfiles.git
synced 2024-11-22 16:08:50 +01:00
adjust builders config
This commit is contained in:
parent
782088bd87
commit
e158f2d592
1 changed files with 4 additions and 4 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue