diff options
author | makefu <github@syntax-fehler.de> | 2016-12-25 00:33:39 +0100 |
---|---|---|
committer | makefu <github@syntax-fehler.de> | 2016-12-25 00:33:39 +0100 |
commit | 47ade5b208c2fa2a1c4b96cbe753d2889a9da55e (patch) | |
tree | bfb13112f8d449e72693959830f8491190fabf81 /lass/2configs/buildbot-standalone.nix | |
parent | 3682e60aee26578f3163920b9feab641b21f5e5c (diff) | |
parent | 1d2c9377bc7b21ff7d27c6c04873a46df083d655 (diff) |
Merge remote-tracking branch 'lass/master'
Diffstat (limited to 'lass/2configs/buildbot-standalone.nix')
-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 72cd66420..7057d0c3d 100644 --- a/lass/2configs/buildbot-standalone.nix +++ b/lass/2configs/buildbot-standalone.nix @@ -102,7 +102,7 @@ in { ] ) - for i in [ "mors", "uriel", "shodan", "helios", "cloudkrebs", "echelon", "dishfire", "prism" ]: + for i in [ "mors", "uriel", "shodan", "helios", "icarus", "cloudkrebs", "echelon", "dishfire", "prism" ]: addShell(f,name="build-{}".format(i),env=env_lass, command=nixshell + \ ["mkdir -p /tmp/testbuild/$LOGNAME && touch /tmp/testbuild/$LOGNAME/.populate; \ |