File tree Expand file tree Collapse file tree 1 file changed +25
-5
lines changed Expand file tree Collapse file tree 1 file changed +25
-5
lines changed Original file line number Diff line number Diff line change 1
1
{
2
- writeShellScriptBin ,
3
- python ,
2
+ bash ,
4
3
buildbot ,
5
- buildbot-worker ,
6
- buildbot-nix ,
7
- buildbot-gitea ,
8
4
buildbot-effects ,
5
+ buildbot-gitea ,
6
+ buildbot-nix ,
9
7
buildbot-plugins ,
8
+ buildbot-worker ,
9
+ cachix ,
10
+ coreutils ,
11
+ git ,
12
+ lib ,
13
+ nix ,
14
+ nix-eval-jobs ,
15
+ openssh ,
16
+ python ,
17
+ writeShellScriptBin ,
10
18
} :
11
19
let
12
20
pythonEnv = python . withPackages ( ps : [
22
30
writeShellScriptBin "buildbot-dev" ''
23
31
set -xeuo pipefail
24
32
git_root=$(git rev-parse --show-toplevel)
33
+ export PATH=${
34
+ lib . makeBinPath [
35
+ nix-eval-jobs
36
+ cachix
37
+ git
38
+ openssh
39
+ nix
40
+ bash
41
+ coreutils
42
+ buildbot-effects
43
+ ]
44
+ }
25
45
mkdir -p "$git_root/.buildbot-dev"
26
46
cd "$git_root/.buildbot-dev"
27
47
"${ pythonEnv } /bin/buildbot" create-master .
You can’t perform that action at this time.
0 commit comments