depot/third_party/nixpkgs/pkgs/development/tools/continuous-integration/buildbot/update.sh
Default email 87f9c27ba9 Project import generated by Copybara.
GitOrigin-RevId: fe2ecaf706a5907b5e54d979fbde4924d84b65fc
2023-04-12 14:48:02 +02:00

12 lines
582 B
Bash
Executable file

#!/usr/bin/env nix-shell
#!nix-shell -i bash -p nix-update
set -eu -o pipefail
nix-update python3Packages.buildbot
nix-update --version=skip python3Packages.buildbot-worker
nix-update --version=skip python3Packages.buildbot-pkg
nix-update --version=skip python3Packages.buildbot-plugins.www
nix-update --version=skip python3Packages.buildbot-plugins.console-view
nix-update --version=skip python3Packages.buildbot-plugins.waterfall-view
nix-update --version=skip python3Packages.buildbot-plugins.grid-view
nix-update --version=skip python3Packages.buildbot-plugins.wsgi-dashboards