We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ca57478 commit f416b61Copy full SHA for f416b61
salt/buildbot/init.sls
@@ -1,4 +1,3 @@
1
-
2
include:
3
- nginx
4
- postgresql.client
@@ -11,8 +10,8 @@ buildbot-deps:
11
10
pkg.installed:
12
- pkgs:
13
- git
14
- - python3.9-dev
15
- - python3.9-venv
+ - python3.13-dev
+ - python3.13-venv
16
- build-essential
17
- libpq-dev
18
- require:
@@ -70,10 +69,12 @@ update-master:
70
69
cmd.run:
71
- runas: buildbot
72
- cwd: /srv/buildbot
73
- - name: make update-master
+ - name: make update-master PYTHON_VERSION=3.13
74
+ - pkg: buildbot-deps
75
- git: /srv/buildbot
76
- onchanges:
77
78
79
80
/srv/buildbot/buildbot.sh start -q /srv/buildbot/master:
0 commit comments