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

rethinkdb: 2.3.4 -> 2.3.5 #18155

Merged
merged 1 commit into from
Aug 31, 2016
Merged

rethinkdb: 2.3.4 -> 2.3.5 #18155

merged 1 commit into from
Aug 31, 2016

Conversation

rushmorem
Copy link
Contributor

@rushmorem rushmorem commented Aug 31, 2016

Things done
  • Tested using sandboxing
    (nix.useChroot on NixOS,
    or option build-use-chroot in nix.conf
    on non-NixOS)
  • Built on platform(s)
    • NixOS
    • OS X
    • Linux
  • Tested compilation of all pkgs that depend on this change using nix-shell -p nox --run "nox-review wip"
  • Tested execution of all binary files (usually in ./result/bin/)
  • Fits CONTRIBUTING.md.

@rushmorem rushmorem added 2.status: work-in-progress This PR isn't done 8.has: package (update) This PR updates a package to a newer version labels Aug 31, 2016
@mention-bot
Copy link

@rushmorem, thanks for your PR! By analyzing the annotation information on this pull request, we identified @pikajude, @bluescreen303 and @thoughtpolice to be potential reviewers

@rushmorem rushmorem added 8.has: package (update) This PR updates a package to a newer version and removed 8.has: package (update) This PR updates a package to a newer version 2.status: work-in-progress This PR isn't done labels Aug 31, 2016
@rushmorem rushmorem merged commit 087f4b3 into NixOS:master Aug 31, 2016
@rushmorem rushmorem deleted the update-rethinkdb branch August 31, 2016 15:14
@wmertens
Copy link
Contributor

@rushmorem This is much more than a simple version bump, you are adding a Python dependency.

Why are you wrapping the start script with the Python package? It would be good if that bit got reverted.

@rushmorem
Copy link
Contributor Author

@wmertens You are right. I should have mentioned this in my commit message. This is not just a version bump, it's also a bug fix. rethinkdb dump and rethinkdb restore commands (for backing up and restoring) require scripts that come with their official Python driver. This is why I had to package the driver pythonPackages.rethinkdb and wrap the rethinkdb command.

@wmertens
Copy link
Contributor

aha awesome 👍 😄

@wmertens
Copy link
Contributor

Could you put that in a comment in the derivation though? I can imagine a future maintainer removing that.

@rushmorem
Copy link
Contributor Author

True. I will do that.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
8.has: package (update) This PR updates a package to a newer version
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants