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

trezor-agent: 0.9.0 -> 0.9.2 #28656

Closed
wants to merge 2 commits into from
Closed

Conversation

jb55
Copy link
Contributor

@jb55 jb55 commented Aug 28, 2017

Things done
  • Tested using sandboxing
    (nix.useSandbox on NixOS,
    or option build-use-sandbox in nix.conf
    on non-NixOS)
  • Built on platform(s)
    • NixOS
    • macOS
    • Linux
  • 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 nox --run "nox-review wip"
  • Tested execution of all binary files (usually in ./result/bin/)
  • Fits CONTRIBUTING.md.

@jb55 jb55 requested a review from FRidh as a code owner August 28, 2017 21:27
@jb55
Copy link
Contributor Author

jb55 commented Aug 28, 2017

/cc @np

@@ -27603,23 +27603,25 @@ EOF
trezor_agent = buildPythonPackage rec{
name = "${pname}-${version}";
pname = "trezor_agent";
version = "0.9.0";
version = "v0.9.2";
Copy link
Member

Choose a reason for hiding this comment

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

if you need the v you can add it to rev. It shouldn't be here because this is part of the name.

@jb55
Copy link
Contributor Author

jb55 commented Aug 29, 2017 via email

trezor-agent now splits agents into different packages. This commit still points
trezor_agent to the trezor-specific agent to maintain backwards compatibility.

We should probably abstract this a bit into ledgernano_agent, keepkey_agent, etc
@jb55
Copy link
Contributor Author

jb55 commented Sep 25, 2017

a bunch of things changed since the original PR which simplified it a bunch! I rebased on master.

@jb55 jb55 mentioned this pull request Sep 27, 2017
8 tasks
@jb55 jb55 closed this Oct 6, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants