File tree Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Original file line number Diff line number Diff line change 1
-
1
+ {% set buildbot_python_version = ' 3.13 ' %}
2
2
include:
3
3
- nginx
4
4
- postgresql.client
@@ -11,8 +11,8 @@ buildbot-deps:
11
11
pkg.installed :
12
12
- pkgs:
13
13
- git
14
- - python3.9 -dev
15
- - python3.9 -venv
14
+ - python {{ buildbot_python_version }} -dev
15
+ - python {{ buildbot_python_version }} -venv
16
16
- build-essential
17
17
- libpq-dev
18
18
- require:
@@ -70,10 +70,12 @@ update-master:
70
70
cmd.run :
71
71
- runas: buildbot
72
72
- cwd: /srv/buildbot
73
- - name: make update-master
73
+ - name: make update-master PYTHON_VERSION= {{ buildbot_python_version }}
74
74
- require:
75
+ - pkg: buildbot-deps
75
76
- git: /srv/buildbot
76
77
- onchanges:
78
+ - pkg: buildbot-deps
77
79
- git: /srv/buildbot
78
80
79
81
/srv/buildbot/buildbot.sh start -q /srv/buildbot/master :
You can’t perform that action at this time.
0 commit comments