diff options
author | lassulus <lass@aidsballs.de> | 2016-07-14 21:18:02 +0200 |
---|---|---|
committer | lassulus <lass@aidsballs.de> | 2016-07-14 21:29:34 +0200 |
commit | 38a50ffaeb10812eaa9530d8df0381f2d13e360c (patch) | |
tree | 176520a0ded1c5086037a07266809f0b693c02b2 | |
parent | 169e5e6c4e9dfc14b5929262531141d6d3337767 (diff) |
l 2 buildbot: add vbob wbob & shoney
-rw-r--r-- | lass/2configs/buildbot-standalone.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lass/2configs/buildbot-standalone.nix b/lass/2configs/buildbot-standalone.nix index 04bdcf9d8..12e378667 100644 --- a/lass/2configs/buildbot-standalone.nix +++ b/lass/2configs/buildbot-standalone.nix @@ -90,7 +90,7 @@ in { method=build \ system={}".format(i)]) - for i in [ "pornocauster", "wry" ]: + for i in [ "pornocauster", "wry", "vbob", "wbob", "shoney" ]: addShell(f,name="build-{}".format(i),env=env_makefu, command=nixshell + \ ["make \ |