Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

buildbot: 3.1.0 -> 3.1.1 #122933

Merged
merged 1 commit into from May 15, 2021
Merged

Conversation

lopsided98
Copy link
Contributor

Motivation for this change

Updates buildbot to the latest version.

Things done
  • Tested using sandboxing (nix.useSandbox on NixOS, or option sandbox in nix.conf on non-NixOS linux)
  • Built on platform(s)
    • NixOS
    • macOS
    • other Linux distributions
  • Tested via one or more NixOS test(s) if existing and applicable for the change (look inside nixos/tests)
  • Tested compilation of all pkgs that depend on this change using nix-shell -p nixpkgs-review --run "nixpkgs-review wip"
  • Tested execution of all binary files (usually in ./result/bin/)
  • Determined the impact on package closure size (by running nix path-info -S before and after)
  • Ensured that relevant documentation is up to date
  • Fits CONTRIBUTING.md.

@r-rmcgibbo
Copy link

r-rmcgibbo commented May 14, 2021

Result of nixpkgs-review pr 122933 at eb5bf4d run on x86_64-linux 1

20 packages built successfully:
  • buildbot (python38Packages.buildbot)
  • buildbot-full (python38Packages.buildbot-full)
  • buildbot-ui (python38Packages.buildbot-ui)
  • buildbot-worker (python38Packages.buildbot-worker)
  • python38Packages.buildbot-pkg
  • python38Packages.buildbot-plugins.console-view
  • python38Packages.buildbot-plugins.grid-view
  • python38Packages.buildbot-plugins.waterfall-view
  • python38Packages.buildbot-plugins.wsgi-dashboards
  • python38Packages.buildbot-plugins.www
  • python39Packages.buildbot
  • python39Packages.buildbot-full
  • python39Packages.buildbot-pkg
  • python39Packages.buildbot-plugins.console-view
  • python39Packages.buildbot-plugins.grid-view
  • python39Packages.buildbot-plugins.waterfall-view
  • python39Packages.buildbot-plugins.wsgi-dashboards
  • python39Packages.buildbot-plugins.www
  • python39Packages.buildbot-ui
  • python39Packages.buildbot-worker
13 suggestions:
  • warning: unclear-gpl

    gpl2 is a deprecated license, please check if project uses gpl2Plus or gpl2Only and change meta.license accordingly.

    Near pkgs/development/python-modules/buildbot/worker.nix:30:5:

       |
    30 |     license = licenses.gpl2;
       |     ^
    
  • warning: python-include-tests

    Consider adding a checkPhase for tests, or if not feasible, pythonImportsCheck.

    Near pkgs/development/python-modules/buildbot/plugins.nix:25:0:

       |
    25 |       description = "Buildbot UI";
       | ^
    
  • warning: python-include-tests

    Consider adding a checkPhase for tests, or if not feasible, pythonImportsCheck.

    Near pkgs/development/python-modules/buildbot/plugins.nix:113:0:

        |
    113 |       description = "Buildbot WSGI dashboards Plugin";
        | ^
    
  • warning: unclear-gpl

    gpl2 is a deprecated license, please check if project uses gpl2Plus or gpl2Only and change meta.license accordingly.

    Near pkgs/development/python-modules/buildbot/plugins.nix:27:7:

       |
    27 |       license = licenses.gpl2;
       |       ^
    
  • warning: unclear-gpl

    gpl2 is a deprecated license, please check if project uses gpl2Plus or gpl2Only and change meta.license accordingly.

    Near pkgs/development/python-modules/buildbot/plugins.nix:49:7:

       |
    49 |       license = licenses.gpl2;
       |       ^
    
  • warning: python-include-tests

    Consider adding a checkPhase for tests, or if not feasible, pythonImportsCheck.

    Near pkgs/development/python-modules/buildbot/plugins.nix:91:0:

       |
    91 |       description = "Buildbot Grid View Plugin";
       | ^
    
  • warning: unclear-gpl

    gpl2 is a deprecated license, please check if project uses gpl2Plus or gpl2Only and change meta.license accordingly.

    Near pkgs/development/python-modules/buildbot/default.nix:105:7:

        |
    105 |       license = licenses.gpl2;
        |       ^
    
  • warning: python-include-tests

    Consider adding a checkPhase for tests, or if not feasible, pythonImportsCheck.

    Near pkgs/development/python-modules/buildbot/plugins.nix:47:0:

       |
    47 |       description = "Buildbot Console View Plugin";
       | ^
    
  • warning: python-include-tests

    Consider adding a checkPhase for tests, or if not feasible, pythonImportsCheck.

    Near pkgs/development/python-modules/buildbot/plugins.nix:69:0:

       |
    69 |       description = "Buildbot Waterfall View Plugin";
       | ^
    
  • warning: unclear-gpl

    gpl2 is a deprecated license, please check if project uses gpl2Plus or gpl2Only and change meta.license accordingly.

    Near pkgs/development/python-modules/buildbot/plugins.nix:71:7:

       |
    71 |       license = licenses.gpl2;
       |       ^
    
  • warning: unclear-gpl

    gpl2 is a deprecated license, please check if project uses gpl2Plus or gpl2Only and change meta.license accordingly.

    Near pkgs/development/python-modules/buildbot/plugins.nix:115:7:

        |
    115 |       license = licenses.gpl2;
        |       ^
    
  • warning: unclear-gpl

    gpl2 is a deprecated license, please check if project uses gpl2Plus or gpl2Only and change meta.license accordingly.

    Near pkgs/development/python-modules/buildbot/pkg.nix:29:5:

       |
    29 |     license = licenses.gpl2;
       |     ^
    
  • warning: unclear-gpl

    gpl2 is a deprecated license, please check if project uses gpl2Plus or gpl2Only and change meta.license accordingly.

    Near pkgs/development/python-modules/buildbot/plugins.nix:93:7:

       |
    93 |       license = licenses.gpl2;
       |       ^
    

