index : builder | |
Archlinux32 build system | gitolite user |
summaryrefslogtreecommitdiff |
-rwxr-xr-x | bin/bootstrap-mysql | 3 |
diff --git a/bin/bootstrap-mysql b/bin/bootstrap-mysql index 6339661..e841d92 100755 --- a/bin/bootstrap-mysql +++ b/bin/bootstrap-mysql @@ -270,6 +270,9 @@ fi 'nlopc'*|'rechenknecht'|'buildknecht'*) operator='deep42thought' ;; + 'eurobuild') + operator='abaumann' + ;; *) operator="${name}" ;; |