3
0
Fork 0
forked from mirrors/nixpkgs
nixpkgs/pkgs/development/python-modules/buildbot/update.sh

13 lines
582 B
Bash
Raw Normal View History

2021-06-24 17:02:32 +01:00
#!/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