Result of nixpkgs-review pr 122933 at eb5bf4d run on aarch64-linux 1

20 packages built successfully:
  • buildbot (python38Packages.buildbot)
  • buildbot-full (python38Packages.buildbot-full)
  • buildbot-ui (python38Packages.buildbot-ui)
  • buildbot-worker (python38Packages.buildbot-worker)
  • python38Packages.buildbot-pkg
  • python38Packages.buildbot-plugins.console-view
  • python38Packages.buildbot-plugins.grid-view
  • python38Packages.buildbot-plugins.waterfall-view
  • python38Packages.buildbot-plugins.wsgi-dashboards
  • python38Packages.buildbot-plugins.www
  • python39Packages.buildbot
  • python39Packages.buildbot-full
  • python39Packages.buildbot-pkg
  • python39Packages.buildbot-plugins.console-view
  • python39Packages.buildbot-plugins.grid-view
  • python39Packages.buildbot-plugins.waterfall-view
  • python39Packages.buildbot-plugins.wsgi-dashboards
  • python39Packages.buildbot-plugins.www
  • python39Packages.buildbot-ui
  • python39Packages.buildbot-worker
14 suggestions:
  • warning: python-include-tests

    Consider adding a checkPhase for tests, or if not feasible, pythonImportsCheck.

    Near pkgs/development/python-modules/buildbot/plugins.nix:25:0:

       |
    25 |       description = "Buildbot UI";
       | ^
    
  • warning: python-include-tests

    Consider adding a checkPhase for tests, or if not feasible, pythonImportsCheck.

    Near pkgs/development/python-modules/buildbot/plugins.nix:91:0:

       |
    91 |       description = "Buildbot Grid View Plugin";
       | ^
    
  • warning: unclear-gpl

    gpl2 is a deprecated license, please check if project uses gpl2Plus or gpl2Only and change meta.license accordingly.

    Near pkgs/development/python-modules/buildbot/pkg.nix:29:5:

       |
    29 |     license = licenses.gpl2;
       |     ^
    
  • warning: python-include-tests

    Consider adding a checkPhase for tests, or if not feasible, pythonImportsCheck.

    Near pkgs/development/python-modules/buildbot/plugins.nix:69:0:

       |
    69 |       description = "Buildbot Waterfall View Plugin";
       | ^
    
  • warning: python-include-tests

    Consider adding a checkPhase for tests, or if not feasible, pythonImportsCheck.

    Near pkgs/development/python-modules/buildbot/plugins.nix:113:0:

        |
    113 |       description = "Buildbot WSGI dashboards Plugin";
        | ^
    
  • warning: unclear-gpl

    gpl2 is a deprecated license, please check if project uses gpl2Plus or gpl2Only and change meta.license accordingly.

    Near pkgs/development/python-modules/buildbot/plugins.nix:115:7:

        |
    115 |       license = licenses.gpl2;
        |       ^
    
  • warning: unclear-gpl

    gpl2 is a deprecated license, please check if project uses gpl2Plus or gpl2Only and change meta.license accordingly.

    Near pkgs/development/python-modules/buildbot/worker.nix:30:5:

       |
    30 |     license = licenses.gpl2;
       |     ^
    
  • warning: unclear-gpl

    gpl2 is a deprecated license, please check if project uses gpl2Plus or gpl2Only and change meta.license accordingly.

    Near pkgs/development/python-modules/buildbot/default.nix:105:7:

        |
    105 |       license = licenses.gpl2;
        |       ^
    
  • warning: unclear-gpl

    gpl2 is a deprecated license, please check if project uses gpl2Plus or gpl2Only and change meta.license accordingly.

    Near pkgs/development/python-modules/buildbot/plugins.nix:27:7:

       |
    27 |       license = licenses.gpl2;
       |       ^
    
  • warning: unclear-gpl

    gpl2 is a deprecated license, please check if project uses gpl2Plus or gpl2Only and change meta.license accordingly.

    Near pkgs/development/python-modules/buildbot/plugins.nix:71:7:

       |
    71 |       license = licenses.gpl2;
       |       ^
    
  • warning: unclear-gpl

    gpl2 is a deprecated license, please check if project uses gpl2Plus or gpl2Only and change meta.license accordingly.

    Near pkgs/development/python-modules/buildbot/plugins.nix:93:7:

       |
    93 |       license = licenses.gpl2;
       |       ^
    
  • warning: python-include-tests

    Consider adding a checkPhase for tests, or if not feasible, pythonImportsCheck.

    Near pkgs/development/python-modules/buildbot/plugins.nix:47:0:

       |
    47 |       description = "Buildbot Console View Plugin";
       | ^
    
  • warning: python-include-tests

    Consider adding a checkPhase for tests, or if not feasible, pythonImportsCheck.

    Near pkgs/development/python-modules/buildbot/default.nix:103:0:

        |
    103 |       description = "An open-source continuous integration framework for automating software build, test, and release processes";
        | ^
    
  • warning: unclear-gpl

    gpl2 is a deprecated license, please check if project uses gpl2Plus or gpl2Only and change meta.license accordingly.

    Near pkgs/development/python-modules/buildbot/plugins.nix:49:7:

       |
    49 |       license = licenses.gpl2;
       |       ^
    

@SuperSandro2000 SuperSandro2000 merged commit 57c47b7 into NixOS:master May 15, 2021
@lopsided98 lopsided98 deleted the buildbot-update branch May 15, 2021 19:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants