buildmaster: fix unpinned buildbot package version
authorPetr Štetiar <ynezz@true.cz>
Mon, 15 May 2023 06:53:58 +0000 (08:53 +0200)
committerPetr Štetiar <ynezz@true.cz>
Mon, 15 May 2023 15:36:01 +0000 (17:36 +0200)
commitf8ad1d16e86745e60d3cd93b87670ca188dd9735
tree54d7034ac21fb494062228987f2c5f5111c537c1
parent54e80d5cedcd61455d2e297ef52db71e470ddf5f
buildmaster: fix unpinned buildbot package version

It seems, that current pip3 install pinning doesnt work properly as it
can result in the following package versions installation:

 buildbot-3.6.1 buildbot-console-view-3.5.0 buildbot-grid-view-3.5.0
 buildbot-waterfall-view-3.5.0 buildbot-worker-3.5.0 buildbot-www-3.5.0

So lets pin the buildbot package itself to BUILDBOT_VERSION as well.

References: https://gitlab.com/openwrt/buildbot/-/jobs/3324049571#L1158
Signed-off-by: Petr Štetiar <ynezz@true.cz>
docker/buildmaster/Dockerfile