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: 0.9.3 -> 0.9.4 #23338

Merged
merged 1 commit into from Mar 6, 2017
Merged

buildbot: 0.9.3 -> 0.9.4 #23338

merged 1 commit into from Mar 6, 2017

Conversation

nand0p
Copy link
Contributor

@nand0p nand0p commented Mar 1, 2017

  • adds jwt
  • adds module tests
  • master.cfg as path in module
  • eliminates worker timeout
  • builds on darwin
  • tested on nixos

default = null;
example = "BuildmasterConfig = c = {}";
example = /etc/nixos/buildbot/master.cfg;
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You'll want this to be quoted if it's an example, otherwise Nix will try to find this file when it evaluates the example (mostly when we build documentation)

@nand0p nand0p force-pushed the buildbot-0.9.4 branch 5 times, most recently from 75e7651 to d49d280 Compare March 3, 2017 19:16
@nand0p nand0p changed the title [WIP] buildbot: 0.9.3 -> 0.9.4 buildbot: 0.9.3 -> 0.9.4 Mar 3, 2017
@@ -70,7 +71,7 @@ pythonPackages.buildPythonApplication (rec {
homepage = http://buildbot.net/;
description = "Continuous integration system that automates the build/test cycle";
maintainers = with maintainers; [ nand0p ryansydnor ];
platforms = platforms.linux;
platforms = platforms.all;
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

don't set it to all, buildPythonPackage will set the right value.

- adds jwt
- adds module tests
- master.cfg as path in module
- fix systemd worker config
- builds on darwin
- tested on nixos
@nand0p
Copy link
Contributor Author

nand0p commented Mar 6, 2017

@FRidh @copumpkin ready_for_review

@fpletz fpletz merged commit 9f062c2 into NixOS:master Mar 6, 2017
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

5 participants